remote_climate_data
remote_climate_data copied to clipboard
a collection of remote climate data accessed via intake cached to disk
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
intakefor catalogs andcsvandzarrfsspecfor cachingintake_xarrayfor:intake_threddsfor usingintake_xarrayvia THREDDS [example]intake_excelfor Excelxlsandxlsx[example]intake_geopandasfor shapefilesshp[example], GeoJSONgeo.json[example], GeoParquetparquet,PostGISdatabases,Spatialitedatabasesregionmaskfor aggregating over geoshapeshvplotfor plotting [example]
Similar projects
- Pangeo's cloud data catalogs for multi GB and TB datasets: https://github.com/pangeo-data/pangeo-datastore