LogoLogo
HomeProductSolutionsAbout usContactLog in
  • Overview
    • Welcome to answr
    • Our Features
    • Data Layer Availability
  • Start Here
    • How to make your first API call
  • Coding Examples
    • Code Samples
    • Simple climatic variables plotting
    • Climatic variables spatial plotting
    • Reporting tool
  • Integrations
    • Connect answr with Zapier
    • Connect answr with Make
  • Data Sources
    • Sentinel-1 imagery
    • Sentinel-2 imagery
    • Sentinel-3 imagery
    • Landsat 8 imagery
    • Landsat 9 imagery
    • MODIS
    • Global Surface Water
    • Flood Hazard Maps at European and Global Scale
    • AgERA5
    • Soil moisture
  • API Data Layers
    • Climate Analytics
      • Climatic Variables
      • Köppen–Geiger Zones
      • Universal Thermal Climate Index
    • Natural Disasters
      • Cold Wave Probability
      • Drought Probability
      • Flood Severity
      • Heat Wave Probability
      • Windstorm Probability
      • Wildfire Frequency Occurrence
      • Extreme Heat Probability
      • Extreme Cold Probability
  • API Reference
    • Authentication
    • Climatic Variables
    • Natural Disasters
  • Surveys
    • Feedback
Powered by GitBook
On this page
  1. API Reference

Climatic Variables

API endpoints specifications

PreviousAuthenticationNextNatural Disasters

Last updated 2 years ago

Köppen-Geiger Zones

Metric: Average

Metric: Standard Deviation

Climate classification using the Koppen Geiger schema.

get

Climate classification using the Koppen Geiger schema. Authentication: required

Authorizations
Query parameters
Input_pointstring · geo_pointRequired

Input point location to get climatic variables

Responses
200
Success!
application/json
400
Input Error. Check the request payload for issues.
401
Unauthorized
403
Access denied. Additional privileges are needed access the requested resource.
404
Not Found. The requested resource does not exist.
429
Rate Limited. Too many requests.
500
Unexpected error
get
GET /api:climate-variables/koppen_geiger_zones HTTP/1.1
Host: api.answr.space
Authorization: Bearer JWT
Accept: */*
{
  "current": {
    "symbol": "text",
    "major": "text",
    "class": "text",
    "subclass": "text"
  },
  "rcp_2_6": {
    "symbol": "text",
    "major": "text",
    "class": "text",
    "subclass": "text"
  },
  "rcp_4_5": {
    "symbol": "text",
    "major": "text",
    "class": "text",
    "subclass": "text"
  },
  "rcp_6_0": {
    "symbol": "text",
    "major": "text",
    "class": "text",
    "subclass": "text"
  },
  "rcp_8_5": {
    "symbol": "text",
    "major": "text",
    "class": "text",
    "subclass": "text"
  }
}

The average number of hours with clouds over the period 00h-24h local time divided by 24 hours.

get

The average number of hours with clouds over the period 00h-24h local time divided by 24 hours. Authentication: required

Authorizations
Query parameters
Input_pointstring · geo_pointRequired

Input point location to get climatic variables

Responses
200
Success!
application/json
400
Input Error. Check the request payload for issues.
401
Unauthorized
403
Access denied. Additional privileges are needed access the requested resource.
404
Not Found. The requested resource does not exist.
429
Rate Limited. Too many requests.
500
Unexpected error
get
GET /api:climate-variables/a-cloud-cover HTTP/1.1
Host: api.answr.space
Authorization: Bearer JWT
Accept: */*
{
  "CV25_M1": 1,
  "CV25_M2": 1,
  "CV25_M3": 1,
  "CV25_M4": 1,
  "CV25_M5": 1,
  "CV25_M6": 1,
  "CV25_M7": 1,
  "CV25_M8": 1,
  "CV25_M9": 1,
  "CV25_M10": 1,
  "CV25_M11": 1,
  "CV25_M12": 1
}

The average number of consecutive days with less than 1 mm rainfall height per month

get

The average number of consecutive days with less than 1 mm rainfall height per month Authentication: required

Authorizations
Query parameters
Input_pointstring · geo_pointRequired

Input point location to get climatic variables

Responses
200
Success!
application/json
400
Input Error. Check the request payload for issues.
401
Unauthorized
403
Access denied. Additional privileges are needed access the requested resource.
404
Not Found. The requested resource does not exist.
429
Rate Limited. Too many requests.
500
Unexpected error
get
GET /api:climate-variables/a-con-dry_days HTTP/1.1
Host: api.answr.space
Authorization: Bearer JWT
Accept: */*
{
  "CV60_M1": 1,
  "CV60_M2": 1,
  "CV60_M3": 1,
  "CV60_M4": 1,
  "CV60_M5": 1,
  "CV60_M6": 1,
  "CV60_M7": 1,
  "CV60_M8": 1,
  "CV60_M9": 1,
  "CV60_M10": 1,
  "CV60_M11": 1,
  "CV60_M12": 1
}

The average number of consecutive days with less than 0 degrees per month.

get

The average number of consecutive days with less than 0 degrees per month. Authentication: required

Authorizations
Query parameters
Input_pointstring · geo_pointRequired

Input point location to get climatic variables

Responses
200
Success!
application/json
400
Input Error. Check the request payload for issues.
401
Unauthorized
403
Access denied. Additional privileges are needed access the requested resource.
404
Not Found. The requested resource does not exist.
429
Rate Limited. Too many requests.
500
Unexpected error
get
GET /api:climate-variables/a-con-frost-days HTTP/1.1
Host: api.answr.space
Authorization: Bearer JWT
Accept: */*
{
  "CV76_M1": 1,
  "CV76_M2": 1,
  "CV76_M3": 1,
  "CV76_M4": 1,
  "CV76_M5": 1,
  "CV76_M6": 1,
  "CV76_M7": 1,
  "CV76_M8": 1,
  "CV76_M9": 1,
  "CV76_M10": 1,
  "CV76_M11": 1,
  "CV76_M12": 1
}

The average number of consecutive days with maximum temperature more than 25 degrees Celsius per month.

get

The average number of consecutive days with maximum temperature more than 25 degrees Celsius per month. Authentication: required

Authorizations
Query parameters
Input_pointstring · geo_pointRequired

Input point location to get climatic variables

Responses
200
Success!
application/json
400
Input Error. Check the request payload for issues.
401
Unauthorized
403
Access denied. Additional privileges are needed access the requested resource.
404
Not Found. The requested resource does not exist.
429
Rate Limited. Too many requests.
500
Unexpected error
get
GET /api:climate-variables/a-con-summer-days HTTP/1.1
Host: api.answr.space
Authorization: Bearer JWT
Accept: */*
{
  "CV80_M1": 1,
  "CV80_M2": 1,
  "CV80_M3": 1,
  "CV80_M4": 1,
  "CV80_M5": 1,
  "CV80_M6": 1,
  "CV80_M7": 1,
  "CV80_M8": 1,
  "CV80_M9": 1,
  "CV80_M10": 1,
  "CV80_M11": 1,
  "CV80_M12": 1
}

The average number of consecutive days with more than 1 mm precipitation height per month

get

The average number of consecutive days with more than 1 mm precipitation height per month Authentication: required

Authorizations
Query parameters
Input_pointstring · geo_pointRequired

Input point location to get climatic variables

Responses
200
Success!
application/json
400
Input Error. Check the request payload for issues.
401
Unauthorized
403
Access denied. Additional privileges are needed access the requested resource.
404
Not Found. The requested resource does not exist.
429
Rate Limited. Too many requests.
500
Unexpected error
get
GET /api:climate-variables/a-con-wet-days HTTP/1.1
Host: api.answr.space
Authorization: Bearer JWT
Accept: */*
{
  "CV84_M1": 1,
  "CV84_M2": 1,
  "CV84_M3": 1,
  "CV84_M4": 1,
  "CV84_M5": 1,
  "CV84_M6": 1,
  "CV84_M7": 1,
  "CV84_M8": 1,
  "CV84_M9": 1,
  "CV84_M10": 1,
  "CV84_M11": 1,
  "CV84_M12": 1
}

The average dew point temperature at a height of 2 meters above the surface over the period 00h-24h local time. The dew point is the temperature to which air must be cooled to become saturated with water vapor. In combination with the air temperature it is used to assess relative humidity.

get

The average dew point temperature at a height of 2 meters above the surface over the period 00h-24h local time. The dew point is the temperature to which air must be cooled to become saturated with water vapor. In combination with the air temperature it is used to assess relative humidity. Authentication: required

Authorizations
Query parameters
Input_pointstring · geo_pointRequired

Input point location to get climatic variables

Responses
200
Success!
application/json
400
Input Error. Check the request payload for issues.
401
Unauthorized
403
Access denied. Additional privileges are needed access the requested resource.
404
Not Found. The requested resource does not exist.
429
Rate Limited. Too many requests.
500
Unexpected error
get
GET /api:climate-variables/a-dew_point_temp HTTP/1.1
Host: api.answr.space
Authorization: Bearer JWT
Accept: */*
{
  "CV30_M1": 1,
  "CV30_M2": 1,
  "CV30_M3": 1,
  "CV30_M4": 1,
  "CV30_M5": 1,
  "CV30_M6": 1,
  "CV30_M7": 1,
  "CV30_M8": 1,
  "CV30_M9": 1,
  "CV30_M10": 1,
  "CV30_M11": 1,
  "CV30_M12": 1
}

The average number of days where TN < 0 ℃ is counted

get

The average number of days where TN < 0 ℃ is counted Authentication: required

Authorizations
Query parameters
Input_pointstring · geo_pointRequired

Input point location to get climatic variables

Responses
200
Success!
application/json
400
Input Error. Check the request payload for issues.
401
Unauthorized
403
Access denied. Additional privileges are needed access the requested resource.
404
Not Found. The requested resource does not exist.
429
Rate Limited. Too many requests.
500
Unexpected error
get
GET /api:climate-variables/a-frost-days HTTP/1.1
Host: api.answr.space
Authorization: Bearer JWT
Accept: */*
{
  "CV88_M1": 1,
  "CV88_M2": 1,
  "CV88_M3": 1,
  "CV88_M4": 1,
  "CV88_M5": 1,
  "CV88_M6": 1,
  "CV88_M7": 1,
  "CV88_M8": 1,
  "CV88_M9": 1,
  "CV88_M10": 1,
  "CV88_M11": 1,
  "CV88_M12": 1
}

The average heating degree days are defined as the sum of T1 - TG, where only values TG < T2 are considered. If T1 and T2 are omitted, a temperature of 17℃ is used for both parameters.

get

The average heating degree days are defined as the sum of T1 - TG, where only values TG < T2 are considered. If T1 and T2 are omitted, a temperature of 17℃ is used for both parameters. Authentication: required

Authorizations
Query parameters
Input_pointstring · geo_pointRequired

Input point location to get climatic variables

Responses
200
Success!
application/json
400
Input Error. Check the request payload for issues.
401
Unauthorized
403
Access denied. Additional privileges are needed access the requested resource.
404
Not Found. The requested resource does not exist.
429
Rate Limited. Too many requests.
500
Unexpected error
get
GET /api:climate-variables/a-heating-days HTTP/1.1
Host: api.answr.space
Authorization: Bearer JWT
Accept: */*
{
  "CV92_M1": 1,
  "CV92_M2": 1,
  "CV92_M3": 1,
  "CV92_M4": 1,
  "CV92_M5": 1,
  "CV92_M6": 1,
  "CV92_M7": 1,
  "CV92_M8": 1,
  "CV92_M9": 1,
  "CV92_M10": 1,
  "CV92_M11": 1,
  "CV92_M12": 1
}

The average number of days with less than 0 Celsius temperature

get

The average number of days with less than 0 Celsius temperature Authentication: required

Authorizations
Query parameters
Input_pointstring · geo_pointRequired

Input point location to get climatic variables

Responses
200
Success!
application/json
400
Input Error. Check the request payload for issues.
401
Unauthorized
403
Access denied. Additional privileges are needed access the requested resource.
404
Not Found. The requested resource does not exist.
429
Rate Limited. Too many requests.
500
Unexpected error
get
GET /api:climate-variables/a-ice-days HTTP/1.1
Host: api.answr.space
Authorization: Bearer JWT
Accept: */*
{
  "CV96_M1": 1,
  "CV96_M2": 1,
  "CV96_M3": 1,
  "CV96_M4": 1,
  "CV96_M5": 1,
  "CV96_M6": 1,
  "CV96_M7": 1,
  "CV96_M8": 1,
  "CV96_M9": 1,
  "CV96_M10": 1,
  "CV96_M11": 1,
  "CV96_M12": 1
}

The average "Maximum Temperature" of air in Kelvin at a height of 2 meters above the surface.

