-
Notifications
You must be signed in to change notification settings - Fork 179
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
Acquire samples of product metadata and show its mappings to the spec #68
Comments
I took a crack at this in https://github.com/radiantearth/catalog-implementor-survey/tree/master/json-metadata Could probably use an update. And should get landsat / sentinel in there in some form (landsat has a json equivalent, not sure if sentinel does but probably?) I most just grabbed those from the public facing API's I had access to. |
Sentinel has a JSON equivalent that is in the tileInfo.json file, e.g. The sat-api example in that repo @cholmes is landsat and contains all the regular Landsat fields, but in JSON (and with extra fields). I think it would be good to roll up these examples into this repo with examples of the original provider metadata along with a mapping. I'll include it in a PR for the EO extension, I think it makes sense to keep examples for EO along with the EO extension. |
My one worry with rolling it up to this repo is the burden of maintaining all the examples and mappings on the same pace as the core spec. I actually removed some on the update in progress, since we changed a lot. I think if we get to more stability and perhaps some automated way to create the samples from a smaller number of mappings it could make good sense. |
I agree that ideally the samples are converted automatically. If there's still too much flux to make automation worthwhile then we could revisit this later when it makes more sense. I can try tackling the automation part once you've a source document / destination output and the eo PR goes through. |
The implementation of #135 could help, but I'm not quite sure how this should work automatically. There are so many extensions and examples nowadays that an automated conversion seems useful, but hard to implement. |
Closing out old issues -- many examples available now! |
One of challenges of creating a common metadata schema is that we lack the whole picture.
It would be beneficial to reach out to DG, Planet, and other providers for samples of their metadata with a license that allows it to be stored in this repository.
Once acquired, we could keep the a mapping of the "EO" profile to actual metadata. And when a Pull Request changes the EO profile, reviewers can the see consequences in the mapping.
Essentially, showing in addition to describing.
The text was updated successfully, but these errors were encountered: