Skip to main content

Nearby Stations

Find weather stations near a geographic location. Provide a latitude and longitude and the command returns the closest stations within the specified radius.

Usage

meteo nearby LAT LON [OPTIONS]

Alias: meteo n

Examples

meteo nearby 50.1109 8.6821                  # Nearest stations (default: 5 within 5 km)
meteo nearby 50.1109 8.6821 --limit 10 # Return up to 10 stations
meteo nearby 50.1109 8.6821 --radius 20000 # Search within 20 km
meteo nearby 50.1109 8.6821 --format json # JSON output

Options

OptionShortDescription
--limit-lMaximum number of stations (default: 5)
--radius-rSearch radius in meters (default: 5000)
--format-fOutput format: csv, json, xlsx, parquet
--output-oOutput file path (defaults to stdout)
--no-headerOmit CSV header row
--all-APrint full table without truncation