get

The average "Maximum Temperature" of air in Kelvin at a height of 2 meters above the surface. Authentication: required

Authorizations
Query parameters
Input_pointstring · geo_pointRequired

Input point location to get climatic variables

Responses
200
Success!
application/json
400
Input Error. Check the request payload for issues.
401
Unauthorized
403
Access denied. Additional privileges are needed access the requested resource.
404
Not Found. The requested resource does not exist.
429
Rate Limited. Too many requests.
500
Unexpected error
get
GET /api:climate-variables/a-max-temp HTTP/1.1
Host: api.answr.space
Authorization: Bearer JWT
Accept: */*
{
  "CV15_M1": 1,
  "CV15_M2": 1,
  "CV15_M3": 1,
  "CV15_M4": 1,
  "CV15_M5": 1,
  "CV15_M6": 1,
  "CV15_M7": 1,
  "CV15_M8": 1,
  "CV15_M9": 1,
  "CV15_M10": 1,
  "CV15_M11": 1,
  "CV15_M12": 1
}

The average "Mean Temperature" of air in Kelvin at a height of 2 meters above the surface.

get

The average "Mean Temperature" of air in Kelvin at a height of 2 meters above the surface. Authentication: required

Authorizations
Query parameters
Input_pointstring · geo_pointRequired

Input point location to get climatic variables

Responses
200
Success!
application/json
400
Input Error. Check the request payload for issues.
401
Unauthorized
403
Access denied. Additional privileges are needed access the requested resource.
404
Not Found. The requested resource does not exist.
429
Rate Limited. Too many requests.
500
Unexpected error
get
GET /api:climate-variables/a-mean-temp HTTP/1.1
Host: api.answr.space
Authorization: Bearer JWT
Accept: */*
{
  "CV10_M1": 1,
  "CV10_M2": 1,
  "CV10_M3": 1,
  "CV10_M4": 1,
  "CV10_M5": 1,
  "CV10_M6": 1,
  "CV10_M7": 1,
  "CV10_M8": 1,
  "CV10_M9": 1,
  "CV10_M10": 1,
  "CV10_M11": 1,
  "CV10_M12": 1
}

The average "Minimum Temperature" of air in Kelvin at a height of 2 meters above the surface.

get

The average "Minimum Temperature" of air in Kelvin at a height of 2 meters above the surface. Authentication: required

Authorizations
Query parameters
Input_pointstring · geo_pointRequired

Input point location to get climatic variables

Responses
200
Success!
application/json
400
Input Error. Check the request payload for issues.
401
Unauthorized
403
Access denied. Additional privileges are needed access the requested resource.
404
Not Found. The requested resource does not exist.
429
Rate Limited. Too many requests.
500
Unexpected error
get
GET /api:climate-variables/a-min-temp HTTP/1.1
Host: api.answr.space
Authorization: Bearer JWT
Accept: */*
{
  "CV20_M1": 1,
  "CV20_M2": 1,
  "CV20_M3": 1,
  "CV20_M4": 1,
  "CV20_M5": 1,
  "CV20_M6": 1,
  "CV20_M7": 1,
  "CV20_M8": 1,
  "CV20_M9": 1,
  "CV20_M10": 1,
  "CV20_M11": 1,
  "CV20_M12": 1
}

The average number of days where the daily precipitation flux is at least 10 mm is counted.

get

The average number of days where the daily precipitation flux is at least 10 mm is counted. Authentication: required

Authorizations
Query parameters
Input_pointstring · geo_pointRequired

Input point location to get climatic variables

Responses
200
Success!
application/json
400
Input Error. Check the request payload for issues.
401
Unauthorized
403
Access denied. Additional privileges are needed access the requested resource.
404
Not Found. The requested resource does not exist.
429
Rate Limited. Too many requests.
500
Unexpected error
get
GET /api:climate-variables/a-prec-days-10mm HTTP/1.1
Host: api.answr.space
Authorization: Bearer JWT
Accept: */*
{
  "CV64_M1": 1,
  "CV64_M2": 1,
  "CV64_M3": 1,
  "CV64_M4": 1,
  "CV64_M5": 1,
  "CV64_M6": 1,
  "CV64_M7": 1,
  "CV64_M8": 1,
  "CV64_M9": 1,
  "CV64_M10": 1,
  "CV64_M11": 1,
  "CV64_M12": 1
}

The average number of days where the daily precipitation flux is at least 20 mm is counted.

get

The average number of days where the daily precipitation flux is at least 20 mm is counted. Authentication: required

Authorizations
Query parameters
Input_pointstring · geo_pointRequired

Input point location to get climatic variables

Responses
200
Success!
application/json
400
Input Error. Check the request payload for issues.
401
Unauthorized
403
Access denied. Additional privileges are needed access the requested resource.
404
Not Found. The requested resource does not exist.
429
Rate Limited. Too many requests.
500
Unexpected error
get
GET /api:climate-variables/a-prec-days-20mm HTTP/1.1
Host: api.answr.space
Authorization: Bearer JWT
Accept: */*
{
  "CV68_M1": 1,
  "CV68_M2": 1,
  "CV68_M3": 1,
  "CV68_M4": 1,
  "CV68_M5": 1,
  "CV68_M6": 1,
  "CV68_M7": 1,
  "CV68_M8": 1,
  "CV68_M9": 1,
  "CV68_M10": 1,
  "CV68_M11": 1,
  "CV68_M12": 1
}

The average number of days where the daily precipitation flux is at least 50 mm is counted.

get

The average number of days where the daily precipitation flux is at least 50 mm is counted. Authentication: required

Authorizations
Query parameters
Input_pointstring · geo_pointRequired

Input point location to get climatic variables

Responses
200
Success!
application/json
400
Input Error. Check the request payload for issues.
401
Unauthorized
403
Access denied. Additional privileges are needed access the requested resource.
404
Not Found. The requested resource does not exist.
429
Rate Limited. Too many requests.
500
Unexpected error
get
GET /api:climate-variables/a-prec-days-50mm HTTP/1.1
Host: api.answr.space
Authorization: Bearer JWT
Accept: */*
{
  "CV72_M1": 1,
  "CV72_M2": 1,
  "CV72_M3": 1,
  "CV72_M4": 1,
  "CV72_M5": 1,
  "CV72_M6": 1,
  "CV72_M7": 1,
  "CV72_M8": 1,
  "CV72_M9": 1,
  "CV72_M10": 1,
  "CV72_M11": 1,
  "CV72_M12": 1
}

