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

Add summary for tile attribute to sentinel-1-gobal-coherence collection metadata #119

Open
asjohnston-asf opened this issue Dec 2, 2022 · 0 comments

Comments

@asjohnston-asf
Copy link
Member

tile is an attribute users may find useful to search on, so we should advertise it in the collection summaries at https://github.com/ASFHyP3/asf-stac/blob/develop/collections/sentinel-1-global-coherence/sentinel-1-global-coherence.json#L32

It's impracticable to list all possible values, so we'll likely provide a jsonschema with a regular expression and an example per https://github.com/radiantearth/stac-spec/blob/master/collection-spec/collection-spec.md#summaries

"tile": {
    "type": "string",
    "pattern": "....",
    "example": "N01W001"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant