Climatology

Climatology related operations

Get climatology data for given coordinates

SecurityAPI Key
Request
query Parameters
lat
required
string
lon
required
string
var
string
Enum: "evapotranspiration" "humidity" "soil_moisture" "solar_radiation" "soil_temperature" "temp_mean" "temp_max" "temp_min" "precipitation" "wind_speed"
Responses
200

Success

Response Schema: application/json
object (Meta Payload)
variables
Array of strings

List of variables included in the payload

granularity
string

Data version that is being sent in the payload

object (Location)
latitude
number

Latitude of data being served

longitude
number

Longitude of data being served

data_version
string

Data version that is being sent in the payload

statistics
Array of strings
Array of objects (Data Payload)
Array
date
string <date>

Date of time step

type
string

Type of payload contained in the data list

id
integer

Unique id of payload in the data list

object

There will be one data packet per variable in the meta.variables list

object

The * will take the value of each variable name in meta.variables list

units
string

Units of data contained in this model

object
property name*
additional property
number
object
property name*
additional property
number
ensemble_mean
number

Ensemble mean

400

Validation Error

404

Data Not Found

500

Internal server error.

get/climatology/
Request samples
Response samples
application/json
{
  • "meta": {
    },
  • "data": [
    ]
}

Get climatology data for given location id

SecurityAPI Key
Request
path Parameters
id
required
string
query Parameters
var
string
Enum: "evapotranspiration" "humidity" "soil_moisture" "solar_radiation" "soil_temperature" "temp_mean" "temp_max" "temp_min" "precipitation" "wind_speed"
Responses
200

Success

Response Schema: application/json
object (Meta Payload)
variables
Array of strings

List of variables included in the payload

granularity
string

Data version that is being sent in the payload

object (Location)
latitude
number

Latitude of data being served

longitude
number

Longitude of data being served

data_version
string

Data version that is being sent in the payload

statistics
Array of strings
Array of objects (Data Payload)
Array
date
string <date>

Date of time step

type
string

Type of payload contained in the data list

id
integer

Unique id of payload in the data list

object

There will be one data packet per variable in the meta.variables list

object

The * will take the value of each variable name in meta.variables list

units
string

Units of data contained in this model

object
property name*
additional property
number
object
property name*
additional property
number
ensemble_mean
number

Ensemble mean

400

Validation Error

404

Data Not Found

500

Internal server error.

get/climatology/location/{id}
Request samples
Response samples
application/json
{
  • "meta": {
    },
  • "data": [
    ]
}