We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At the moment STAC->eo3 is handled in here: https://github.com/opendatacube/odc-tools/blob/develop/apps/dc_tools/odc/apps/dc_tools/_stac.py
We should use odc-stac's implementation instead: https://github.com/opendatacube/odc-stac/blob/e7aa2e47b41ffad05b0c4a0b59f243b2709611f2/odc/stac/eo3/_eo3converter.py
For reference, eo3->STAC is handled in eo-datasets: https://github.com/opendatacube/eo-datasets/blob/develop/eodatasets3/stac.py https://github.com/opendatacube/eo-datasets/blob/develop/eodatasets3/scripts/tostac.py
Would be good to have both eo3->stac and stac->eo3 directions documented somewhere
The text was updated successfully, but these errors were encountered:
No branches or pull requests
At the moment STAC->eo3 is handled in here:
https://github.com/opendatacube/odc-tools/blob/develop/apps/dc_tools/odc/apps/dc_tools/_stac.py
We should use odc-stac's implementation instead:
https://github.com/opendatacube/odc-stac/blob/e7aa2e47b41ffad05b0c4a0b59f243b2709611f2/odc/stac/eo3/_eo3converter.py
For reference, eo3->STAC is handled in eo-datasets:
https://github.com/opendatacube/eo-datasets/blob/develop/eodatasets3/stac.py
https://github.com/opendatacube/eo-datasets/blob/develop/eodatasets3/scripts/tostac.py
Would be good to have both eo3->stac and stac->eo3 directions documented somewhere
The text was updated successfully, but these errors were encountered: