Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 500 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 500 Bytes

load_plot_bedmachine is a simple notebook for lazily loading an analyzing bedmachine data. It includes code for starting a cluster in ooi.pangeo.io, but it works without this too, its just slow.

nc_to_zarr writes bedmachine to zarr

intake_catalog_setup creates an intake catalog for the data. Now anyone can load these data using

cat = intake.open_catalog('https://raw.githubusercontent.com/ldeo-glaciology/pangeo-bedmachine/master/bedmachine.yaml') bm_from_intake = cat["bedmachine"].to_dask()