Retrieve weather data from one of the meteostations for a specified time period.
- min/mean/max_temperature
- sunshine_duration
- global_radiation
- precipitation
- meansealevel_pressure
- meandailycloud_cover
- mean/max_humidity
- potential_evapotranspiration
- windspeed
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
output_epsg | string | ||
meteostation | string | ||
fromdate | string | ||
todate | string | ||
page_size | string | ||
page_offset | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
token | string | Your AgroDataCube access token |