mdtanker / polartoolkit

Helpful tools for polar researchers
http://polartoolkit.readthedocs.io/
MIT License
38 stars 5 forks source link

Add BedMachine Data to fetch #26

Closed mdtanker closed 2 years ago

mdtanker commented 2 years ago

Description of the desired feature:

Add the Bedmachine dataset as a fetch call. Either figure out how to use authentication from NSIDC or use the following link from here

https://storage.googleapis.com/ldeo-glaciology/bedmachine/BedMachineAntarctica_2019-11-05_v01.nc

Are you willing to help implement and maintain this feature?

mdtanker commented 2 years ago

This notebook uses Pangeo to load the data.

from intake import open_catalog

cat = open_catalog('https://raw.githubusercontent.com/ldeo-glaciology/pangeo-bedmachine/master/bedmachine.yaml')
ds  = cat["bedmachine"].to_dask()
mdtanker commented 2 years ago

Closed for now with 3813d99c5c7a12449be3d91cc570b46f48c52a61, might eventually fetch directly from NSIDC, but that will require figuring out how to ask users for login info during the pooch.fetch call.