cog3pio
cog3pio copied to clipboard
Cloud-optimized GeoTIFF ... Parallel I/O 🦀
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...
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':...