The average precipitation flux. Total volume of liquid water (mm3) precipitated over the period 00h-24h local time per unit of area (mm2), per day.

get

The average precipitation flux. Total volume of liquid water (mm3) precipitated over the period 00h-24h local time per unit of area (mm2), per day. Authentication: required

Authorizations
Query parameters
Input_pointstring · geo_pointRequired

Input point location to get climatic variables

Responses
200
Success!
application/json
400
Input Error. Check the request payload for issues.
401
Unauthorized
403
Access denied. Additional privileges are needed access the requested resource.
404
Not Found. The requested resource does not exist.
429
Rate Limited. Too many requests.
500
Unexpected error
get
GET /api:climate-variables/a-prec-flux HTTP/1.1
Host: api.answr.space
Authorization: Bearer JWT
Accept: */*
{
  "CV35_M1": 1,
  "CV35_M2": 1,
  "CV35_M3": 1,
  "CV35_M4": 1,
  "CV35_M5": 1,
  "CV35_M6": 1,
  "CV35_M7": 1,
  "CV35_M8": 1,
  "CV35_M9": 1,
  "CV35_M10": 1,
  "CV35_M11": 1,
  "CV35_M12": 1
}

The average snow depth over the period 00h-24h local time measured as volume of snow (cm3) per unit area (cm2).

get

The average snow depth over the period 00h-24h local time measured as volume of snow (cm3) per unit area (cm2). Authentication: required

Authorizations
Query parameters
Input_pointstring · geo_pointRequired

Input point location to get climatic variables

Responses
200
Success!
application/json
400
Input Error. Check the request payload for issues.
401
Unauthorized
403
Access denied. Additional privileges are needed access the requested resource.
404
Not Found. The requested resource does not exist.
429
Rate Limited. Too many requests.
500
Unexpected error
get
GET /api:climate-variables/a-snow-thickness HTTP/1.1
Host: api.answr.space
Authorization: Bearer JWT
Accept: */*
{
  "CV40_M1": 1,
  "CV40_M2": 1,
  "CV40_M3": 1,
  "CV40_M4": 1,
  "CV40_M5": 1,
  "CV40_M6": 1,
  "CV40_M7": 1,
  "CV40_M8": 1,
  "CV40_M9": 1,
  "CV40_M10": 1,
  "CV40_M11": 1,
  "CV40_M12": 1
}

The average solar radiation flux. Total amount of energy provided by solar radiation at the surface over the period 00-24h local time per unit area and time.

get

The average solar radiation flux. Total amount of energy provided by solar radiation at the surface over the period 00-24h local time per unit area and time. Authentication: required

Authorizations
Query parameters
Input_pointstring · geo_pointRequired

Input point location to get climatic variables

Responses
200
Success!
application/json
400
Input Error. Check the request payload for issues.
401
Unauthorized
403
Access denied. Additional privileges are needed access the requested resource.
404
Not Found. The requested resource does not exist.
429
Rate Limited. Too many requests.
500
Unexpected error
get
GET /api:climate-variables/a-solar-rad HTTP/1.1
Host: api.answr.space
Authorization: Bearer JWT
Accept: */*
{
  "CV45_M1": 1,
  "CV45_M2": 1,
  "CV45_M3": 1,
  "CV45_M4": 1,
  "CV45_M5": 1,
  "CV45_M6": 1,
  "CV45_M7": 1,
  "CV45_M8": 1,
  "CV45_M9": 1,
  "CV45_M10": 1,
  "CV45_M11": 1,
  "CV45_M12": 1
}

The average volumetric soil moisture. Content of liquid water in a surface soil layer of 2 to 5 cm depth expressed as m3 water per m3 soil.

get

The average volumetric soil moisture. Content of liquid water in a surface soil layer of 2 to 5 cm depth expressed as m3 water per m3 soil. Authentication: required

Authorizations
Query parameters
Input_pointstring · geo_pointRequired

Input point location to get climatic variables

Responses
200
Success!
application/json
400
Input Error. Check the request payload for issues.
401
Unauthorized
403
Access denied. Additional privileges are needed access the requested resource.
404
Not Found. The requested resource does not exist.
429
Rate Limited. Too many requests.
500
Unexpected error
get
GET /api:climate-variables/a-vol-soil-moisture HTTP/1.1
Host: api.answr.space
Authorization: Bearer JWT
Accept: */*
{
  "CV55_M1": 1,
  "CV55_M2": 1,
  "CV55_M3": 1,
  "CV55_M4": 1,
  "CV55_M5": 1,
  "CV55_M6": 1,
  "CV55_M7": 1,
  "CV55_M8": 1,
  "CV55_M9": 1,
  "CV55_M10": 1,
  "CV55_M11": 1,
  "CV55_M12": 1
}

The average number of days with precipitation

get

The average number of days with precipitation Authentication: required

Authorizations
Query parameters
Input_pointstring · geo_pointRequired

Input point location to get climatic variables

Responses
200
Success!
application/json
400
Input Error. Check the request payload for issues.
401
Unauthorized
403
Access denied. Additional privileges are needed access the requested resource.
404
Not Found. The requested resource does not exist.
429
Rate Limited. Too many requests.
500
Unexpected error
get
GET /api:climate-variables/a-wet-days HTTP/1.1
Host: api.answr.space
Authorization: Bearer JWT
Accept: */*
{
  "CV100_M1": 1,
  "CV100_M2": 1,
  "CV100_M3": 1,
  "CV100_M4": 1,
  "CV100_M5": 1,
  "CV100_M6": 1,
  "CV100_M7": 1,
  "CV100_M8": 1,
  "CV100_M9": 1,
  "CV100_M10": 1,
  "CV100_M11": 1,
  "CV100_M12": 1
}

The average "Mean Wind Speed" at a height of 10 meters above the surface over the period 00h-24h local time.

get

The average "Mean Wind Speed" at a height of 10 meters above the surface over the period 00h-24h local time. Authentication: required

Authorizations
Query parameters
Input_pointstring · geo_pointRequired

Input point location to get climatic variables

Responses
200
Success!
application/json
400
Input Error. Check the request payload for issues.
401
Unauthorized
403
Access denied. Additional privileges are needed access the requested resource.
404
Not Found. The requested resource does not exist.
429
Rate Limited. Too many requests.
500
Unexpected error
get
GET /api:climate-variables/a-wind-speed HTTP/1.1
Host: api.answr.space
Authorization: Bearer JWT
Accept: */*
{
  "CV50_M1": 1,
  "CV50_M2": 1,
  "CV50_M3": 1,
  "CV50_M4": 1,
  "CV50_M5": 1,
  "CV50_M6": 1,
  "CV50_M7": 1,
  "CV50_M8": 1,
  "CV50_M9": 1,
  "CV50_M10": 1,
  "CV50_M11": 1,
  "CV50_M12": 1
}

