Skip to content
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

Allow accessing GeoTIFF/COG via xcube data stores #489

Open
forman opened this issue Jul 13, 2021 · 1 comment
Open

Allow accessing GeoTIFF/COG via xcube data stores #489

forman opened this issue Jul 13, 2021 · 1 comment
Assignees
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"

Comments

@forman
Copy link
Member

forman commented Jul 13, 2021

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 for xarray.open_dataset() or using xarray.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

@forman
Copy link
Member Author

forman commented Aug 25, 2021

@forman forman added enhancement New feature or request xcube serve This is related to server component, CLI "xcube serve" xcube data stores This is related to data store framework or data store implementations labels May 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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"
Projects
None yet
Development

No branches or pull requests

2 participants