kerchunk icon indicating copy to clipboard operation
kerchunk copied to clipboard

Cloud-friendly access to archival data

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

### Problem The [API for Kerchunk's file format backend openers](https://fsspec.github.io/kerchunk/reference.html#file-format-backends) doesn't follow a consistent pattern. ### Suggestion Change the openers to each be a function returning a `VirtualZarrStore` (see #375),...

Here are two toy datasets designed to represent sections of a dataset that has variables living on a staggered grid. This type of dataset is common in fluid modelling (handling...

I'm working with a GRIB2 file, and am interested in minimizing the size of the references file. Currently, the largest values in the references come from the base64-encoded coordinates that...

Hi! I've been trying to convert an existing dimension in my ROMS model output file (e.g. eta_rho) into a coordinate when generating the `MultiZarr` output. This would allow me to...

Was hoping to use `single_zarr` to build an index for multiple remote zarr sources, for benchmarks against remote netcdf files, but it seems it's a test helper for combining local...

Picking up from https://github.com/fsspec/kerchunk/issues/220#issuecomment-1677349599 it would be great to have an example of creating a kerchunk index for a zarr store archived into a zip file, under the following assumptions:...

Hi there @martindurant, I've started playing around with Kerchunk's `tiff_to_zarr` functionality and ran into an issue when trying to open up the reference file. In short, the `tiff_to_zarr` works successfully,...

Hi there, I'm working through generating some Kerchunk reference files for a set of GeoTIFFs and I'm getting the error: ```python ValueError: incomplete chunks are not supported by the fsspec...

Most of the scanners use an internal `out = {}` dict to accumulate references. This would be a writable parquet store, flushing blocks of references as they fill. This idea...

I just read #78 in detail. In that issue, @cgohlke and others noticed that many tiff files contain tiny internal chunks, and mapping these 1:1 to Zarr chunks is not...