This endpoint includes the average universal thermal climate index (utci) per month.

get

This endpoint includes the average universal thermal climate index (utci) per month. Authentication: required

Authorizations
Query parameters
Input_pointstring · geo_pointRequired

Input point location to get climatic variables

Responses
200
Success!
application/json
400
Input Error. Check the request payload for issues.
401
Unauthorized
403
Access denied. Additional privileges are needed access the requested resource.
404
Not Found. The requested resource does not exist.
429
Rate Limited. Too many requests.
500
Unexpected error
get
GET /api:climate-variables/a-utci HTTP/1.1
Host: api.answr.space
Authorization: Bearer JWT
Accept: */*
{
  "M01_mean": 1,
  "M02_mean": 1,
  "M03_mean": 1,
  "M04_mean": 1,
  "M05_mean": 1,
  "M06_mean": 1,
  "M07_mean": 1,
  "M08_mean": 1,
  "M09_mean": 1,
  "M10_mean": 1,
  "M11_mean": 1,
  "M12_mean": 1
}

The standard deviation of the number of continuous days with less than 1 mm rainfall height per month

get

The standard deviation of the number of continuous days with less than 1 mm rainfall height per month Authentication: required

Authorizations
Query parameters
Input_pointstring · geo_pointRequired

Input point location to get climatic variables

Responses
200
Success!
application/json
400
Input Error. Check the request payload for issues.
401
Unauthorized
403
Access denied. Additional privileges are needed access the requested resource.
404
Not Found. The requested resource does not exist.
429
Rate Limited. Too many requests.
500
Unexpected error
get
GET /api:climate-variables/sd-con-dry-days HTTP/1.1
Host: api.answr.space
Authorization: Bearer JWT
Accept: */*
{
  "CV61_M1": 1,
  "CV61_M2": 1,
  "CV61_M3": 1,
  "CV61_M4": 1,
  "CV61_M5": 1,
  "CV61_M6": 1,
  "CV61_M7": 1,
  "CV61_M8": 1,
  "CV61_M9": 1,
  "CV61_M10": 1,
  "CV61_M11": 1,
  "CV61_M12": 1
}

The standard deviation of the number of continuous days with less than 0 degrees per month.

get

The standard deviation of the number of continuous days with less than 0 degrees per month. Authentication: required

Authorizations
Query parameters
Input_pointstring · geo_pointRequired

Input point location to get climatic variables

Responses
200
Success!
application/json
400
Input Error. Check the request payload for issues.
401
Unauthorized
403
Access denied. Additional privileges are needed access the requested resource.
404
Not Found. The requested resource does not exist.
429
Rate Limited. Too many requests.
500
Unexpected error
get
GET /api:climate-variables/sd-con-frost-days HTTP/1.1
Host: api.answr.space
Authorization: Bearer JWT
Accept: */*
{
  "CV77_M1": 1,
  "CV77_M2": 1,
  "CV77_M3": 1,
  "CV77_M4": 1,
  "CV77_M5": 1,
  "CV77_M6": 1,
  "CV77_M7": 1,
  "CV77_M8": 1,
  "CV77_M9": 1,
  "CV77_M10": 1,
  "CV77_M11": 1,
  "CV77_M12": 1
}

The standard deviation of the number of continuous days with maximum temperature more than 25 degrees Celsius per month.

get

The standard deviation of the number of continuous days with maximum temperature more than 25 degrees Celsius per month. Authentication: required

Authorizations
Query parameters
Input_pointstring · geo_pointRequired

Input point location to get climatic variables

Responses
200
Success!
application/json
400
Input Error. Check the request payload for issues.
401
Unauthorized
403
Access denied. Additional privileges are needed access the requested resource.
404
Not Found. The requested resource does not exist.
429
Rate Limited. Too many requests.
500
Unexpected error
get
GET /api:climate-variables/sd-con-summer-days HTTP/1.1
Host: api.answr.space
Authorization: Bearer JWT
Accept: */*
{
  "CV81_M1": 1,
  "CV81_M2": 1,
  "CV81_M3": 1,
  "CV81_M4": 1,
  "CV81_M5": 1,
  "CV81_M6": 1,
  "CV81_M7": 1,
  "CV81_M8": 1,
  "CV81_M9": 1,
  "CV81_M10": 1,
  "CV81_M11": 1,
  "CV81_M12": 1
}

The standard deviation of the number of continuous days with more than 1 mm precipitation height per month

get

The standard deviation of the number of continuous days with more than 1 mm precipitation height per month Authentication: required

Authorizations
Query parameters
Input_pointstring · geo_pointRequired

Input point location to get climatic variables

Responses
200
Success!
application/json
400
Input Error. Check the request payload for issues.
401
Unauthorized
403
Access denied. Additional privileges are needed access the requested resource.
404
Not Found. The requested resource does not exist.
429
Rate Limited. Too many requests.
500
Unexpected error
get
GET /api:climate-variables/sd-con-wet-days HTTP/1.1
Host: api.answr.space
Authorization: Bearer JWT
Accept: */*
{
  "CV85_M1": 1,
  "CV85_M2": 1,
  "CV85_M3": 1,
  "CV85_M4": 1,
  "CV85_M5": 1,
  "CV85_M6": 1,
  "CV85_M7": 1,
  "CV85_M8": 1,
  "CV85_M9": 1,
  "CV85_M10": 1,
  "CV85_M11": 1,
  "CV85_M12": 1
}

The standard deviation of days where TN < 0 ℃ is counted

get

The standard deviation of days where TN < 0 ℃ is counted Authentication: required

Authorizations
Query parameters
Input_pointstring · geo_pointRequired

Input point location to get climatic variables

Responses
200
Success!
application/json
400
Input Error. Check the request payload for issues.
401
Unauthorized
403
Access denied. Additional privileges are needed access the requested resource.
404
Not Found. The requested resource does not exist.
429
Rate Limited. Too many requests.
500
Unexpected error
get
GET /api:climate-variables/sd-frost-days HTTP/1.1
Host: api.answr.space
Authorization: Bearer JWT
Accept: */*
{
  "CV89_M1": 1,
  "CV89_M2": 1,
  "CV89_M3": 1,
  "CV89_M4": 1,
  "CV89_M5": 1,
  "CV89_M6": 1,
  "CV89_M7": 1,
  "CV89_M8": 1,
  "CV89_M9": 1,
  "CV89_M10": 1,
  "CV89_M11": 1,
  "CV89_M12": 1
}

