Skip to main content

Hourly Data

Fetch hourly weather observations for one or more weather stations. Supports coordinate-based input for interpolated data.

Usage

meteo hourly STATIONS... [OPTIONS]

Alias: meteo h

Examples

meteo hourly 10637 --start 2024-01-01 --end 2024-01-31
meteo h 10637 -s 2024-01-01 -e 2024-01-31 # Short form
meteo hourly 10637 10635 -s 2024-01-01 -e 2024-01-31 # Multiple stations
meteo hourly 50.1109,8.6821 -s 2024-01-01 -e 2024-01-07 # Coordinates (interpolation)
meteo hourly 10637 -s 2024-01-01 -e 2024-01-31 --timezone Europe/Berlin
meteo hourly 10637 -s 2024-01-01 -e 2024-01-31 --parameters tavg,prcp
meteo hourly 10637 -s 2024-01-01 -e 2024-01-31 --output data.csv
meteo hourly 10637 -s 2024-01-01 -e 2024-01-31 --output chart.png

Options

Hourly data supports all common time series options plus:

OptionShortDescription
--timezone-tTimezone for timestamps (e.g. Europe/Berlin)