BaroclineBarocline
AtlasAnnuals

getTmy

Sends a TMY (Typical Meteorological Year) for a single location.

GET
/v3/annual/tmy

Query Parameters

years*integer

Number of years

Formatint32
lat*number

Location latitude

Formatdouble
lon*number

Location longitude

Formatdouble
station?string

era5, or hourly_station

Default"era5"
Value in"era5" | "hourly_station"
email?string

Email address to send report to

filename?string

Filename to give report

userKey*string

Response Body

application/json

curl -X GET "https://api.atheniumanalytics.com/v3/annual/tmy?years=0&lat=0.1&lon=0.1&userKey=string"
{
  "token": "string"
}