The "Standard Deviation Heating Days" are defined as the sum of T1 - TG, where only values TG < T2 are considered. If T1 and T2 are omitted, a temperature of 17℃ is used for both parameters.

get

The "Standard Deviation Heating Days" are defined as the sum of T1 - TG, where only values TG < T2 are considered. If T1 and T2 are omitted, a temperature of 17℃ is used for both parameters. Authentication: required

Authorizations
Query parameters
Input_pointstring · geo_pointRequired

Input point location to get climatic variables

Responses
200
Success!
application/json
400
Input Error. Check the request payload for issues.
401
Unauthorized
403
Access denied. Additional privileges are needed access the requested resource.
404
Not Found. The requested resource does not exist.
429
Rate Limited. Too many requests.
500
Unexpected error
get
GET /api:climate-variables/sd-heating-days HTTP/1.1
Host: api.answr.space
Authorization: Bearer JWT
Accept: */*
{
  "CV93_M1": 1,
  "CV93_M2": 1,
  "CV93_M3": 1,
  "CV93_M4": 1,
  "CV93_M5": 1,
  "CV93_M6": 1,
  "CV93_M7": 1,
  "CV93_M8": 1,
  "CV93_M9": 1,
  "CV93_M10": 1,
  "CV93_M11": 1,
  "CV93_M12": 1
}

The standard deviation of number of days with less than 0 Celsius temperature

get

The standard deviation of number of days with less than 0 Celsius temperature Authentication: required

Authorizations
Query parameters
Input_pointstring · geo_pointRequired

Input point location to get climatic variables

Responses
200
Success!
application/json
400
Input Error. Check the request payload for issues.
401
Unauthorized
403
Access denied. Additional privileges are needed access the requested resource.
404
Not Found. The requested resource does not exist.
429
Rate Limited. Too many requests.
500
Unexpected error
get
GET /api:climate-variables/sd-ice-days HTTP/1.1
Host: api.answr.space
Authorization: Bearer JWT
Accept: */*
{
  "CV97_M1": 1,
  "CV97_M2": 1,
  "CV97_M3": 1,
  "CV97_M4": 1,
  "CV97_M5": 1,
  "CV97_M6": 1,
  "CV97_M7": 1,
  "CV97_M8": 1,
  "CV97_M9": 1,
  "CV97_M10": 1,
  "CV97_M11": 1,
  "CV97_M12": 1
}

The standard deviation of the Maximum Temperature of air in Kelvin at a height of 2 meters above the surface.

get

The standard deviation of the Maximum Temperature of air in Kelvin at a height of 2 meters above the surface. Authentication: required

Authorizations
Query parameters
Input_pointstring · geo_pointRequired

Input point location to get climatic variables

Responses
200
Success!
application/json
400
Input Error. Check the request payload for issues.
401
Unauthorized
403
Access denied. Additional privileges are needed access the requested resource.
404
Not Found. The requested resource does not exist.
429
Rate Limited. Too many requests.
500
Unexpected error
get
GET /api:climate-variables/sd-max-temp HTTP/1.1
Host: api.answr.space
Authorization: Bearer JWT
Accept: */*
{
  "CV16_M1": 1,
  "CV16_M2": 1,
  "CV16_M3": 1,
  "CV16_M4": 1,
  "CV16_M5": 1,
  "CV16_M6": 1,
  "CV16_M7": 1,
  "CV16_M8": 1,
  "CV16_M9": 1,
  "CV16_M10": 1,
  "CV16_M11": 1,
  "CV16_M12": 1
}

The standard deviation of the Minimum Temperature of air in Kelvin at a height of 2 meters above the surface.

get

The standard deviation of the Minimum Temperature of air in Kelvin at a height of 2 meters above the surface. Authentication: required

Authorizations
Query parameters
Input_pointstring · geo_pointRequired

Input point location to get climatic variables

Responses
200
Success!
application/json
400
Input Error. Check the request payload for issues.
401
Unauthorized
403
Access denied. Additional privileges are needed access the requested resource.
404
Not Found. The requested resource does not exist.
429
Rate Limited. Too many requests.
500
Unexpected error
get
GET /api:climate-variables/sd-min-temp HTTP/1.1
Host: api.answr.space
Authorization: Bearer JWT
Accept: */*
{
  "CV21_M1": 1,
  "CV21_M2": 1,
  "CV21_M3": 1,
  "CV21_M4": 1,
  "CV21_M5": 1,
  "CV21_M6": 1,
  "CV21_M7": 1,
  "CV21_M8": 1,
  "CV21_M9": 1,
  "CV21_M10": 1,
  "CV21_M11": 1,
  "CV21_M12": 1
}

The standard deviation of days where the daily precipitation flux is at least 10 mm is counted.

get

The standard deviation of days where the daily precipitation flux is at least 10 mm is counted. Authentication: required

Authorizations
Query parameters
Input_pointstring · geo_pointRequired

Input point location to get climatic variables

Responses
200
Success!
application/json
400
Input Error. Check the request payload for issues.
401
Unauthorized
403
Access denied. Additional privileges are needed access the requested resource.
404
Not Found. The requested resource does not exist.
429
Rate Limited. Too many requests.
500
Unexpected error
get
GET /api:climate-variables/sd-prec-days-10mm HTTP/1.1
Host: api.answr.space
Authorization: Bearer JWT
Accept: */*
{
  "CV65_M1": 1,
  "CV65_M2": 1,
  "CV65_M3": 1,
  "CV65_M4": 1,
  "CV65_M5": 1,
  "CV65_M6": 1,
  "CV65_M7": 1,
  "CV65_M8": 1,
  "CV65_M9": 1,
  "CV65_M10": 1,
  "CV65_M11": 1,
  "CV65_M12": 1
}

The standard deviation of days where the daily precipitation flux is at least 20 mm is counted.

get

The standard deviation of days where the daily precipitation flux is at least 20 mm is counted. Authentication: required

Authorizations
Query parameters
Input_pointstring · geo_pointRequired

Input point location to get climatic variables

Responses
200
Success!
application/json
400
Input Error. Check the request payload for issues.
401
Unauthorized
403
Access denied. Additional privileges are needed access the requested resource.
404
Not Found. The requested resource does not exist.
429
Rate Limited. Too many requests.
500
Unexpected error
get
GET /api:climate-variables/sd-prec-days-20mm HTTP/1.1
Host: api.answr.space
Authorization: Bearer JWT
Accept: */*
{
  "CV69_M1": 1,
  "CV69_M2": 1,
  "CV69_M3": 1,
  "CV69_M4": 1,
  "CV69_M5": 1,
  "CV69_M6": 1,
  "CV69_M7": 1,
  "CV69_M8": 1,
  "CV69_M9": 1,
  "CV69_M10": 1,
  "CV69_M11": 1,
  "CV69_M12": 1
}

