Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion HOWTOCONTRIBUTE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ How to contribute a new dataset
- assign a new remote shapefile to the ``shapefiles`` catalog
- try to add ``"simplecache::"`` to the ``urlpath`` to allow caching
- try to add documentation as URL and DOI in ``metadata``
- try to add informative quick plots to ``metadata.plot``
- try to account for many versions or variables with templating the ``urlpath`` with ``parameters``


Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ Make data access for climate data easy:
- [`intake_excel`](https://github.com/edjdavid/intake-excel) for Excel `xls` and `xlsx` [[example](https://github.com/aaronspring/remote_climate_data/blob/1209c5ebf5877b09b4403ea60da6d97b374b7b5c/catalogs/climate.yaml#L35)]
- [`intake_geopandas`](https://github.com/intake/intake_geopandas) for shapefiles `shp` [[example](https://github.com/aaronspring/remote_climate_data/blob/1209c5ebf5877b09b4403ea60da6d97b374b7b5c/catalogs/shapefiles.yaml#L11)], GeoJSON `geo.json` [[example](https://github.com/aaronspring/remote_climate_data/blob/1209c5ebf5877b09b4403ea60da6d97b374b7b5c/catalogs/shapefiles.yaml#L57)], GeoParquet `parquet`, `PostGIS` databases, `Spatialite` databases
- [`regionmask`](https://regionmask.readthedocs.io/) for aggregating over geoshapes
- [`hvplot`](https://hvplot.holoviz.org/index.html) for plotting [[example](https://github.com/aaronspring/remote_climate_data/blob/1209c5ebf5877b09b4403ea60da6d97b374b7b5c/catalogs/atmosphere.yaml#L48)]

## Similar projects
- Pangeo's cloud data catalogs for multi GB and TB datasets: https://github.com/pangeo-data/pangeo-datastore
34 changes: 0 additions & 34 deletions catalogs/atmosphere.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,6 @@ sources:
metadata:
url: https://crudata.uea.ac.uk/cru/data/temperature/
doi: http://doi.org/10.1029/2011JD017187
plots:
temperature_anomaly_over_time:
title: HadCRUT4.6.0.0 temperature anomly wrt. 1960-1989
x: longitude
y: latitude
z: temperature_anomaly
ylim:
- -90
- 90
xlim:
- -180
- 180
clim: (-5, 5)
groupby: time
label: Temperature Anomaly [K]
cmap: RdBu_r
coastline: true
driver: netcdf
args:
urlpath: simplecache::https://crudata.uea.ac.uk/cru/data/temperature/HadCRUT.4.6.0.0.median.nc
Expand All @@ -44,23 +27,6 @@ sources:
metadata:
url: https://www.metoffice.gov.uk/hadobs/hadcrut5/
doi: http://doi.org/10.1029/2019JD032361
plots:
temperature_anomaly_over_time:
title: HadCRUT5.0.0.0 temperature anomly wrt. 1960-1989
x: longitude
y: latitude
z: tas_mean
ylim:
- -90
- 90
xlim:
- -180
- 180
clim: (-5, 5)
groupby: time
label: Temperature Anomaly [K]
cmap: RdBu_r
coastline: true
driver: netcdf
args:
urlpath: simplecache::https://crudata.uea.ac.uk/cru/data/temperature/HadCRUT.5.0.0.0.analysis.anomalies.ensemble_mean.nc
Expand Down
45 changes: 0 additions & 45 deletions catalogs/ocean/carbon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,33 +36,6 @@ sources:
doi:
paper: https://doi.org/10.1002/2015GB005359
data: https://doi.org/10.7289/V5Z899N6
plots:
fgco2_over_time:
title: SOM-FFN fgco2 over time
kind: contourf
x: lon
y: lat
z: fgco2_smoothed
groupby: time
cmap: RdBu_r
levels: 20
clim: (-10, 10)
fgco2_timeseries_location:
title: fgco2 timeseries at (lon,lat) location
kind: line
x: time
y: fgco2_smoothed
groupby:
- lon
- lat
fgco2_timeseries_latitude:
title: fgco2 timeseries at latitude
kind: contourf
y: time
x: lon
z: fgco2_smoothed
groupby: lat
levels: 20
parameters:
version:
description: version release in year
Expand Down Expand Up @@ -107,24 +80,6 @@ sources:
paper: https://doi.org/10.5194/essd-12-2537-2020
data: https://doi.org/10.25921/qb25-f418
readme: https://www.ncei.noaa.gov/data/oceans/ncei/ocads/data/0209633/README_merged.pdf
plots:
fgco2_over_time:
title: MPI-ULB-SOM_FFN pco2 over time
x: lon
y: lat
z: pco2
groupby: time
cmap: viridis
levels: 20
clim: (-10, 10)
pco2_timeseries_location:
title: pco2 timeseries at (lon,lat) location
kind: line
x: time
y: pco2
groupby:
- lon
- lat
args:
urlpath: simplecache::https://www.ncei.noaa.gov/data/oceans/ncei/ocads/data/0209633/MPI-ULB-SOM_FFN_clim.nc
chunks:
Expand Down