varunayan.hadex3 module

HadEX3 ETCCDI climate extremes (1901-2018, 1.25x1.875 deg).

Dunn et al. (2020) https://doi.org/10.1029/2019JD032263

varunayan.hadex3.list_hadex3_indices(frequency: str = 'all') DataFrame[source]

Return a DataFrame of all ETCCDI indices.

varunayan.hadex3.hadex3_bbox(index: str, start_year: int, end_year: int, north: float, south: float, east: float, west: float, frequency: str = 'annual', baseline: str = '61-90', use_cache: bool = True) DataFrame[source]

Download HadEX3 data filtered to a bounding box.

varunayan.hadex3.hadex3_geojson(index: str, start_year: int, end_year: int, geojson_file: str, frequency: str = 'annual', baseline: str = '61-90', use_cache: bool = True) DataFrame[source]

Download HadEX3 data filtered to a GeoJSON polygon.