The standard deviation of days where the daily precipitation flux is at least 50 mm is counted.

get

The standard deviation of days where the daily precipitation flux is at least 50 mm is counted. Authentication: required

Authorizations
Query parameters
Input_pointstring · geo_pointRequired

Input point location to get climatic variables

Responses
200
Success!
application/json
400
Input Error. Check the request payload for issues.
401
Unauthorized
403
Access denied. Additional privileges are needed access the requested resource.
404
Not Found. The requested resource does not exist.
429
Rate Limited. Too many requests.
500
Unexpected error
get
GET /api:climate-variables/sd-prec-days-50mm HTTP/1.1
Host: api.answr.space
Authorization: Bearer JWT
Accept: */*
{
  "CV73_M1": 1,
  "CV73_M2": 1,
  "CV73_M3": 1,
  "CV73_M4": 1,
  "CV73_M5": 1,
  "CV73_M6": 1,
  "CV73_M7": 1,
  "CV73_M8": 1,
  "CV73_M9": 1,
  "CV73_M10": 1,
  "CV73_M11": 1,
  "CV73_M12": 1
}

The standard deviation of the total volume of liquid water (mm3) precipitated over the period 00h-24h local time per unit of area (mm2), per day

get

The standard deviation of the total volume of liquid water (mm3) precipitated over the period 00h-24h local time per unit of area (mm2), per day Authentication: required

Authorizations
Query parameters
Input_pointstring · geo_pointRequired

Input point location to get climatic variables

Responses
200
Success!
application/json
400
Input Error. Check the request payload for issues.
401
Unauthorized
403
Access denied. Additional privileges are needed access the requested resource.
404
Not Found. The requested resource does not exist.
429
Rate Limited. Too many requests.
500
Unexpected error
get
GET /api:climate-variables/sd-prec-flux HTTP/1.1
Host: api.answr.space
Authorization: Bearer JWT
Accept: */*
{
  "CV36_M1": 1,
  "CV36_M2": 1,
  "CV36_M3": 1,
  "CV36_M4": 1,
  "CV36_M5": 1,
  "CV36_M6": 1,
  "CV36_M7": 1,
  "CV36_M8": 1,
  "CV36_M9": 1,
  "CV36_M10": 1,
  "CV36_M11": 1,
  "CV36_M12": 1
}

The standard deviation of the snow depth over the period 00h-24h local time measured as volume of snow (cm3) per unit area (cm2).

get

The standard deviation of the snow depth over the period 00h-24h local time measured as volume of snow (cm3) per unit area (cm2). Authentication: required

Authorizations
Query parameters
Input_pointstring · geo_pointRequired

Input point location to get climatic variables

Responses
200
Success!
application/json
400
Input Error. Check the request payload for issues.
401
Unauthorized
403
Access denied. Additional privileges are needed access the requested resource.
404
Not Found. The requested resource does not exist.
429
Rate Limited. Too many requests.
500
Unexpected error
get
GET /api:climate-variables/sd-snow-thickness HTTP/1.1
Host: api.answr.space
Authorization: Bearer JWT
Accept: */*
{
  "CV41_M1": 1,
  "CV41_M2": 1,
  "CV41_M3": 1,
  "CV41_M4": 1,
  "CV41_M5": 1,
  "CV41_M6": 1,
  "CV41_M7": 1,
  "CV41_M8": 1,
  "CV41_M9": 1,
  "CV41_M10": 1,
  "CV41_M11": 1,
  "CV41_M12": 1
}

The standard deviation of the content of liquid water in a surface soil layer of 2 to 5 cm depth expressed as m3 water per m3 soil.

get

The standard deviation of the content of liquid water in a surface soil layer of 2 to 5 cm depth expressed as m3 water per m3 soil. Authentication: required

Authorizations
Query parameters
Input_pointstring · geo_pointRequired

Input point location to get climatic variables

Responses
200
Success!
application/json
400
Input Error. Check the request payload for issues.
401
Unauthorized
403
Access denied. Additional privileges are needed access the requested resource.
404
Not Found. The requested resource does not exist.
429
Rate Limited. Too many requests.
500
Unexpected error
get
GET /api:climate-variables/sd-vol-soil-moisture HTTP/1.1
Host: api.answr.space
Authorization: Bearer JWT
Accept: */*
{
  "CV56_M1": 1,
  "CV56_M2": 1,
  "CV56_M3": 1,
  "CV56_M4": 1,
  "CV56_M5": 1,
  "CV56_M6": 1,
  "CV56_M7": 1,
  "CV56_M8": 1,
  "CV56_M9": 1,
  "CV56_M10": 1,
  "CV56_M11": 1,
  "CV56_M12": 1
}

The standard deviation of the number of days with precipitation

get

The standard deviation of the number of days with precipitation Authentication: required

Authorizations
Query parameters
Input_pointstring · geo_pointRequired

Input point location to get climatic variables

