aaronspring / remote_climate_data

a collection of remote climate data accessed via intake cached to disk
MIT License
19 stars 2 forks source link
accessibility climate-data climate-science data-catalog netcdf observations opendap remote shapefiles thredds-catalogs

testing Binder pre-commit.ci status

remote_climate_data

a collection of remote climate data accessed via intake cached to disk

Usage

import intake
cat = intake.open_catalog('https://raw.githubusercontent.com/aaronspring/remote_climate_data/master/master.yaml')
cat.atmosphere.HadCRUT5.to_dask()

To explore the whole catalog, you can try:

cat.walk()

Goal

Make data access for climate data easy:

Contribute and extend

Relies on

Similar projects