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
They have been useful to a few people on Slack. Geojson representations of everything shown in explorer.
https://explorer.dea.ga.gov.au/api/footprint/<product_name> https://explorer.dea.ga.gov.au/api/regions/<product_name> https://explorer.dea.ga.gov.au/api/datasets/<product_name>
In addition, all of the above can take time periods as suffixes, just like Explorer's own pages: /<year>, or /<year>/<month>, or /<year>/<month>/<day>
/<year>
/<year>/<month>
/<year>/<month>/<day>
Example, all the covered regions for a product: https://explorer.dea.ga.gov.au/api/regions/s2a_ard_granule And a single day: https://explorer.dea.ga.gov.au/api/regions/s2a_ard_granule/2016/3/8
The text was updated successfully, but these errors were encountered:
Added in #298 and #302
Sorry, something went wrong.
No branches or pull requests
They have been useful to a few people on Slack. Geojson representations of everything shown in explorer.
In addition, all of the above can take time periods as suffixes, just like Explorer's own pages:
/<year>
, or/<year>/<month>
, or/<year>/<month>/<day>
Example, all the covered regions for a product: https://explorer.dea.ga.gov.au/api/regions/s2a_ard_granule
And a single day: https://explorer.dea.ga.gov.au/api/regions/s2a_ard_granule/2016/3/8
The text was updated successfully, but these errors were encountered: