Allow accessing GeoTIFF/COG via xcube data stores #489
Labels
enhancement
New feature or request
xcube data stores
This is related to data store framework or data store implementations
xcube serve
This is related to server component, CLI "xcube serve"
Is your feature request related to a problem? Please describe.
The GeoTIFF format and its modern variant Cloud Optimized GeoTIFF (COG) is still the most popular data format for land remore sensing. It should be possible to ingest these into xcube too.
Describe the solution you'd like
It should be easy to extend our xcube "s3" and "directory" data stores to also support TIFF by respecting the .".tif" extension and using
rasterio
as engine forxarray.open_dataset()
or usingxarray.open_rasterio()
. That would allow xcube to deal with a lot more data sources.Additional context
Also needed by our projects EuroDataCube and Agriculture Virtual Laboratory, AVL.
Related
The text was updated successfully, but these errors were encountered: