Joe Hamman
Joe Hamman
this pr includes some python 3 fixes and some style cleanups I made when checking out your repo.
There are currently a few subset's of the ERA5 dataset on cloud storage ([example](https://registry.opendata.aws/ecmwf-era5/) but none are complete or updated regularly. It wont be a trivial recipe to implement with...
## Source Dataset gridMET is a dataset of 4km daily surface meteorological data covering the CONUS domain from 1979-yesterday. - http://www.climatologylab.org/gridmet.html - NetCDF - One file per year-variable - How...
## Source Dataset The Forest Inventory and Analysis (FIA) dataset from the U.S. Forest Service is a collection of in situ observations of forest parameters. - https://apps.fs.usda.gov/fia/datamart/CSV/datamart_csv.html - CSV -...
I'm trying to push a large-ish dataset to GCS via xarray/dask/zarr/gcsfs. Things are generally working during the setup and for the first part of the upload. However, after a bit,...
This PR experiments with adding Zarr v3 support to Kerchunk. In most cases, this simply requires passing the `zarr_version` parameter to the `zarr.group` constructor. The primary exception is in `combine.py`...
The Zarr V3 spec is now undergoing public review and testing. This issue raises the question of how Kerchunk should integrate with the new spec. Key changes in the V3...
In https://github.com/pangeo-data/pangeo/issues/190, @yuvipanda has documented how to enable FUSE safely in the z2jh context. That issue has served as a reference for the Pangeo project and @yuvipanda suggested I transfer...
## Hello! - Vote on this issue by adding a 👍 reaction - If you want to implement this feature, comment to let us know (we'll work with you on...
### Summary The V3 specification introduced a new Zarr abstraction -- the [storage transformer](https://zarr-specs.readthedocs.io/en/latest/v3/core/v3.0.html#id23). Storage transformers modifies a request to read or write data before passing that request to the...