API Documentation
Querying Climate Data
There are two ways to query climate data from the Meteonorm API:
/climate/tmy
. Typical meteorological years, based on climatological data./climate/historic
. Historical time series, based on measurements (ground stations and satellites) and reanalysis data. COMING SOON.
TMYs
Here's how you generate a TMY for:
- a south-facing (180°) surface with a tilt of 30°,
- a temporal resolution (frequency) of 1 minute,
- parameters global horizontal and tilted irradiance, PV production, and temperature,
- taking into account shading caused by the surrounding terrain/horizon.
Code(sh)
To generate a TMY for, e.g., the year 2060 based on climate change scenario SSP245,
use the arguments future_scenario
and future_year
:
Code(sh)
See the API Reference for a complete list of options.
Note: These examples use our demo API URL. No registration required!
See Free lat/lon locations for more information on how you can test the
Meteonorm API free of charge. For operational use, replace demo.meteonorm.com
with
api.meteonorm.com
.
Last modified on