a collection of remote climate data accessed via intake
cached to disk
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()
Make data access for climate data easy:
- cacheable data
- documentation attached in metadata
- shareable catalogs
- quick vizualisations
- PRs for new remote climate datasets or useful geoshapes are very welcome
intake
for catalogs andcsv
andzarr
fsspec
for cachingintake_xarray
for:intake_thredds
for usingintake_xarray
via THREDDS [example]intake_excel
for Excelxls
andxlsx
[example]intake_geopandas
for shapefilesshp
[example], GeoJSONgeo.json
[example], GeoParquetparquet
,PostGIS
databases,Spatialite
databasesregionmask
for aggregating over geoshapeshvplot
for plotting [example]
- Pangeo's cloud data catalogs for multi GB and TB datasets: https://github.com/pangeo-data/pangeo-datastore