Responses
200
Success!
application/json
400
Input Error. Check the request payload for issues.
401
Unauthorized
403
Access denied. Additional privileges are needed access the requested resource.
404
Not Found. The requested resource does not exist.
429
Rate Limited. Too many requests.
500
Unexpected error
get
GET /api:climate-variables/sd-wet_days HTTP/1.1
Host: api.answr.space
Authorization: Bearer JWT
Accept: */*
{
  "CV101_M1": 1,
  "CV101_M2": 1,
  "CV101_M3": 1,
  "CV101_M4": 1,
  "CV101_M5": 1,
  "CV101_M6": 1,
  "CV101_M7": 1,
  "CV101_M8": 1,
  "CV101_M9": 1,
  "CV101_M10": 1,
  "CV101_M11": 1,
  "CV101_M12": 1
}

The standard deviation of the wind speed at a height of 10 meters above the surface over the period 00h-24h local time.

get

The standard deviation of the wind speed at a height of 10 meters above the surface over the period 00h-24h local time. Authentication: required

Authorizations
Query parameters
Input_pointstring · geo_pointRequired

Input point location to get climatic variables

Responses
200
Success!
application/json
400
Input Error. Check the request payload for issues.
401
Unauthorized
403
Access denied. Additional privileges are needed access the requested resource.
404
Not Found. The requested resource does not exist.
429
Rate Limited. Too many requests.
500
Unexpected error
get
GET /api:climate-variables/sd-wind-speed HTTP/1.1
Host: api.answr.space
Authorization: Bearer JWT
Accept: */*
{
  "CV51_M1": 1,
  "CV51_M2": 1,
  "CV51_M3": 1,
  "CV51_M4": 1,
  "CV51_M5": 1,
  "CV51_M6": 1,
  "CV51_M7": 1,
  "CV51_M8": 1,
  "CV51_M9": 1,
  "CV51_M10": 1,
  "CV51_M11": 1,
  "CV51_M12": 1
}

This endpoint includes the standard deviation universal thermal climate index (utci) per month.

get

This endpoint includes the standard deviation universal thermal climate index (utci) per month. Authentication: required

Authorizations
Query parameters
Input_pointstring · geo_pointRequired

Input point location to get climatic variables

Responses
200
Success!
application/json
400
Input Error. Check the request payload for issues.
401
Unauthorized
403
Access denied. Additional privileges are needed access the requested resource.
404
Not Found. The requested resource does not exist.
429
Rate Limited. Too many requests.
500
Unexpected error
get
GET /api:climate-variables/sd-utci HTTP/1.1
Host: api.answr.space
Authorization: Bearer JWT
Accept: */*
{
  "M01_sd": 1,
  "M02_sd": 1,
  "M03_sd": 1,
  "M04_sd": 1,
  "M05_sd": 1,
  "M06_sd": 1,
  "M07_sd": 1,
  "M08_sd": 1,
  "M09_sd": 1,
  "M10_sd": 1,
  "M11_sd": 1,
  "M12_sd": 1
}
  • Köppen-Geiger Zones
  • GETClimate classification using the Koppen Geiger schema.
  • Metric: Average
  • GETThe average number of hours with clouds over the period 00h-24h local time divided by 24 hours.
  • GETThe average number of consecutive days with less than 1 mm rainfall height per month
  • GETThe average number of consecutive days with less than 0 degrees per month.
  • GETThe average number of consecutive days with maximum temperature more than 25 degrees Celsius per month.
  • GETThe average number of consecutive days with more than 1 mm precipitation height per month
  • GETThe average dew point temperature at a height of 2 meters above the surface over the period 00h-24h local time. The dew point is the temperature to which air must be cooled to become saturated with water vapor. In combination with the air temperature it is used to assess relative humidity.
  • GETThe average number of days where TN < 0 ℃ is counted
  • GETThe average heating degree days are defined as the sum of T1 - TG, where only values TG < T2 are considered. If T1 and T2 are omitted, a temperature of 17℃ is used for both parameters.
  • GETThe average number of days with less than 0 Celsius temperature
  • GETThe average "Maximum Temperature" of air in Kelvin at a height of 2 meters above the surface.
  • GETThe average "Mean Temperature" of air in Kelvin at a height of 2 meters above the surface.
  • GETThe average "Minimum Temperature" of air in Kelvin at a height of 2 meters above the surface.
  • GETThe average number of days where the daily precipitation flux is at least 10 mm is counted.
  • GETThe average number of days where the daily precipitation flux is at least 20 mm is counted.
  • GETThe average number of days where the daily precipitation flux is at least 50 mm is counted.
  • GETThe average precipitation flux. Total volume of liquid water (mm3) precipitated over the period 00h-24h local time per unit of area (mm2), per day.
  • GETThe average snow depth over the period 00h-24h local time measured as volume of snow (cm3) per unit area (cm2).
  • GETThe average solar radiation flux. Total amount of energy provided by solar radiation at the surface over the period 00-24h local time per unit area and time.
  • GETThe average volumetric soil moisture. Content of liquid water in a surface soil layer of 2 to 5 cm depth expressed as m3 water per m3 soil.
  • GETThe average number of days with precipitation
  • GETThe average "Mean Wind Speed" at a height of 10 meters above the surface over the period 00h-24h local time.
  • GETThis endpoint includes the average universal thermal climate index (utci) per month.
  • Metric: Standard Deviation
  • GETThe standard deviation of the number of continuous days with less than 1 mm rainfall height per month
  • GETThe standard deviation of the number of continuous days with less than 0 degrees per month.
  • GETThe standard deviation of the number of continuous days with maximum temperature more than 25 degrees Celsius per month.
  • GETThe standard deviation of the number of continuous days with more than 1 mm precipitation height per month
  • GETThe standard deviation of days where TN < 0 ℃ is counted
  • GETThe "Standard Deviation Heating Days" are defined as the sum of T1 - TG, where only values TG < T2 are considered. If T1 and T2 are omitted, a temperature of 17℃ is used for both parameters.
  • GETThe standard deviation of number of days with less than 0 Celsius temperature
  • GETThe standard deviation of the Maximum Temperature of air in Kelvin at a height of 2 meters above the surface.
  • GETThe standard deviation of the Minimum Temperature of air in Kelvin at a height of 2 meters above the surface.
  • GETThe standard deviation of days where the daily precipitation flux is at least 10 mm is counted.
  • GETThe standard deviation of days where the daily precipitation flux is at least 20 mm is counted.
  • GETThe standard deviation of days where the daily precipitation flux is at least 50 mm is counted.
  • GETThe standard deviation of the total volume of liquid water (mm3) precipitated over the period 00h-24h local time per unit of area (mm2), per day
  • GETThe standard deviation of the snow depth over the period 00h-24h local time measured as volume of snow (cm3) per unit area (cm2).
  • GETThe standard deviation of the content of liquid water in a surface soil layer of 2 to 5 cm depth expressed as m3 water per m3 soil.
  • GETThe standard deviation of the number of days with precipitation
  • GETThe standard deviation of the wind speed at a height of 10 meters above the surface over the period 00h-24h local time.
  • GETThis endpoint includes the standard deviation universal thermal climate index (utci) per month.