-
Notifications
You must be signed in to change notification settings - Fork 178
ODC EP 005 Support WMTS API based dataset locations
Tisham Dhar edited this page Sep 15, 2021
·
5 revisions
There are a couple of use cases where expecting file or cloud blob-storage based access to datasets is unreasonable or not performant enough.
- Sensor fusion with data from proprietary sources.
- Large amounts IO based processing e.g. via WPS running outside the boundaries of the cloud account where the better solution would be say S3 + FSx.
Tisham Dhar
- Under Discussion
- In Progress
- Completed
- Rejected
- Deferred
For comparison of IO performance and limits.
- Cloudfront offers 250,000 requests per second.
- S3 offers 5,500 requests per second.
The WMTS (or other similar API) based access to data would unlock.
- Google Earth Engine sources as Arrays
- Microsoft Planetary Computer sources (though Azure blob store support does this)
- Geoscience Australia NLI elevation sources while meeting reporting needs for data usage
- Aerometrex Aerial Imagery and Elevation sources while meeting commercial needs
- Planet Satellite Imagery sources while meeting commercial needs
Welcome to the Open Data Cube