Skip to content

aaronspring/remote_climate_data

Repository files navigation

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:

  • cacheable data
  • documentation attached in metadata
  • shareable catalogs
  • quick vizualisations

Contribute and extend

  • PRs for new remote climate datasets or useful geoshapes are very welcome

Relies on

Similar projects