Download OpenAPI specification:
Eoliann Climate Suite API gives users a quantitative estimate of each climate risk (currently drought, flood and wildfire) for any asset or geographical location within the covered areas. This documentation describes all of the available API calls and properties of the returned objects.
For any assistance request, it is possible to contact Eoliann Customer Support through the following channels:
Customer support will be available Monday to Friday, 9:00 AM to 6:00 PM (GMT+1)
Please note that our customer support services will not be available during company-recognized holidays.
Support requests will be considered by customer support within 2 working days from submission.
Returns a drought risk assessment for an address. The input can be either an address or both lat and lon parameters.
| lat required | number (lat) [ 27 .. 72 ] Example: lat=41.86869 Latitude of the point |
| lon required | number (lon) [ -22 .. 45 ] Example: lon=12.49536 Longitude of the point |
| address required | string (address) Example: address=via cristoforo colombo roma Address of the point |
| x-api-key required | string |
{- "address": "via cristoforo colombo roma",
- "address_geocoded": "Via Cristoforo Colombo, 44, 00154 Roma RM, Italy",
- "lat": 41.86869,
- "lon": 12.49536,
- "drought_risk_assessment": {
- "return_period_20y": {
- "intensity": {
- "duration_months": 18.3,
- "severity": 16
}
}, - "return_period_100y": {
- "intensity": {
- "duration_months": 27.6,
- "severity": 24.5
}
}, - "return_period_200y": {
- "intensity": {
- "duration_months": 31.6,
- "severity": 28.2
}
}
}, - "average_annual_loss": {
- "value": 0.01255,
- "national_average": 0.00127819,
- "regional_average": "Not implemented"
}, - "risk_index": 2,
- "hazard_index": "Not implemented"
}Returns a drought RCP 2.6 risk assessment for an address. The input can be either an address or both lat and lon parameters.
| lat required | number (lat) [ 27 .. 72 ] Example: lat=41.86869 Latitude of the point |
| lon required | number (lon) [ -22 .. 45 ] Example: lon=12.49536 Longitude of the point |
| address required | string (address) Example: address=via cristoforo colombo roma Address of the point |
| year required | number (year) Enum: 2030 2040 2050 Example: year=2030 Future year to consider for the RCP assessment |
| x-api-key required | string |
{- "address": "via cristoforo colombo roma",
- "address_geocoded": "Via Cristoforo Colombo, 44, 00154 Roma RM, Italy",
- "lat": 41.86869,
- "lon": 12.49536,
- "drought_risk_assessment": {
- "return_period_20y": {
- "intensity": {
- "duration_months": 18.3,
- "severity": 16
}
}, - "return_period_100y": {
- "intensity": {
- "duration_months": 27.6,
- "severity": 24.5
}
}, - "return_period_200y": {
- "intensity": {
- "duration_months": 31.6,
- "severity": 28.2
}
}
}, - "average_annual_loss": {
- "value": 0.01255,
- "national_average": 0.00127819,
- "regional_average": "Not implemented"
}, - "risk_index": 2,
- "hazard_index": "Not implemented"
}Returns a drought RCP 8.5 risk assessment for an address. The input can be either an address or both lat and lon parameters.
| lat required | number (lat) [ 27 .. 72 ] Example: lat=41.86869 Latitude of the point |
| lon required | number (lon) [ -22 .. 45 ] Example: lon=12.49536 Longitude of the point |
| address required | string (address) Example: address=via cristoforo colombo roma Address of the point |
| year required | number (year) Enum: 2030 2040 2050 Example: year=2030 Future year to consider for the RCP assessment |
| x-api-key required | string |
{- "address": "via cristoforo colombo roma",
- "address_geocoded": "Via Cristoforo Colombo, 44, 00154 Roma RM, Italy",
- "lat": 41.86869,
- "lon": 12.49536,
- "drought_risk_assessment": {
- "return_period_20y": {
- "intensity": {
- "duration_months": 18.3,
- "severity": 16
}
}, - "return_period_100y": {
- "intensity": {
- "duration_months": 27.6,
- "severity": 24.5
}
}, - "return_period_200y": {
- "intensity": {
- "duration_months": 31.6,
- "severity": 28.2
}
}
}, - "average_annual_loss": {
- "value": 0.01255,
- "national_average": 0.00127819,
- "regional_average": "Not implemented"
}, - "risk_index": 2,
- "hazard_index": "Not implemented"
}Returns a drought RCP 4.5 risk assessment for an address. The input can be either an address or both lat and lon parameters.
| lat required | number (lat) [ 27 .. 72 ] Example: lat=41.86869 Latitude of the point |
| lon required | number (lon) [ -22 .. 45 ] Example: lon=12.49536 Longitude of the point |
| address required | string (address) Example: address=via cristoforo colombo roma Address of the point |
| year required | number (year) Enum: 2030 2040 2050 Example: year=2030 Future year to consider for the RCP assessment |
| x-api-key required | string |
{- "address": "via cristoforo colombo roma",
- "address_geocoded": "Via Cristoforo Colombo, 44, 00154 Roma RM, Italy",
- "lat": 41.86869,
- "lon": 12.49536,
- "drought_risk_assessment": {
- "return_period_20y": {
- "intensity": {
- "duration_months": 18.3,
- "severity": 16
}
}, - "return_period_100y": {
- "intensity": {
- "duration_months": 27.6,
- "severity": 24.5
}
}, - "return_period_200y": {
- "intensity": {
- "duration_months": 31.6,
- "severity": 28.2
}
}
}, - "average_annual_loss": {
- "value": 0.01255,
- "national_average": 0.00127819,
- "regional_average": "Not implemented"
}, - "risk_index": 2,
- "hazard_index": "Not implemented"
}Returns a flood risk assessment for an address. The input can be either an address or both lat and lon parameters.
| lat required | number (lat) [ 27 .. 72 ] Example: lat=41.86869 Latitude of the point |
| lon required | number (lon) [ -22 .. 45 ] Example: lon=12.49536 Longitude of the point |
| address required | string (address) Example: address=via cristoforo colombo roma Address of the point |
| x-api-key required | string |
{- "address": "via cristoforo colombo roma",
- "address_geocoded": "Via Cristoforo Colombo, 44, 00154 Roma RM, Italy",
- "lat": 41.86869,
- "lon": 12.49536,
- "land_use": "Agriculture",
- "flood_risk_assessment": {
- "return_period_20y": {
- "intensity": {
- "water_height": 0.65
}, - "vulnerability": 0.21
}, - "return_period_100y": {
- "intensity": {
- "water_height": 0.75
}, - "vulnerability": 0.22
}, - "return_period_200y": {
- "intensity": {
- "water_height": 0.78
}, - "vulnerability": 0.23
}
}, - "average_annual_loss": {
- "value": 0.01255,
- "national_average": 0.00127819,
- "regional_average": "Not implemented"
}, - "risk_index": 2,
- "hazard_index": "Not implemented"
}Returns a flood RCP 8.5 risk assessment for an address. The input can be either an address or both lat and lon parameters.
| lat required | number (lat) [ 27 .. 72 ] Example: lat=41.86869 Latitude of the point |
| lon required | number (lon) [ -22 .. 45 ] Example: lon=12.49536 Longitude of the point |
| address required | string (address) Example: address=via cristoforo colombo roma Address of the point |
| year required | number (year) Enum: 2030 2040 2050 Example: year=2030 Future year to consider for the RCP assessment |
| x-api-key required | string |
{- "address": "via cristoforo colombo roma",
- "address_geocoded": "Via Cristoforo Colombo, 44, 00154 Roma RM, Italy",
- "lat": 41.86869,
- "lon": 12.49536,
- "land_use": "Agriculture",
- "flood_risk_assessment": {
- "return_period_20y": {
- "intensity": {
- "water_height": 0.65
}, - "vulnerability": 0.21
}, - "return_period_100y": {
- "intensity": {
- "water_height": 0.75
}, - "vulnerability": 0.22
}, - "return_period_200y": {
- "intensity": {
- "water_height": 0.78
}, - "vulnerability": 0.23
}
}, - "average_annual_loss": {
- "value": 0.01255,
- "national_average": 0.00127819,
- "regional_average": "Not implemented"
}, - "risk_index": 2,
- "hazard_index": "Not implemented"
}Returns a flood RCP 4.5 risk assessment for an address. The input can be either an address or both lat and lon parameters.
| lat required | number (lat) [ 27 .. 72 ] Example: lat=41.86869 Latitude of the point |
| lon required | number (lon) [ -22 .. 45 ] Example: lon=12.49536 Longitude of the point |
| address required | string (address) Example: address=via cristoforo colombo roma Address of the point |
| year required | number (year) Enum: 2030 2040 2050 Example: year=2030 Future year to consider for the RCP assessment |
| x-api-key required | string |
{- "address": "via cristoforo colombo roma",
- "address_geocoded": "Via Cristoforo Colombo, 44, 00154 Roma RM, Italy",
- "lat": 41.86869,
- "lon": 12.49536,
- "land_use": "Agriculture",
- "flood_risk_assessment": {
- "return_period_20y": {
- "intensity": {
- "water_height": 0.65
}, - "vulnerability": 0.21
}, - "return_period_100y": {
- "intensity": {
- "water_height": 0.75
}, - "vulnerability": 0.22
}, - "return_period_200y": {
- "intensity": {
- "water_height": 0.78
}, - "vulnerability": 0.23
}
}, - "average_annual_loss": {
- "value": 0.01255,
- "national_average": 0.00127819,
- "regional_average": "Not implemented"
}, - "risk_index": 2,
- "hazard_index": "Not implemented"
}Returns a flood RCP 2.6 risk assessment for an address. The input can be either an address or both lat and lon parameters.
| lat required | number (lat) [ 27 .. 72 ] Example: lat=41.86869 Latitude of the point |
| lon required | number (lon) [ -22 .. 45 ] Example: lon=12.49536 Longitude of the point |
| address required | string (address) Example: address=via cristoforo colombo roma Address of the point |
| year required | number (year) Enum: 2030 2040 2050 Example: year=2030 Future year to consider for the RCP assessment |
| x-api-key required | string |
{- "address": "via cristoforo colombo roma",
- "address_geocoded": "Via Cristoforo Colombo, 44, 00154 Roma RM, Italy",
- "lat": 41.86869,
- "lon": 12.49536,
- "land_use": "Agriculture",
- "flood_risk_assessment": {
- "return_period_20y": {
- "intensity": {
- "water_height": 0.65
}, - "vulnerability": 0.21
}, - "return_period_100y": {
- "intensity": {
- "water_height": 0.75
}, - "vulnerability": 0.22
}, - "return_period_200y": {
- "intensity": {
- "water_height": 0.78
}, - "vulnerability": 0.23
}
}, - "average_annual_loss": {
- "value": 0.01255,
- "national_average": 0.00127819,
- "regional_average": "Not implemented"
}, - "risk_index": 2,
- "hazard_index": "Not implemented"
}Returns a wildfire risk assessment for an address. The input can be either an address or both lat and lon parameters.
| lat required | number (lat) [ 27 .. 72 ] Example: lat=41.86869 Latitude of the point |
| lon required | number (lon) [ -22 .. 45 ] Example: lon=12.49536 Longitude of the point |
| address required | string (address) Example: address=via cristoforo colombo roma Address of the point |
| x-api-key required | string |
{- "address": "via cristoforo colombo roma",
- "address_geocoded": "Via Cristoforo Colombo, 44, 00154 Roma RM, Italy",
- "lat": 41.86869,
- "lon": 12.49536,
- "wildfire_risk_assessment": {
- "return_period_2y": {
- "intensity": {
- "fwi": 30.33
}, - "vulnerability": 0.35
}, - "return_period_10y": {
- "intensity": {
- "fwi": 40.96
}, - "vulnerability": 0.55
}, - "return_period_30y": {
- "intensity": {
- "fwi": 45.19
}, - "vulnerability": 0.78
}
}, - "average_annual_loss": {
- "value": 0.01255,
- "national_average": 0.00127819,
- "regional_average": "Not implemented"
}, - "risk_index": 2,
- "hazard_index": "Not implemented"
}Returns a wildfire rcp 2.6 risk assessment for an address. The input can be either an address or both lat and lon parameters.
| lat required | number (lat) [ 27 .. 72 ] Example: lat=41.86869 Latitude of the point |
| lon required | number (lon) [ -22 .. 45 ] Example: lon=12.49536 Longitude of the point |
| address required | string (address) Example: address=via cristoforo colombo roma Address of the point |
| year required | number (year) Enum: 2030 2040 2050 Example: year=2030 Future year to consider for the RCP assessment |
| x-api-key required | string |
{- "address": "via cristoforo colombo roma",
- "address_geocoded": "Via Cristoforo Colombo, 44, 00154 Roma RM, Italy",
- "lat": 41.86869,
- "lon": 12.49536,
- "wildfire_risk_assessment": {
- "return_period_2y": {
- "intensity": {
- "fwi": 30.33
}, - "vulnerability": 0.35
}, - "return_period_10y": {
- "intensity": {
- "fwi": 40.96
}, - "vulnerability": 0.55
}, - "return_period_30y": {
- "intensity": {
- "fwi": 45.19
}, - "vulnerability": 0.78
}
}, - "average_annual_loss": {
- "value": 0.01255,
- "national_average": 0.00127819,
- "regional_average": "Not implemented"
}, - "risk_index": 2,
- "hazard_index": "Not implemented"
}Returns a wildfire rcp 4.5 risk assessment for an address. The input can be either an address or both lat and lon parameters.
| lat required | number (lat) [ 27 .. 72 ] Example: lat=41.86869 Latitude of the point |
| lon required | number (lon) [ -22 .. 45 ] Example: lon=12.49536 Longitude of the point |
| address required | string (address) Example: address=via cristoforo colombo roma Address of the point |
| year required | number (year) Enum: 2030 2040 2050 Example: year=2030 Future year to consider for the RCP assessment |
| x-api-key required | string |
{- "address": "via cristoforo colombo roma",
- "address_geocoded": "Via Cristoforo Colombo, 44, 00154 Roma RM, Italy",
- "lat": 41.86869,
- "lon": 12.49536,
- "wildfire_risk_assessment": {
- "return_period_2y": {
- "intensity": {
- "fwi": 30.33
}, - "vulnerability": 0.35
}, - "return_period_10y": {
- "intensity": {
- "fwi": 40.96
}, - "vulnerability": 0.55
}, - "return_period_30y": {
- "intensity": {
- "fwi": 45.19
}, - "vulnerability": 0.78
}
}, - "average_annual_loss": {
- "value": 0.01255,
- "national_average": 0.00127819,
- "regional_average": "Not implemented"
}, - "risk_index": 2,
- "hazard_index": "Not implemented"
}Returns a wildfire rcp 8.5 risk assessment for an address. The input can be either an address or both lat and lon parameters.
| lat required | number (lat) [ 27 .. 72 ] Example: lat=41.86869 Latitude of the point |
| lon required | number (lon) [ -22 .. 45 ] Example: lon=12.49536 Longitude of the point |
| address required | string (address) Example: address=via cristoforo colombo roma Address of the point |
| year required | number (year) Enum: 2030 2040 2050 Example: year=2030 Future year to consider for the RCP assessment |
| x-api-key required | string |
{- "address": "via cristoforo colombo roma",
- "address_geocoded": "Via Cristoforo Colombo, 44, 00154 Roma RM, Italy",
- "lat": 41.86869,
- "lon": 12.49536,
- "wildfire_risk_assessment": {
- "return_period_2y": {
- "intensity": {
- "fwi": 30.33
}, - "vulnerability": 0.35
}, - "return_period_10y": {
- "intensity": {
- "fwi": 40.96
}, - "vulnerability": 0.55
}, - "return_period_30y": {
- "intensity": {
- "fwi": 45.19
}, - "vulnerability": 0.78
}
}, - "average_annual_loss": {
- "value": 0.01255,
- "national_average": 0.00127819,
- "regional_average": "Not implemented"
}, - "risk_index": 2,
- "hazard_index": "Not implemented"
}Returns a landslide risk assessment for an address. The input can be either an address or both lat and lon parameters.
| lat required | number (lat) [ 27 .. 72 ] Example: lat=41.86869 Latitude of the point |
| lon required | number (lon) [ -22 .. 45 ] Example: lon=12.49536 Longitude of the point |
| address required | string (address) Example: address=via cristoforo colombo roma Address of the point |
| x-api-key required | string |
{- "address": "via cristoforo colombo roma",
- "address_geocoded": "Via Cristoforo Colombo, 44, 00154 Roma RM, Italy",
- "lat": 41.86869,
- "lon": 12.49536,
- "landslide_risk_assessment": {
- "return_period_20y": {
- "intensity": {
- "area": 4.8
}, - "vulnerability": 0.35
}, - "return_period_100y": {
- "intensity": {
- "area": 15.16
}, - "vulnerability": 0.55
}, - "return_period_200y": {
- "intensity": {
- "area": 23.42
}, - "vulnerability": 0.78
}
}, - "average_annual_loss": {
- "value": 0.01255
}, - "minimum_return_period": 1.58,
- "hazard_index": 4
}Returns a landslide RCP 2.6 risk assessment for an address. The input can be either an address or both lat and lon parameters.
| lat required | number (lat) [ 27 .. 72 ] Example: lat=41.86869 Latitude of the point |
| lon required | number (lon) [ -22 .. 45 ] Example: lon=12.49536 Longitude of the point |
| address required | string (address) Example: address=via cristoforo colombo roma Address of the point |
| year required | number (year) Enum: 2030 2040 2050 Example: year=2030 Future year to consider for the RCP assessment |
| x-api-key required | string |
{- "address": "via cristoforo colombo roma",
- "address_geocoded": "Via Cristoforo Colombo, 44, 00154 Roma RM, Italy",
- "lat": 41.86869,
- "lon": 12.49536,
- "landslide_risk_assessment": {
- "return_period_20y": {
- "intensity": {
- "area": 4.8
}, - "vulnerability": 0.35
}, - "return_period_100y": {
- "intensity": {
- "area": 15.16
}, - "vulnerability": 0.55
}, - "return_period_200y": {
- "intensity": {
- "area": 23.42
}, - "vulnerability": 0.78
}
}, - "average_annual_loss": {
- "value": 0.01255
}, - "minimum_return_period": 1.58,
- "hazard_index": 4
}Returns a landslide RCP 4.5 risk assessment for an address. The input can be either an address or both lat and lon parameters.
| lat required | number (lat) [ 27 .. 72 ] Example: lat=41.86869 Latitude of the point |
| lon required | number (lon) [ -22 .. 45 ] Example: lon=12.49536 Longitude of the point |
| address required | string (address) Example: address=via cristoforo colombo roma Address of the point |
| year required | number (year) Enum: 2030 2040 2050 Example: year=2030 Future year to consider for the RCP assessment |
| x-api-key required | string |
{- "address": "via cristoforo colombo roma",
- "address_geocoded": "Via Cristoforo Colombo, 44, 00154 Roma RM, Italy",
- "lat": 41.86869,
- "lon": 12.49536,
- "landslide_risk_assessment": {
- "return_period_20y": {
- "intensity": {
- "area": 4.8
}, - "vulnerability": 0.35
}, - "return_period_100y": {
- "intensity": {
- "area": 15.16
}, - "vulnerability": 0.55
}, - "return_period_200y": {
- "intensity": {
- "area": 23.42
}, - "vulnerability": 0.78
}
}, - "average_annual_loss": {
- "value": 0.01255
}, - "minimum_return_period": 1.58,
- "hazard_index": 4
}Returns a landslide RCP 8.5 risk assessment for an address. The input can be either an address or both lat and lon parameters.
| lat required | number (lat) [ 27 .. 72 ] Example: lat=41.86869 Latitude of the point |
| lon required | number (lon) [ -22 .. 45 ] Example: lon=12.49536 Longitude of the point |
| address required | string (address) Example: address=via cristoforo colombo roma Address of the point |
| year required | number (year) Enum: 2030 2040 2050 Example: year=2030 Future year to consider for the RCP assessment |
| x-api-key required | string |
{- "address": "via cristoforo colombo roma",
- "address_geocoded": "Via Cristoforo Colombo, 44, 00154 Roma RM, Italy",
- "lat": 41.86869,
- "lon": 12.49536,
- "landslide_risk_assessment": {
- "return_period_20y": {
- "intensity": {
- "area": 4.8
}, - "vulnerability": 0.35
}, - "return_period_100y": {
- "intensity": {
- "area": 15.16
}, - "vulnerability": 0.55
}, - "return_period_200y": {
- "intensity": {
- "area": 23.42
}, - "vulnerability": 0.78
}
}, - "average_annual_loss": {
- "value": 0.01255
}, - "minimum_return_period": 1.58,
- "hazard_index": 4
}Receive a CSV file and upload it to an S3 bucket as input for a batch assessment
| risk required | string (risk) Enum: "drought" "flood" "wildfire" Example: risk=flood Risk to compute the batch assessment on |
| scenario required | string (scenario) Enum: "baseline" "rcp26" "rcp45" "rcp85" Example: scenario=baseline Scenario to compute the batch assessment on |
| year | number (year) Enum: 2030 2040 2050 Example: year=2030 Future year to consider for the RCP assessment |
| file | string <binary> |
{- "id": "875cf847c9f56d84ae7e38265eb89c6e6175d3d0",
}This endpoint receives a batch id, representing a batch processing run, and checks if there is an existing output.
| id required | string (batchId) Example: id=875cf847c9f56d84ae7e38265eb89c6e6175d3d0 Batch request id |
{- "id": "875cf847c9f56d84ae7e38265eb89c6e6175d3d0",
}Consume the OAuth2 code to obtain the JWTs
| code required | string (OAuth2Code) Example: code=a1b2c245-aaaa-bbbb-11cc-123b45c678c9 Code obtained from OAuth2 |
{- "id_token": "string",
- "access_token": "string",
- "refresh_token": "string",
- "expires": 3600,
- "token_type": "Bearer"
}Obtain new Bearer tokens from a refresh token
| refresh_token required | string |
{- "refresh_token": "string"
}{- "id_token": "string",
- "access_token": "string",
- "refresh_token": "string",
- "expires": 3600,
- "token_type": "Bearer"
}Returns info about the currently authenticated user
{- "name": "username",
- "email": "username@email.com",
- "organization": "eoliann",
- "climate_scenarios": true,
- "asset": true,
- "available_countries": [
- "IT"
], - "risks": {
- "property1": {
- "available_climate_scenarios": [
- "rcp26",
- "rcp45",
- "rcp85"
], - "available_years": [
- 2030,
- 2040,
- 2050
], - "status": "purchased",
- "version": "v1"
}, - "property2": {
- "available_climate_scenarios": [
- "rcp26",
- "rcp45",
- "rcp85"
], - "available_years": [
- 2030,
- 2040,
- 2050
], - "status": "purchased",
- "version": "v1"
}
}
}Returns a drought baseline assessment for an address.
| lat required | number (lat) [ 27 .. 72 ] Example: lat=41.86869 Latitude of the point |
| lon required | number (lon) [ -22 .. 45 ] Example: lon=12.49536 Longitude of the point |
| address required | string (address) Example: address=via cristoforo colombo roma Address of the point |
{- "address": "via cristoforo colombo roma",
- "address_geocoded": "Via Cristoforo Colombo, 44, 00154 Roma RM, Italy",
- "lat": 41.86869,
- "lon": 12.49536,
- "drought_risk_assessment": {
- "return_period_20y": {
- "intensity": {
- "duration_months": 18.3,
- "severity": 16
}
}, - "return_period_100y": {
- "intensity": {
- "duration_months": 27.6,
- "severity": 24.5
}
}, - "return_period_200y": {
- "intensity": {
- "duration_months": 31.6,
- "severity": 28.2
}
}
}, - "average_annual_loss": {
- "value": 0.01255,
- "national_average": 0.00127819,
- "regional_average": "Not implemented"
}, - "risk_index": 2,
- "hazard_index": "Not implemented"
}Returns a drought RCP 2.6 assessment for an address.
| lat required | number (lat) [ 27 .. 72 ] Example: lat=41.86869 Latitude of the point |
| lon required | number (lon) [ -22 .. 45 ] Example: lon=12.49536 Longitude of the point |
| address required | string (address) Example: address=via cristoforo colombo roma Address of the point |
| year required | number (year) Enum: 2030 2040 2050 Example: year=2030 Future year to consider for the RCP assessment |
{- "address": "via cristoforo colombo roma",
- "address_geocoded": "Via Cristoforo Colombo, 44, 00154 Roma RM, Italy",
- "lat": 41.86869,
- "lon": 12.49536,
- "drought_risk_assessment": {
- "return_period_20y": {
- "intensity": {
- "duration_months": 18.3,
- "severity": 16
}
}, - "return_period_100y": {
- "intensity": {
- "duration_months": 27.6,
- "severity": 24.5
}
}, - "return_period_200y": {
- "intensity": {
- "duration_months": 31.6,
- "severity": 28.2
}
}
}, - "average_annual_loss": {
- "value": 0.01255,
- "national_average": 0.00127819,
- "regional_average": "Not implemented"
}, - "risk_index": 2,
- "hazard_index": "Not implemented"
}Returns a drought RCP 4.5 assessment for an address.
| lat required | number (lat) [ 27 .. 72 ] Example: lat=41.86869 Latitude of the point |
| lon required | number (lon) [ -22 .. 45 ] Example: lon=12.49536 Longitude of the point |
| address required | string (address) Example: address=via cristoforo colombo roma Address of the point |
| year required | number (year) Enum: 2030 2040 2050 Example: year=2030 Future year to consider for the RCP assessment |
{- "address": "via cristoforo colombo roma",
- "address_geocoded": "Via Cristoforo Colombo, 44, 00154 Roma RM, Italy",
- "lat": 41.86869,
- "lon": 12.49536,
- "drought_risk_assessment": {
- "return_period_20y": {
- "intensity": {
- "duration_months": 18.3,
- "severity": 16
}
}, - "return_period_100y": {
- "intensity": {
- "duration_months": 27.6,
- "severity": 24.5
}
}, - "return_period_200y": {
- "intensity": {
- "duration_months": 31.6,
- "severity": 28.2
}
}
}, - "average_annual_loss": {
- "value": 0.01255,
- "national_average": 0.00127819,
- "regional_average": "Not implemented"
}, - "risk_index": 2,
- "hazard_index": "Not implemented"
}Returns a drought RCP 8.5 assessment for an address.
| lat required | number (lat) [ 27 .. 72 ] Example: lat=41.86869 Latitude of the point |
| lon required | number (lon) [ -22 .. 45 ] Example: lon=12.49536 Longitude of the point |
| address required | string (address) Example: address=via cristoforo colombo roma Address of the point |
| year required | number (year) Enum: 2030 2040 2050 Example: year=2030 Future year to consider for the RCP assessment |
{- "address": "via cristoforo colombo roma",
- "address_geocoded": "Via Cristoforo Colombo, 44, 00154 Roma RM, Italy",
- "lat": 41.86869,
- "lon": 12.49536,
- "drought_risk_assessment": {
- "return_period_20y": {
- "intensity": {
- "duration_months": 18.3,
- "severity": 16
}
}, - "return_period_100y": {
- "intensity": {
- "duration_months": 27.6,
- "severity": 24.5
}
}, - "return_period_200y": {
- "intensity": {
- "duration_months": 31.6,
- "severity": 28.2
}
}
}, - "average_annual_loss": {
- "value": 0.01255,
- "national_average": 0.00127819,
- "regional_average": "Not implemented"
}, - "risk_index": 2,
- "hazard_index": "Not implemented"
}Returns a flood risk assessment for an address. The input can be either an address or both lat and lon parameters.
| lat required | number (lat) [ 27 .. 72 ] Example: lat=41.86869 Latitude of the point |
| lon required | number (lon) [ -22 .. 45 ] Example: lon=12.49536 Longitude of the point |
| address required | string (address) Example: address=via cristoforo colombo roma Address of the point |
{- "address": "via cristoforo colombo roma",
- "address_geocoded": "Via Cristoforo Colombo, 44, 00154 Roma RM, Italy",
- "lat": 41.86869,
- "lon": 12.49536,
- "land_use": "Agriculture",
- "flood_risk_assessment": {
- "return_period_20y": {
- "intensity": {
- "water_height": 0.65
}, - "vulnerability": 0.21
}, - "return_period_100y": {
- "intensity": {
- "water_height": 0.75
}, - "vulnerability": 0.22
}, - "return_period_200y": {
- "intensity": {
- "water_height": 0.78
}, - "vulnerability": 0.23
}
}, - "average_annual_loss": {
- "value": 0.01255,
- "national_average": 0.00127819,
- "regional_average": "Not implemented"
}, - "risk_index": 2,
- "hazard_index": "Not implemented"
}Returns a flood RCP 2.6 assessment for an address.
| lat required | number (lat) [ 27 .. 72 ] Example: lat=41.86869 Latitude of the point |
| lon required | number (lon) [ -22 .. 45 ] Example: lon=12.49536 Longitude of the point |
| address required | string (address) Example: address=via cristoforo colombo roma Address of the point |
| year required | number (year) Enum: 2030 2040 2050 Example: year=2030 Future year to consider for the RCP assessment |
{- "address": "via cristoforo colombo roma",
- "address_geocoded": "Via Cristoforo Colombo, 44, 00154 Roma RM, Italy",
- "lat": 41.86869,
- "lon": 12.49536,
- "land_use": "Agriculture",
- "flood_risk_assessment": {
- "return_period_20y": {
- "intensity": {
- "water_height": 0.65
}, - "vulnerability": 0.21
}, - "return_period_100y": {
- "intensity": {
- "water_height": 0.75
}, - "vulnerability": 0.22
}, - "return_period_200y": {
- "intensity": {
- "water_height": 0.78
}, - "vulnerability": 0.23
}
}, - "average_annual_loss": {
- "value": 0.01255,
- "national_average": 0.00127819,
- "regional_average": "Not implemented"
}, - "risk_index": 2,
- "hazard_index": "Not implemented"
}Returns a flood RCP 4.5 assessment for an address.
| lat required | number (lat) [ 27 .. 72 ] Example: lat=41.86869 Latitude of the point |
| lon required | number (lon) [ -22 .. 45 ] Example: lon=12.49536 Longitude of the point |
| address required | string (address) Example: address=via cristoforo colombo roma Address of the point |
| year required | number (year) Enum: 2030 2040 2050 Example: year=2030 Future year to consider for the RCP assessment |
{- "address": "via cristoforo colombo roma",
- "address_geocoded": "Via Cristoforo Colombo, 44, 00154 Roma RM, Italy",
- "lat": 41.86869,
- "lon": 12.49536,
- "land_use": "Agriculture",
- "flood_risk_assessment": {
- "return_period_20y": {
- "intensity": {
- "water_height": 0.65
}, - "vulnerability": 0.21
}, - "return_period_100y": {
- "intensity": {
- "water_height": 0.75
}, - "vulnerability": 0.22
}, - "return_period_200y": {
- "intensity": {
- "water_height": 0.78
}, - "vulnerability": 0.23
}
}, - "average_annual_loss": {
- "value": 0.01255,
- "national_average": 0.00127819,
- "regional_average": "Not implemented"
}, - "risk_index": 2,
- "hazard_index": "Not implemented"
}Returns a flood RCP 8.5 assessment for an address.
| lat required | number (lat) [ 27 .. 72 ] Example: lat=41.86869 Latitude of the point |
| lon required | number (lon) [ -22 .. 45 ] Example: lon=12.49536 Longitude of the point |
| address required | string (address) Example: address=via cristoforo colombo roma Address of the point |
| year required | number (year) Enum: 2030 2040 2050 Example: year=2030 Future year to consider for the RCP assessment |
{- "address": "via cristoforo colombo roma",
- "address_geocoded": "Via Cristoforo Colombo, 44, 00154 Roma RM, Italy",
- "lat": 41.86869,
- "lon": 12.49536,
- "land_use": "Agriculture",
- "flood_risk_assessment": {
- "return_period_20y": {
- "intensity": {
- "water_height": 0.65
}, - "vulnerability": 0.21
}, - "return_period_100y": {
- "intensity": {
- "water_height": 0.75
}, - "vulnerability": 0.22
}, - "return_period_200y": {
- "intensity": {
- "water_height": 0.78
}, - "vulnerability": 0.23
}
}, - "average_annual_loss": {
- "value": 0.01255,
- "national_average": 0.00127819,
- "regional_average": "Not implemented"
}, - "risk_index": 2,
- "hazard_index": "Not implemented"
}Returns a wildfire risk assessment for an address. The input can be either an address or both lat and lon parameters.
| lat required | number (lat) [ 27 .. 72 ] Example: lat=41.86869 Latitude of the point |
| lon required | number (lon) [ -22 .. 45 ] Example: lon=12.49536 Longitude of the point |
| address required | string (address) Example: address=via cristoforo colombo roma Address of the point |
{- "address": "via cristoforo colombo roma",
- "address_geocoded": "Via Cristoforo Colombo, 44, 00154 Roma RM, Italy",
- "lat": 41.86869,
- "lon": 12.49536,
- "wildfire_risk_assessment": {
- "return_period_2y": {
- "intensity": {
- "fwi": 30.33
}, - "vulnerability": 0.35
}, - "return_period_10y": {
- "intensity": {
- "fwi": 40.96
}, - "vulnerability": 0.55
}, - "return_period_30y": {
- "intensity": {
- "fwi": 45.19
}, - "vulnerability": 0.78
}
}, - "average_annual_loss": {
- "value": 0.01255,
- "national_average": 0.00127819,
- "regional_average": "Not implemented"
}, - "risk_index": 2,
- "hazard_index": "Not implemented"
}Returns a wildfire RCP 2.6 assessment for an address.
| lat required | number (lat) [ 27 .. 72 ] Example: lat=41.86869 Latitude of the point |
| lon required | number (lon) [ -22 .. 45 ] Example: lon=12.49536 Longitude of the point |
| address required | string (address) Example: address=via cristoforo colombo roma Address of the point |
| year required | number (year) Enum: 2030 2040 2050 Example: year=2030 Future year to consider for the RCP assessment |
{- "address": "via cristoforo colombo roma",
- "address_geocoded": "Via Cristoforo Colombo, 44, 00154 Roma RM, Italy",
- "lat": 41.86869,
- "lon": 12.49536,
- "wildfire_risk_assessment": {
- "return_period_2y": {
- "intensity": {
- "fwi": 30.33
}, - "vulnerability": 0.35
}, - "return_period_10y": {
- "intensity": {
- "fwi": 40.96
}, - "vulnerability": 0.55
}, - "return_period_30y": {
- "intensity": {
- "fwi": 45.19
}, - "vulnerability": 0.78
}
}, - "average_annual_loss": {
- "value": 0.01255,
- "national_average": 0.00127819,
- "regional_average": "Not implemented"
}, - "risk_index": 2,
- "hazard_index": "Not implemented"
}Returns a wildfire RCP 4.5 assessment for an address.
| lat required | number (lat) [ 27 .. 72 ] Example: lat=41.86869 Latitude of the point |
| lon required | number (lon) [ -22 .. 45 ] Example: lon=12.49536 Longitude of the point |
| address required | string (address) Example: address=via cristoforo colombo roma Address of the point |
| year required | number (year) Enum: 2030 2040 2050 Example: year=2030 Future year to consider for the RCP assessment |
{- "address": "via cristoforo colombo roma",
- "address_geocoded": "Via Cristoforo Colombo, 44, 00154 Roma RM, Italy",
- "lat": 41.86869,
- "lon": 12.49536,
- "wildfire_risk_assessment": {
- "return_period_2y": {
- "intensity": {
- "fwi": 30.33
}, - "vulnerability": 0.35
}, - "return_period_10y": {
- "intensity": {
- "fwi": 40.96
}, - "vulnerability": 0.55
}, - "return_period_30y": {
- "intensity": {
- "fwi": 45.19
}, - "vulnerability": 0.78
}
}, - "average_annual_loss": {
- "value": 0.01255,
- "national_average": 0.00127819,
- "regional_average": "Not implemented"
}, - "risk_index": 2,
- "hazard_index": "Not implemented"
}Returns a wildfire RCP 8.5 assessment for an address.
| lat required | number (lat) [ 27 .. 72 ] Example: lat=41.86869 Latitude of the point |
| lon required | number (lon) [ -22 .. 45 ] Example: lon=12.49536 Longitude of the point |
| address required | string (address) Example: address=via cristoforo colombo roma Address of the point |
| year required | number (year) Enum: 2030 2040 2050 Example: year=2030 Future year to consider for the RCP assessment |
{- "address": "via cristoforo colombo roma",
- "address_geocoded": "Via Cristoforo Colombo, 44, 00154 Roma RM, Italy",
- "lat": 41.86869,
- "lon": 12.49536,
- "wildfire_risk_assessment": {
- "return_period_2y": {
- "intensity": {
- "fwi": 30.33
}, - "vulnerability": 0.35
}, - "return_period_10y": {
- "intensity": {
- "fwi": 40.96
}, - "vulnerability": 0.55
}, - "return_period_30y": {
- "intensity": {
- "fwi": 45.19
}, - "vulnerability": 0.78
}
}, - "average_annual_loss": {
- "value": 0.01255,
- "national_average": 0.00127819,
- "regional_average": "Not implemented"
}, - "risk_index": 2,
- "hazard_index": "Not implemented"
}Return a geojson map for drought baseline assessment in a point
| lat required | number (lat) [ 27 .. 72 ] Example: lat=41.86869 Latitude of the point |
| lon required | number (lon) [ -22 .. 45 ] Example: lon=12.49536 Longitude of the point |
| layer required | string (layer) Example: layer=water_intensity_rp20y Name of the map layer to select |
{- "type": "FeatureCollection",
- "features": [
- {
- "type": "Feature",
- "geometry": {
- "type": "Point",
- "coordinates": [
- 0
], - "geometries": [
- {
- "type": "Point",
- "coordinates": [
- 0
], - "geometries": [
- { }
]
}
]
}, - "properties": { }
}
], - "metadata": { }
}Return a geojson map for drought RCP 2.6 assessment in a point
| lat required | number (lat) [ 27 .. 72 ] Example: lat=41.86869 Latitude of the point |
| lon required | number (lon) [ -22 .. 45 ] Example: lon=12.49536 Longitude of the point |
| layer required | string (layer) Example: layer=water_intensity_rp20y Name of the map layer to select |
| year required | number (year) Enum: 2030 2040 2050 Example: year=2030 Future year to consider for the RCP assessment |
{- "type": "FeatureCollection",
- "features": [
- {
- "type": "Feature",
- "geometry": {
- "type": "Point",
- "coordinates": [
- 0
], - "geometries": [
- {
- "type": "Point",
- "coordinates": [
- 0
], - "geometries": [
- { }
]
}
]
}, - "properties": { }
}
], - "metadata": { }
}Return a geojson map for drought RCP 4.5 assessment in a point
| lat required | number (lat) [ 27 .. 72 ] Example: lat=41.86869 Latitude of the point |
| lon required | number (lon) [ -22 .. 45 ] Example: lon=12.49536 Longitude of the point |
| layer required | string (layer) Example: layer=water_intensity_rp20y Name of the map layer to select |
| year required | number (year) Enum: 2030 2040 2050 Example: year=2030 Future year to consider for the RCP assessment |
{- "type": "FeatureCollection",
- "features": [
- {
- "type": "Feature",
- "geometry": {
- "type": "Point",
- "coordinates": [
- 0
], - "geometries": [
- {
- "type": "Point",
- "coordinates": [
- 0
], - "geometries": [
- { }
]
}
]
}, - "properties": { }
}
], - "metadata": { }
}Return a geojson map for drought RCP 8.5 assessment in a point
| lat required | number (lat) [ 27 .. 72 ] Example: lat=41.86869 Latitude of the point |
| lon required | number (lon) [ -22 .. 45 ] Example: lon=12.49536 Longitude of the point |
| layer required | string (layer) Example: layer=water_intensity_rp20y Name of the map layer to select |
| year required | number (year) Enum: 2030 2040 2050 Example: year=2030 Future year to consider for the RCP assessment |
{- "type": "FeatureCollection",
- "features": [
- {
- "type": "Feature",
- "geometry": {
- "type": "Point",
- "coordinates": [
- 0
], - "geometries": [
- {
- "type": "Point",
- "coordinates": [
- 0
], - "geometries": [
- { }
]
}
]
}, - "properties": { }
}
], - "metadata": { }
}Return a geojson map for flood baseline assessment in a point
| lat required | number (lat) [ 27 .. 72 ] Example: lat=41.86869 Latitude of the point |
| lon required | number (lon) [ -22 .. 45 ] Example: lon=12.49536 Longitude of the point |
| layer required | string (layer) Example: layer=water_intensity_rp20y Name of the map layer to select |
{- "type": "FeatureCollection",
- "features": [
- {
- "type": "Feature",
- "geometry": {
- "type": "Point",
- "coordinates": [
- 0
], - "geometries": [
- {
- "type": "Point",
- "coordinates": [
- 0
], - "geometries": [
- { }
]
}
]
}, - "properties": { }
}
], - "metadata": { }
}Return a geojson map for flood RCP 2.6 assessment in a point
| lat required | number (lat) [ 27 .. 72 ] Example: lat=41.86869 Latitude of the point |
| lon required | number (lon) [ -22 .. 45 ] Example: lon=12.49536 Longitude of the point |
| layer required | string (layer) Example: layer=water_intensity_rp20y Name of the map layer to select |
| year required | number (year) Enum: 2030 2040 2050 Example: year=2030 Future year to consider for the RCP assessment |
{- "type": "FeatureCollection",
- "features": [
- {
- "type": "Feature",
- "geometry": {
- "type": "Point",
- "coordinates": [
- 0
], - "geometries": [
- {
- "type": "Point",
- "coordinates": [
- 0
], - "geometries": [
- { }
]
}
]
}, - "properties": { }
}
], - "metadata": { }
}Return a geojson map for flood RCP 4.5 assessment in a point
| lat required | number (lat) [ 27 .. 72 ] Example: lat=41.86869 Latitude of the point |
| lon required | number (lon) [ -22 .. 45 ] Example: lon=12.49536 Longitude of the point |
| layer required | string (layer) Example: layer=water_intensity_rp20y Name of the map layer to select |
| year required | number (year) Enum: 2030 2040 2050 Example: year=2030 Future year to consider for the RCP assessment |
{- "type": "FeatureCollection",
- "features": [
- {
- "type": "Feature",
- "geometry": {
- "type": "Point",
- "coordinates": [
- 0
], - "geometries": [
- {
- "type": "Point",
- "coordinates": [
- 0
], - "geometries": [
- { }
]
}
]
}, - "properties": { }
}
], - "metadata": { }
}Return a geojson map for flood RCP 8.5 assessment in a point
| lat required | number (lat) [ 27 .. 72 ] Example: lat=41.86869 Latitude of the point |
| lon required | number (lon) [ -22 .. 45 ] Example: lon=12.49536 Longitude of the point |
| layer required | string (layer) Example: layer=water_intensity_rp20y Name of the map layer to select |
| year required | number (year) Enum: 2030 2040 2050 Example: year=2030 Future year to consider for the RCP assessment |
{- "type": "FeatureCollection",
- "features": [
- {
- "type": "Feature",
- "geometry": {
- "type": "Point",
- "coordinates": [
- 0
], - "geometries": [
- {
- "type": "Point",
- "coordinates": [
- 0
], - "geometries": [
- { }
]
}
]
}, - "properties": { }
}
], - "metadata": { }
}Return a geojson map for wildfire baseline assessment in a point
| lat required | number (lat) [ 27 .. 72 ] Example: lat=41.86869 Latitude of the point |
| lon required | number (lon) [ -22 .. 45 ] Example: lon=12.49536 Longitude of the point |
| layer required | string (layer) Example: layer=water_intensity_rp20y Name of the map layer to select |
{- "type": "FeatureCollection",
- "features": [
- {
- "type": "Feature",
- "geometry": {
- "type": "Point",
- "coordinates": [
- 0
], - "geometries": [
- {
- "type": "Point",
- "coordinates": [
- 0
], - "geometries": [
- { }
]
}
]
}, - "properties": { }
}
], - "metadata": { }
}Return a geojson map for wildfire RCP 2.6 assessment in a point
| lat required | number (lat) [ 27 .. 72 ] Example: lat=41.86869 Latitude of the point |
| lon required | number (lon) [ -22 .. 45 ] Example: lon=12.49536 Longitude of the point |
| layer required | string (layer) Example: layer=water_intensity_rp20y Name of the map layer to select |
| year required | number (year) Enum: 2030 2040 2050 Example: year=2030 Future year to consider for the RCP assessment |
{- "type": "FeatureCollection",
- "features": [
- {
- "type": "Feature",
- "geometry": {
- "type": "Point",
- "coordinates": [
- 0
], - "geometries": [
- {
- "type": "Point",
- "coordinates": [
- 0
], - "geometries": [
- { }
]
}
]
}, - "properties": { }
}
], - "metadata": { }
}Return a geojson map for wildfire RCP 4.5 assessment in a point
| lat required | number (lat) [ 27 .. 72 ] Example: lat=41.86869 Latitude of the point |
| lon required | number (lon) [ -22 .. 45 ] Example: lon=12.49536 Longitude of the point |
| layer required | string (layer) Example: layer=water_intensity_rp20y Name of the map layer to select |
| year required | number (year) Enum: 2030 2040 2050 Example: year=2030 Future year to consider for the RCP assessment |
{- "type": "FeatureCollection",
- "features": [
- {
- "type": "Feature",
- "geometry": {
- "type": "Point",
- "coordinates": [
- 0
], - "geometries": [
- {
- "type": "Point",
- "coordinates": [
- 0
], - "geometries": [
- { }
]
}
]
}, - "properties": { }
}
], - "metadata": { }
}Return a geojson map for wildfire RCP 8.5 assessment in a point
| lat required | number (lat) [ 27 .. 72 ] Example: lat=41.86869 Latitude of the point |
| lon required | number (lon) [ -22 .. 45 ] Example: lon=12.49536 Longitude of the point |
| layer required | string (layer) Example: layer=water_intensity_rp20y Name of the map layer to select |
| year required | number (year) Enum: 2030 2040 2050 Example: year=2030 Future year to consider for the RCP assessment |
{- "type": "FeatureCollection",
- "features": [
- {
- "type": "Feature",
- "geometry": {
- "type": "Point",
- "coordinates": [
- 0
], - "geometries": [
- {
- "type": "Point",
- "coordinates": [
- 0
], - "geometries": [
- { }
]
}
]
}, - "properties": { }
}
], - "metadata": { }
}Receive a CSV file and upload it to an S3 bucket as input for a batch assessment
| risk required | string (risk) Enum: "drought" "flood" "wildfire" Example: risk=flood Risk to compute the batch assessment on |
| scenario required | string (scenario) Enum: "baseline" "rcp26" "rcp45" "rcp85" Example: scenario=baseline Scenario to compute the batch assessment on |
| year | number (year) Enum: 2030 2040 2050 Example: year=2030 Future year to consider for the RCP assessment |
| file | string <binary> |
{- "id": "875cf847c9f56d84ae7e38265eb89c6e6175d3d0",
}This endpoint receives a batch id, representing a batch processing run, and checks if there is an existing output.
| id required | string (batchId) Example: id=875cf847c9f56d84ae7e38265eb89c6e6175d3d0 Batch request id |
{- "id": "875cf847c9f56d84ae7e38265eb89c6e6175d3d0",
}Serve an overview.json file to the UI to plot the batch results on a map
| pathBatchId required | string (batchId) Example: 875cf847c9f56d84ae7e38265eb89c6e6175d3d0 Batch request id |
{- "overview": [
- {
- "lat": 0.1,
- "lon": 0.1,
- "address": "string",
- "risk_index": 0.1,
- "id": 0
}
], - "stats": {
- "mean_aal": 0.1,
- "mean_risk_index": 0.1
}
}Output a specific line of an output.json file to the UI
| pathBatchId required | string (batchId) Example: 875cf847c9f56d84ae7e38265eb89c6e6175d3d0 Batch request id |
| locationId required | number (locationId) Example: 12 Index of single location within batch request |
{- "address": "via cristoforo colombo roma",
- "address_geocoded": "Via Cristoforo Colombo, 44, 00154 Roma RM, Italy",
- "lat": 41.86869,
- "lon": 12.49536,
- "drought_risk_assessment": {
- "return_period_20y": {
- "intensity": {
- "duration_months": 18.3,
- "severity": 16
}
}, - "return_period_100y": {
- "intensity": {
- "duration_months": 27.6,
- "severity": 24.5
}
}, - "return_period_200y": {
- "intensity": {
- "duration_months": 31.6,
- "severity": 28.2
}
}
}, - "average_annual_loss": {
- "value": 0.01255,
- "national_average": 0.00127819,
- "regional_average": "Not implemented"
}, - "risk_index": 2,
- "hazard_index": "Not implemented"
}Return a geojson map for drought baseline assessment in a point
| lat required | number (lat) [ 27 .. 72 ] Example: lat=41.86869 Latitude of the point |
| lon required | number (lon) [ -22 .. 45 ] Example: lon=12.49536 Longitude of the point |
| layer required | string (layer) Example: layer=water_intensity_rp20y Name of the map layer to select |
{- "type": "FeatureCollection",
- "features": [
- {
- "type": "Feature",
- "geometry": {
- "type": "Point",
- "coordinates": [
- 0
], - "geometries": [
- {
- "type": "Point",
- "coordinates": [
- 0
], - "geometries": [
- { }
]
}
]
}, - "properties": { }
}
], - "metadata": { }
}Return a geojson map for drought RCP 2.6 assessment in a point
| lat required | number (lat) [ 27 .. 72 ] Example: lat=41.86869 Latitude of the point |
| lon required | number (lon) [ -22 .. 45 ] Example: lon=12.49536 Longitude of the point |
| layer required | string (layer) Example: layer=water_intensity_rp20y Name of the map layer to select |
| year required | number (year) Enum: 2030 2040 2050 Example: year=2030 Future year to consider for the RCP assessment |
{- "type": "FeatureCollection",
- "features": [
- {
- "type": "Feature",
- "geometry": {
- "type": "Point",
- "coordinates": [
- 0
], - "geometries": [
- {
- "type": "Point",
- "coordinates": [
- 0
], - "geometries": [
- { }
]
}
]
}, - "properties": { }
}
], - "metadata": { }
}Return a geojson map for drought RCP 4.5 assessment in a point
| lat required | number (lat) [ 27 .. 72 ] Example: lat=41.86869 Latitude of the point |
| lon required | number (lon) [ -22 .. 45 ] Example: lon=12.49536 Longitude of the point |
| layer required | string (layer) Example: layer=water_intensity_rp20y Name of the map layer to select |
| year required | number (year) Enum: 2030 2040 2050 Example: year=2030 Future year to consider for the RCP assessment |
{- "type": "FeatureCollection",
- "features": [
- {
- "type": "Feature",
- "geometry": {
- "type": "Point",
- "coordinates": [
- 0
], - "geometries": [
- {
- "type": "Point",
- "coordinates": [
- 0
], - "geometries": [
- { }
]
}
]
}, - "properties": { }
}
], - "metadata": { }
}Return a geojson map for drought RCP 8.5 assessment in a point
| lat required | number (lat) [ 27 .. 72 ] Example: lat=41.86869 Latitude of the point |
| lon required | number (lon) [ -22 .. 45 ] Example: lon=12.49536 Longitude of the point |
| layer required | string (layer) Example: layer=water_intensity_rp20y Name of the map layer to select |
| year required | number (year) Enum: 2030 2040 2050 Example: year=2030 Future year to consider for the RCP assessment |
{- "type": "FeatureCollection",
- "features": [
- {
- "type": "Feature",
- "geometry": {
- "type": "Point",
- "coordinates": [
- 0
], - "geometries": [
- {
- "type": "Point",
- "coordinates": [
- 0
], - "geometries": [
- { }
]
}
]
}, - "properties": { }
}
], - "metadata": { }
}Return a geojson map for flood baseline assessment in a point
| lat required | number (lat) [ 27 .. 72 ] Example: lat=41.86869 Latitude of the point |
| lon required | number (lon) [ -22 .. 45 ] Example: lon=12.49536 Longitude of the point |
| layer required | string (layer) Example: layer=water_intensity_rp20y Name of the map layer to select |
{- "type": "FeatureCollection",
- "features": [
- {
- "type": "Feature",
- "geometry": {
- "type": "Point",
- "coordinates": [
- 0
], - "geometries": [
- {
- "type": "Point",
- "coordinates": [
- 0
], - "geometries": [
- { }
]
}
]
}, - "properties": { }
}
], - "metadata": { }
}Return a geojson map for flood RCP 2.6 assessment in a point
| lat required | number (lat) [ 27 .. 72 ] Example: lat=41.86869 Latitude of the point |
| lon required | number (lon) [ -22 .. 45 ] Example: lon=12.49536 Longitude of the point |
| layer required | string (layer) Example: layer=water_intensity_rp20y Name of the map layer to select |
| year required | number (year) Enum: 2030 2040 2050 Example: year=2030 Future year to consider for the RCP assessment |
{- "type": "FeatureCollection",
- "features": [
- {
- "type": "Feature",
- "geometry": {
- "type": "Point",
- "coordinates": [
- 0
], - "geometries": [
- {
- "type": "Point",
- "coordinates": [
- 0
], - "geometries": [
- { }
]
}
]
}, - "properties": { }
}
], - "metadata": { }
}Return a geojson map for flood RCP 4.5 assessment in a point
| lat required | number (lat) [ 27 .. 72 ] Example: lat=41.86869 Latitude of the point |
| lon required | number (lon) [ -22 .. 45 ] Example: lon=12.49536 Longitude of the point |
| layer required | string (layer) Example: layer=water_intensity_rp20y Name of the map layer to select |
| year required | number (year) Enum: 2030 2040 2050 Example: year=2030 Future year to consider for the RCP assessment |
{- "type": "FeatureCollection",
- "features": [
- {
- "type": "Feature",
- "geometry": {
- "type": "Point",
- "coordinates": [
- 0
], - "geometries": [
- {
- "type": "Point",
- "coordinates": [
- 0
], - "geometries": [
- { }
]
}
]
}, - "properties": { }
}
], - "metadata": { }
}Return a geojson map for flood RCP 8.5 assessment in a point
| lat required | number (lat) [ 27 .. 72 ] Example: lat=41.86869 Latitude of the point |
| lon required | number (lon) [ -22 .. 45 ] Example: lon=12.49536 Longitude of the point |
| layer required | string (layer) Example: layer=water_intensity_rp20y Name of the map layer to select |
| year required | number (year) Enum: 2030 2040 2050 Example: year=2030 Future year to consider for the RCP assessment |
{- "type": "FeatureCollection",
- "features": [
- {
- "type": "Feature",
- "geometry": {
- "type": "Point",
- "coordinates": [
- 0
], - "geometries": [
- {
- "type": "Point",
- "coordinates": [
- 0
], - "geometries": [
- { }
]
}
]
}, - "properties": { }
}
], - "metadata": { }
}Return a geojson map for wildfire baseline assessment in a point
| lat required | number (lat) [ 27 .. 72 ] Example: lat=41.86869 Latitude of the point |
| lon required | number (lon) [ -22 .. 45 ] Example: lon=12.49536 Longitude of the point |
| layer required | string (layer) Example: layer=water_intensity_rp20y Name of the map layer to select |
{- "type": "FeatureCollection",
- "features": [
- {
- "type": "Feature",
- "geometry": {
- "type": "Point",
- "coordinates": [
- 0
], - "geometries": [
- {
- "type": "Point",
- "coordinates": [
- 0
], - "geometries": [
- { }
]
}
]
}, - "properties": { }
}
], - "metadata": { }
}Return a geojson map for wildfire RCP 2.6 assessment in a point
| lat required | number (lat) [ 27 .. 72 ] Example: lat=41.86869 Latitude of the point |
| lon required | number (lon) [ -22 .. 45 ] Example: lon=12.49536 Longitude of the point |
| layer required | string (layer) Example: layer=water_intensity_rp20y Name of the map layer to select |
| year required | number (year) Enum: 2030 2040 2050 Example: year=2030 Future year to consider for the RCP assessment |
{- "type": "FeatureCollection",
- "features": [
- {
- "type": "Feature",
- "geometry": {
- "type": "Point",
- "coordinates": [
- 0
], - "geometries": [
- {
- "type": "Point",
- "coordinates": [
- 0
], - "geometries": [
- { }
]
}
]
}, - "properties": { }
}
], - "metadata": { }
}Return a geojson map for wildfire RCP 4.5 assessment in a point
| lat required | number (lat) [ 27 .. 72 ] Example: lat=41.86869 Latitude of the point |
| lon required | number (lon) [ -22 .. 45 ] Example: lon=12.49536 Longitude of the point |
| layer required | string (layer) Example: layer=water_intensity_rp20y Name of the map layer to select |
| year required | number (year) Enum: 2030 2040 2050 Example: year=2030 Future year to consider for the RCP assessment |
{- "type": "FeatureCollection",
- "features": [
- {
- "type": "Feature",
- "geometry": {
- "type": "Point",
- "coordinates": [
- 0
], - "geometries": [
- {
- "type": "Point",
- "coordinates": [
- 0
], - "geometries": [
- { }
]
}
]
}, - "properties": { }
}
], - "metadata": { }
}Return a geojson map for wildfire RCP 8.5 assessment in a point
| lat required | number (lat) [ 27 .. 72 ] Example: lat=41.86869 Latitude of the point |
| lon required | number (lon) [ -22 .. 45 ] Example: lon=12.49536 Longitude of the point |
| layer required | string (layer) Example: layer=water_intensity_rp20y Name of the map layer to select |
| year required | number (year) Enum: 2030 2040 2050 Example: year=2030 Future year to consider for the RCP assessment |
{- "type": "FeatureCollection",
- "features": [
- {
- "type": "Feature",
- "geometry": {
- "type": "Point",
- "coordinates": [
- 0
], - "geometries": [
- {
- "type": "Point",
- "coordinates": [
- 0
], - "geometries": [
- { }
]
}
]
}, - "properties": { }
}
], - "metadata": { }
}