Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Align fields with STAC specification? #29

Open
weiji14 opened this issue Apr 20, 2022 · 3 comments
Open

Align fields with STAC specification? #29

weiji14 opened this issue Apr 20, 2022 · 3 comments
Labels
enhancement New feature or request

Comments

@weiji14
Copy link
Member

weiji14 commented Apr 20, 2022

Just got some great ideas after attending this Cloud-Native Geospatial Event (https://schedule.cloudnativegeo.org) and learned a lot about Spatial Temporal Asset Catalogs (STAC) and OGC API standards! So the people working on those standards have literarlly spent years thinking about metadata, and these are some relevant ones that popped up from scanning through https://github.com/stac-extensions/stac-extensions.github.io:

It seems like there are some required fields/attributes which we could definitely ensure are present in our database. Using Sentinel-1 (a SAR satellite) as an example, frequency_band is required, and there's a list of Common Frequency Band Names to select from. See their example sentinel-1.json vs our current Sentinel-1.json

@AdrienWehrle
Copy link
Contributor

Awesome! I signed up for this event but couldn't find the time! I'll go through those projects, thank you a lot!! 😄

@AdrienWehrle
Copy link
Contributor

Their sentinel-1.json looks super nice! I also not the use of general data set info (such as version number) as fields in all json files. We could/should also include this, can do it automatically when we have a new release! Again, in a goal of traceability, especially if users make local and static copies of the data base!

Also worth noting that our json files have been automatically created from a spreadsheet in a dummy way, only for testing purposes at the moment and without any other modification/improvement (just to explain why they look so ugly!)

@AdrienWehrle AdrienWehrle added the enhancement New feature or request label Apr 21, 2022
@weiji14
Copy link
Member Author

weiji14 commented Jun 15, 2023

This VEDA-data repo finally got made public, and the JSON files (e.g. https://github.com/NASA-IMPACT/veda-data/blob/39f7fe2eb0abc751f66fe3b934801181530ce44d/json_data/collections/HLSS30.002.json#L1-L56) might be a useful reference, in particular, the spatial bounding box and temporal interval fields.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants