Get Temperature Anomaly
get_temperature_anomalyNASA GISTEMP surface temperature anomaly time series (degrees C from 1951-1980 baseline). Pick a region (global_land_ocean, global_land_only, northern_hemisphere, southern_hemisphere) and get monthly + annual + seasonal values back. Use for climate bets ("will 2026 be the hottest year on record"), trend comparisons, or cross-source consistency checks against HadCRUT5/Berkeley Earth. Annual frequency returns one row per year (Jan-Dec mean); monthly returns Jan..Dec per year.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| region | No | Which region to fetch. Default global_land_ocean. | |
| end_year | No | Last year to include (default current year). | |
| frequency | No | annual (one row per year) or monthly (12 rows per year). Default annual. | |
| start_year | No | First year to include (default 1880, the dataset start). |