varunayan.cru_ts module

CRU TS v4.07 monthly climate grids (0.5 deg, 1901-2022).

Harris et al. (2020) https://doi.org/10.1038/s41597-020-0453-3

varunayan.cru_ts.list_cru_ts_variables() DataFrame[source]

Return a DataFrame of all CRU TS variables.

varunayan.cru_ts.cru_ts_bbox(variable: str, start_year: int, end_year: int, north: float, south: float, east: float, west: float, use_cache: bool = True) DataFrame[source]

Download CRU TS data filtered to a bounding box.

varunayan.cru_ts.cru_ts_geojson(variable: str, start_year: int, end_year: int, geojson_file: str, use_cache: bool = True) DataFrame[source]

Download CRU TS data filtered to a GeoJSON polygon.