kerchunk icon indicating copy to clipboard operation
kerchunk copied to clipboard

Cloud-friendly access to archival data

Results 119 kerchunk issues
Sort by recently updated
recently updated
newest added

### About the Change See #259 for discussion, and #249 for history of issue/changes being reverted or modified. In addition to the issues with the dimension labels being wrong, this...

I've been attempting to follow [this kerchunk grib2 example using HRRR data](https://nbviewer.org/gist/peterm790/92eb1df3d58ba41d3411f8a840be2452), but I have encountered an interesting issue that prevents me from being able to use the Dataset in...

I woke up this morning wondering whether it would be possible to allow a variable to be defined in the referencefile spec. I'm worried about long s3 (or other) urls...

Stuff that would be cool to get done and is well within out capacity. Please vote if you have favourites here! - [x] automagically run combine in dask tree reduction...

It is possible that different netCDF/HDF5 files have different variable configuration. For example, for `https://s3.amazonaws.com/era5-pds/2021/05/data/air_pressure_at_mean_sea_level.nc`, `time0` is contiguous but for `https://s3.amazonaws.com/era5-pds/2021/01/data/air_pressure_at_mean_sea_level.nc` it is chunked. Although it is easy to simulate...

Hello, We are trying to use a small subset of CMIP6 data from [ESGF server](https://esgf-data.dkrz.de/projects/esgf-dkrz/). They expose their NetCDF files in different ways ```python from pyesgf.search import SearchConnection server='https://esgf-data.dkrz.de/esg-search' conn...

@martindurant , I've got a collection of netcdf files I'm combining with kerchunk along the `ocean_time` dimension. These files have model constants stored as single value variables without a dimension....

A common format for imaging spectroscopy (a.k.a., hyperspectral) data is so-called "ENVI binary" ([GDAL Driver][1]; [Library of Congress description][2] . The format is super simple — just a plain text...