Feedback on STAC implementation (raster + vector data) #1376
nirzaree-cfpt
started this conversation in
General
Replies: 1 comment 4 replies
-
|
Thanks for sharing! Another good place to share would be the STAC Index, which had links to lots of other catalogs and APIs, as well as software tools and other related projects. I don't have time to do a detailed review, but I paged through things and have a couple of comments/suggestions that you can take or leave.
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi folks,
We recently implemented STAC specs on our datasets CoRE Stack, which have both raster and vector data.
Wanted feedback from folks on our implementation, and if we could do better for any of the aspects.
While we understand that STAC specs aren't meant for vector data types, we wanted a single place for all of the data to be discovered which is why we have currently implemented the specification for all of our data, which includes vector data.
We have some country scale data (raster, vector both), and some at administrative sub-district level data (or tehsil/taluka as it is called locally). We have therefore built 2 separate catalogs (one for country level data, and one for subdistrict level). However raster and vector items are both present within the catalogs.
Thanks in advance. Looking forward to learning from the community.
Beta Was this translation helpful? Give feedback.
All reactions