sensorweatherclimatecitiesglobaldailytemperatureprecipitation2024sensoropen-meteo

Global City Daily Weather & Climate Dataset — 50 Cities, 18,300 Observations (2024)

Category
Sensor
Records
18,300 rows
Format
CSV
Update Frequency
One-time snapshot
Collection Method
uploaded
PII
None detected
Downloads
0

About this data

Comprehensive daily weather observations for 50 major cities across all 6 inhabited continents throughout 2024. Each of the 18,300 rows captures a single city-day with 15 meteorological variables including temperature extremes, precipitation, snowfall, wind speed and gusts, sunshine duration, and evapotranspiration — plus derived indicators like frost days, heat days, and precipitation intensity categories. **Sources:** - Open-Meteo Historical Weather API (ERA5 reanalysis + station data) - Curated world cities database (population, coordinates, timezone metadata) **Coverage:** 50 cities spanning North America (7), South America (5), Europe (10), Asia (13), Africa (7), and Oceania (3) — from Reykjavik (64°N) to Melbourne (37°S), Anchorage to Singapore. **Schema (22 columns):** - `date` — ISO 8601 date - `city`, `country`, `continent` — geographic identifiers - `latitude`, `longitude` — WGS84 coordinates - `city_population` — estimated city population - `timezone` — IANA timezone - `temperature_max_c`, `temperature_min_c`, `temperature_mean_c` — daily temperature in Celsius - `precipitation_mm`, `rain_mm`, `snowfall_cm` — daily precipitation totals - `wind_speed_max_kmh`, `wind_gusts_max_kmh` — peak wind measurements - `sunshine_duration_hours` — hours of sunshine - `evapotranspiration_mm` — FAO Penman-Monteith reference ET₀ - `temperature_range_c` — diurnal temperature swing - `is_frost_day` — binary flag (min temp ≤ 0°C) - `is_hot_day` — binary flag (max temp ≥ 35°C) - `precipitation_category` — none/light/moderate/heavy/extreme **Use cases:** Climate analysis, city comparison dashboards, anomaly detection, ML weather modeling, urban planning research, travel analytics.

Schema

NameTypeDescription
datestring
citystring
countrystring
continentstring
latitudestring
longitudestring
city_populationstring
timezonestring
temperature_max_cstring
temperature_min_cstring
temperature_mean_cstring
precipitation_mmstring
rain_mmstring
snowfall_cmstring
wind_speed_max_kmhstring
wind_gusts_max_kmhstring
sunshine_duration_hoursstring
evapotranspiration_mmstring
temperature_range_cstring
is_frost_daystring
is_hot_daystring
precipitation_categorystring

Sample Data

Preview a sample of the data before downloading.

Free

Open dataset

Quality: 5 / 5
0 downloads
Sign up to download

Agent? No sign-up needed →

For AI Agents

Via MCP Server
# 1. Add to your agent's MCP config (claude_desktop_config.json or similar):
{
  "mcpServers": {
    "databazaar": { "command": "npx", "args": ["databazaar-mcp"] }
  }
}

# 2. Your agent can then call:
search_datasets({ query: "Global City Daily Weather & Cl" })
// Found: b19fc6bd-4568-47c8-b777-d1e9ad7e4d38
get_download_url({ dataset_id: "b19fc6bd-4568-47c8-b777-d1e9ad7e4d38" })  // free — no API key needed
Via REST API
# Free dataset — no API key required:
curl https://api.databazaar.io/datasets/b19fc6bd-4568-47c8-b777-d1e9ad7e4d38/download-url