cog3pio icon indicating copy to clipboard operation
cog3pio copied to clipboard

Cloud-optimized GeoTIFF ... Parallel I/O 🦀

Results 2 cog3pio issues
Sort by recently updated
recently updated
newest added

Basically same question as https://github.com/gauteh/hidefix/issues/38#issue-2236324824 but for this library 😁 I'm building [VirtualiZarr](https://github.com/TomNicholas/VirtualiZarr), an evolution of [kerchunk](https://github.com/fsspec/kerchunk), that allows you to determine byte ranges of chunks in netCDF files, but...

help wanted
feature

Allow 'cog3pio' to be used as an engine in `xarray.open_dataarray` and `xarray.open_dataset`! Usage (Python): ```python import xarray as xr with xr.open_dataarray( filename_or_obj="https://github.com/cogeotiff/rio-tiler/raw/6.4.1/tests/fixtures/cog_nodata_nan.tif", engine="cog3pio", ) as da: assert da.sizes == {'band':...

feature