Skip to content

Instantly share code, notes, and snippets.

View cgentemann's full-sized avatar

Chelle Gentemann cgentemann

View GitHub Profile
@cgentemann
cgentemann / h5-to-zarr.py
Created September 1, 2020 21:07 — forked from ajelenak/h5-to-zarr.py
Python code to extract HDF5 chunk locations and add them to Zarr metadata.
# Requirements:
# HDF5 library version 1.10.5 or greater
# pip install git+https://github.com/h5py/h5py.git
# pip install git+https://github.com/HDFGroup/zarr-python.git@hdf5
import logging
from urllib.parse import urlparse, urlunparse
import numpy as np
import h5py
import zarr
@cgentemann
cgentemann / MUR_SST_to_zarr-checkpoint.ipynb
Last active May 4, 2019 14:23 — forked from jhamman/gmet_to_zarr.ipynb
GMET to Zarr Example, changed to JPL MUR SST to Zarr example
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.