Skip to content

Instantly share code, notes, and snippets.

@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"}