Skip to content

Instantly share code, notes, and snippets.

@tinaok
tinaok / variable_chunking_kerchunk_netcdf.ipynb
Created November 17, 2023 09:30
variable_chunking_kerchunk_netcdf.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tinaok
tinaok / ESGF_kerchunk_nodata.ipynb
Created November 19, 2022 15:03
Loading file to xarray with kerchunk catalogue (from a http server), got no data ( no error message?, or no automatic re-try?) Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tinaok
tinaok / bigtar.py
Last active September 20, 2022 15:59 — forked from martindurant/bigtar.py
Single file datasets
import kerchunk.hdf
import fsspec
import tarfile
import xarray as xr
ro = dict(
s3={
"anon": True,
"client_kwargs": {"endpoint_url": "https://object-store.cloud.muni.cz"}
@tinaok
tinaok / anomaly-chunksize.ipynb
Last active October 1, 2019 14:27
automatic chunk size
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.