meteostat.stations.meta
Retrieve metadata for a specific weather station.
- Type: Method of
meteostat.stations - Source Code: GitHub
Parameters
| Parameter | Description | Data Type | Default Value |
|---|---|---|---|
station | The unique identifier of the weather station | str | Required |
Returns
Example
import meteostat as ms
# Get station metadata
station = ms.stations.meta('72503') # LaGuardia Airport
print(station)