Eoliann Climate Suite API (1.0.0)

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.


drought/v1

Returns a drought risk assessment for an address. The input can be either an address or both lat and lon parameters.

Authorizations:
apinineApiKeyapinineAuthorizerv2
query 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

header Parameters
x-api-key
required
string

Responses

Response samples

Content type
application/json
{
  • "address": "via cristoforo colombo roma",
  • "address_geocoded": "Via Cristoforo Colombo, 44, 00154 Roma RM, Italy",
  • "lat": 41.86869,
  • "lon": 12.49536,
  • "drought_risk_assessment": {
    },
  • "average_annual_loss": {
    },
  • "risk_index": 2,
  • "hazard_index": "Not implemented"
}

drought/rcp26/v1

Returns a drought RCP 2.6 risk assessment for an address. The input can be either an address or both lat and lon parameters.

Authorizations:
apinineApiKeyapinineAuthorizerv2
query 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

header Parameters
x-api-key
required
string

Responses

Response samples

Content type
application/json
{
  • "address": "via cristoforo colombo roma",
  • "address_geocoded": "Via Cristoforo Colombo, 44, 00154 Roma RM, Italy",
  • "lat": 41.86869,
  • "lon": 12.49536,
  • "drought_risk_assessment": {
    },
  • "average_annual_loss": {
    },
  • "risk_index": 2,
  • "hazard_index": "Not implemented"
}

drought/rcp85/v1

Returns a drought RCP 8.5 risk assessment for an address. The input can be either an address or both lat and lon parameters.

Authorizations:
apinineApiKeyapinineAuthorizerv2
query 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

header Parameters
x-api-key
required
string

Responses

Response samples

Content type
application/json
{
  • "address": "via cristoforo colombo roma",
  • "address_geocoded": "Via Cristoforo Colombo, 44, 00154 Roma RM, Italy",
  • "lat": 41.86869,
  • "lon": 12.49536,
  • "drought_risk_assessment": {
    },
  • "average_annual_loss": {
    },
  • "risk_index": 2,
  • "hazard_index": "Not implemented"
}

drought/rcp45/v1

Returns a drought RCP 4.5 risk assessment for an address. The input can be either an address or both lat and lon parameters.

Authorizations:
apinineApiKeyapinineAuthorizerv2
query 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

header Parameters
x-api-key
required
string

Responses

Response samples

Content type
application/json
{
  • "address": "via cristoforo colombo roma",
  • "address_geocoded": "Via Cristoforo Colombo, 44, 00154 Roma RM, Italy",
  • "lat": 41.86869,
  • "lon": 12.49536,
  • "drought_risk_assessment": {
    },
  • "average_annual_loss": {
    },
  • "risk_index": 2,
  • "hazard_index": "Not implemented"
}

flood/v1

Returns a flood risk assessment for an address. The input can be either an address or both lat and lon parameters.

Authorizations:
apinineApiKeyapinineAuthorizerv2
query 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

header Parameters
x-api-key
required
string

Responses

Response samples

Content type
application/json
{
  • "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": {
    },
  • "average_annual_loss": {
    },
  • "risk_index": 2,
  • "hazard_index": "Not implemented"
}

flood/rcp85/v1

Returns a flood RCP 8.5 risk assessment for an address. The input can be either an address or both lat and lon parameters.

Authorizations:
apinineApiKeyapinineAuthorizerv2
query 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

header Parameters
x-api-key
required
string

Responses

Response samples

Content type
application/json
{
  • "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": {
    },
  • "average_annual_loss": {
    },
  • "risk_index": 2,
  • "hazard_index": "Not implemented"
}

flood/rcp45/v1

Returns a flood RCP 4.5 risk assessment for an address. The input can be either an address or both lat and lon parameters.

Authorizations:
apinineApiKeyapinineAuthorizerv2
query 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

header Parameters
x-api-key
required
string

Responses

Response samples

Content type
application/json
{
  • "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": {
    },
  • "average_annual_loss": {
    },
  • "risk_index": 2,
  • "hazard_index": "Not implemented"
}

flood/rcp26/v1

Returns a flood RCP 2.6 risk assessment for an address. The input can be either an address or both lat and lon parameters.

Authorizations:
apinineApiKeyapinineAuthorizerv2
query 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

header Parameters
x-api-key
required
string

Responses

Response samples

Content type
application/json
{
  • "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": {
    },
  • "average_annual_loss": {
    },
  • "risk_index": 2,
  • "hazard_index": "Not implemented"
}

wildfire/v1

Returns a wildfire risk assessment for an address. The input can be either an address or both lat and lon parameters.

Authorizations:
apinineApiKeyapinineAuthorizerv2
query 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

header Parameters
x-api-key
required
string

Responses

Response samples

Content type
application/json
{
  • "address": "via cristoforo colombo roma",
  • "address_geocoded": "Via Cristoforo Colombo, 44, 00154 Roma RM, Italy",
  • "lat": 41.86869,
  • "lon": 12.49536,
  • "wildfire_risk_assessment": {
    },
  • "average_annual_loss": {
    },
  • "risk_index": 2,
  • "hazard_index": "Not implemented"
}

wildfire/rcp26/v1

Returns a wildfire rcp 2.6 risk assessment for an address. The input can be either an address or both lat and lon parameters.

Authorizations:
apinineApiKeyapinineAuthorizerv2
query 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

header Parameters
x-api-key
required
string

Responses

Response samples

Content type
application/json
{
  • "address": "via cristoforo colombo roma",
  • "address_geocoded": "Via Cristoforo Colombo, 44, 00154 Roma RM, Italy",
  • "lat": 41.86869,
  • "lon": 12.49536,
  • "wildfire_risk_assessment": {
    },
  • "average_annual_loss": {
    },
  • "risk_index": 2,
  • "hazard_index": "Not implemented"
}

wildfire/rcp45/v1

Returns a wildfire rcp 4.5 risk assessment for an address. The input can be either an address or both lat and lon parameters.

Authorizations:
apinineApiKeyapinineAuthorizerv2
query 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

header Parameters
x-api-key
required
string

Responses

Response samples

Content type
application/json
{
  • "address": "via cristoforo colombo roma",
  • "address_geocoded": "Via Cristoforo Colombo, 44, 00154 Roma RM, Italy",
  • "lat": 41.86869,
  • "lon": 12.49536,
  • "wildfire_risk_assessment": {
    },
  • "average_annual_loss": {
    },
  • "risk_index": 2,
  • "hazard_index": "Not implemented"
}

wildfire/rcp85/v1

Returns a wildfire rcp 8.5 risk assessment for an address. The input can be either an address or both lat and lon parameters.

Authorizations:
apinineApiKeyapinineAuthorizerv2
query 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

header Parameters
x-api-key
required
string

Responses

Response samples

Content type
application/json
{
  • "address": "via cristoforo colombo roma",
  • "address_geocoded": "Via Cristoforo Colombo, 44, 00154 Roma RM, Italy",
  • "lat": 41.86869,
  • "lon": 12.49536,
  • "wildfire_risk_assessment": {
    },
  • "average_annual_loss": {
    },
  • "risk_index": 2,
  • "hazard_index": "Not implemented"
}

landslide/v1

Returns a landslide risk assessment for an address. The input can be either an address or both lat and lon parameters.

Authorizations:
apinineApiKeyapinineAuthorizerv2
query 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

header Parameters
x-api-key
required
string

Responses

Response samples

Content type
application/json
{
  • "address": "via cristoforo colombo roma",
  • "address_geocoded": "Via Cristoforo Colombo, 44, 00154 Roma RM, Italy",
  • "lat": 41.86869,
  • "lon": 12.49536,
  • "landslide_risk_assessment": {
    },
  • "average_annual_loss": {
    },
  • "minimum_return_period": 1.58,
  • "hazard_index": 4
}

landslide/rcp26/v1

Returns a landslide RCP 2.6 risk assessment for an address. The input can be either an address or both lat and lon parameters.

Authorizations:
apinineApiKeyapinineAuthorizerv2
query 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

header Parameters
x-api-key
required
string

Responses

Response samples

Content type
application/json
{
  • "address": "via cristoforo colombo roma",
  • "address_geocoded": "Via Cristoforo Colombo, 44, 00154 Roma RM, Italy",
  • "lat": 41.86869,
  • "lon": 12.49536,
  • "landslide_risk_assessment": {
    },
  • "average_annual_loss": {
    },
  • "minimum_return_period": 1.58,
  • "hazard_index": 4
}

landslide/rcp45/v1

Returns a landslide RCP 4.5 risk assessment for an address. The input can be either an address or both lat and lon parameters.

Authorizations:
apinineApiKeyapinineAuthorizerv2
query 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

header Parameters
x-api-key
required
string

Responses

Response samples

Content type
application/json
{
  • "address": "via cristoforo colombo roma",
  • "address_geocoded": "Via Cristoforo Colombo, 44, 00154 Roma RM, Italy",
  • "lat": 41.86869,
  • "lon": 12.49536,
  • "landslide_risk_assessment": {
    },
  • "average_annual_loss": {
    },
  • "minimum_return_period": 1.58,
  • "hazard_index": 4
}

landslide/rcp85/v1

Returns a landslide RCP 8.5 risk assessment for an address. The input can be either an address or both lat and lon parameters.

Authorizations:
apinineApiKeyapinineAuthorizerv2
query 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

header Parameters
x-api-key
required
string

Responses

Response samples

Content type
application/json
{
  • "address": "via cristoforo colombo roma",
  • "address_geocoded": "Via Cristoforo Colombo, 44, 00154 Roma RM, Italy",
  • "lat": 41.86869,
  • "lon": 12.49536,
  • "landslide_risk_assessment": {
    },
  • "average_annual_loss": {
    },
  • "minimum_return_period": 1.58,
  • "hazard_index": 4
}

/batch/v1

Receive a CSV file and upload it to an S3 bucket as input for a batch assessment

Authorizations:
apinineApiKeyapinineAuthorizerv2
query Parameters
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

Request Body schema: multipart/form-data
required
file
string <binary>

Responses

Response samples

Content type
application/json
{}

batch/status/v1

This endpoint receives a batch id, representing a batch processing run, and checks if there is an existing output.

Authorizations:
apinineApiKeyapinineAuthorizerv2
query Parameters
id
required
string (batchId)
Example: id=875cf847c9f56d84ae7e38265eb89c6e6175d3d0

Batch request id

Responses

UI

/ui/login

Consume the OAuth2 code to obtain the JWTs

query Parameters
callback_uri
string (callbackUri)
Example: callback_uri=https://example.com

URI to redirect login to

Responses

/ui/tokens

Consume the OAuth2 code to obtain the JWTs

query Parameters
code
required
string (OAuth2Code)
Example: code=a1b2c245-aaaa-bbbb-11cc-123b45c678c9

Code obtained from OAuth2

Responses

Response samples

Content type
application/json
{
  • "id_token": "string",
  • "access_token": "string",
  • "refresh_token": "string",
  • "expires": 3600,
  • "token_type": "Bearer"
}

/ui/refresh

Obtain new Bearer tokens from a refresh token

Request Body schema: application/json
required
refresh_token
required
string

Responses

Request samples

Content type
application/json
{
  • "refresh_token": "string"
}

Response samples

Content type
application/json
{
  • "id_token": "string",
  • "access_token": "string",
  • "refresh_token": "string",
  • "expires": 3600,
  • "token_type": "Bearer"
}

/ui/user

Returns info about the currently authenticated user

Authorizations:
apinineCognitoAuthorizer

Responses

Response samples

Content type
application/json
{
  • "name": "username",
  • "email": "username@email.com",
  • "organization": "eoliann",
  • "climate_scenarios": true,
  • "asset": true,
  • "available_countries": [
    ],
  • "risks": {
    }
}

/ui/drought/v1

Returns a drought baseline assessment for an address.

Authorizations:
apinineCognitoAuthorizer
query 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

Responses

Response samples

Content type
application/json
{
  • "address": "via cristoforo colombo roma",
  • "address_geocoded": "Via Cristoforo Colombo, 44, 00154 Roma RM, Italy",
  • "lat": 41.86869,
  • "lon": 12.49536,
  • "drought_risk_assessment": {
    },
  • "average_annual_loss": {
    },
  • "risk_index": 2,
  • "hazard_index": "Not implemented"
}

/ui/drought/rcp26/v1

Returns a drought RCP 2.6 assessment for an address.

Authorizations:
apinineCognitoAuthorizer
query 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

Responses

Response samples

Content type
application/json
{
  • "address": "via cristoforo colombo roma",
  • "address_geocoded": "Via Cristoforo Colombo, 44, 00154 Roma RM, Italy",
  • "lat": 41.86869,
  • "lon": 12.49536,
  • "drought_risk_assessment": {
    },
  • "average_annual_loss": {
    },
  • "risk_index": 2,
  • "hazard_index": "Not implemented"
}

/ui/drought/rcp45/v1

Returns a drought RCP 4.5 assessment for an address.

Authorizations:
apinineCognitoAuthorizer
query 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

Responses

Response samples

Content type
application/json
{
  • "address": "via cristoforo colombo roma",
  • "address_geocoded": "Via Cristoforo Colombo, 44, 00154 Roma RM, Italy",
  • "lat": 41.86869,
  • "lon": 12.49536,
  • "drought_risk_assessment": {
    },
  • "average_annual_loss": {
    },
  • "risk_index": 2,
  • "hazard_index": "Not implemented"
}

/ui/drought/rcp85/v1

Returns a drought RCP 8.5 assessment for an address.

Authorizations:
apinineCognitoAuthorizer
query 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

Responses

Response samples

Content type
application/json
{
  • "address": "via cristoforo colombo roma",
  • "address_geocoded": "Via Cristoforo Colombo, 44, 00154 Roma RM, Italy",
  • "lat": 41.86869,
  • "lon": 12.49536,
  • "drought_risk_assessment": {
    },
  • "average_annual_loss": {
    },
  • "risk_index": 2,
  • "hazard_index": "Not implemented"
}

/ui/flood/v1

Returns a flood risk assessment for an address. The input can be either an address or both lat and lon parameters.

Authorizations:
apinineCognitoAuthorizer
query 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

Responses

Response samples

Content type
application/json
{
  • "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": {
    },
  • "average_annual_loss": {
    },
  • "risk_index": 2,
  • "hazard_index": "Not implemented"
}

/ui/flood/rcp26/v1

Returns a flood RCP 2.6 assessment for an address.

Authorizations:
apinineCognitoAuthorizer
query 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

Responses

Response samples

Content type
application/json
{
  • "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": {
    },
  • "average_annual_loss": {
    },
  • "risk_index": 2,
  • "hazard_index": "Not implemented"
}

/ui/flood/rcp45/v1

Returns a flood RCP 4.5 assessment for an address.

Authorizations:
apinineCognitoAuthorizer
query 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

Responses

Response samples

Content type
application/json
{
  • "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": {
    },
  • "average_annual_loss": {
    },
  • "risk_index": 2,
  • "hazard_index": "Not implemented"
}

/ui/flood/rcp85/v1

Returns a flood RCP 8.5 assessment for an address.

Authorizations:
apinineCognitoAuthorizer
query 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

Responses

Response samples

Content type
application/json
{
  • "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": {
    },
  • "average_annual_loss": {
    },
  • "risk_index": 2,
  • "hazard_index": "Not implemented"
}

/ui/wildfire/v1

Returns a wildfire risk assessment for an address. The input can be either an address or both lat and lon parameters.

Authorizations:
apinineCognitoAuthorizer
query 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

Responses

Response samples

Content type
application/json
{
  • "address": "via cristoforo colombo roma",
  • "address_geocoded": "Via Cristoforo Colombo, 44, 00154 Roma RM, Italy",
  • "lat": 41.86869,
  • "lon": 12.49536,
  • "wildfire_risk_assessment": {
    },
  • "average_annual_loss": {
    },
  • "risk_index": 2,
  • "hazard_index": "Not implemented"
}

/ui/wildfire/rcp26/v1

Returns a wildfire RCP 2.6 assessment for an address.

Authorizations:
apinineCognitoAuthorizer
query 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

Responses

Response samples

Content type
application/json
{
  • "address": "via cristoforo colombo roma",
  • "address_geocoded": "Via Cristoforo Colombo, 44, 00154 Roma RM, Italy",
  • "lat": 41.86869,
  • "lon": 12.49536,
  • "wildfire_risk_assessment": {
    },
  • "average_annual_loss": {
    },
  • "risk_index": 2,
  • "hazard_index": "Not implemented"
}

/ui/wildfire/rcp45/v1

Returns a wildfire RCP 4.5 assessment for an address.

Authorizations:
apinineCognitoAuthorizer
query 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

Responses

Response samples

Content type
application/json
{
  • "address": "via cristoforo colombo roma",
  • "address_geocoded": "Via Cristoforo Colombo, 44, 00154 Roma RM, Italy",
  • "lat": 41.86869,
  • "lon": 12.49536,
  • "wildfire_risk_assessment": {
    },
  • "average_annual_loss": {
    },
  • "risk_index": 2,
  • "hazard_index": "Not implemented"
}

/ui/wildfire/rcp85/v1

Returns a wildfire RCP 8.5 assessment for an address.

Authorizations:
apinineCognitoAuthorizer
query 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

Responses

Response samples

Content type
application/json
{
  • "address": "via cristoforo colombo roma",
  • "address_geocoded": "Via Cristoforo Colombo, 44, 00154 Roma RM, Italy",
  • "lat": 41.86869,
  • "lon": 12.49536,
  • "wildfire_risk_assessment": {
    },
  • "average_annual_loss": {
    },
  • "risk_index": 2,
  • "hazard_index": "Not implemented"
}

/ui/drought/map/v1

Return a geojson map for drought baseline assessment in a point

Authorizations:
apinineCognitoAuthorizer
query 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

layer
required
string (layer)
Example: layer=water_intensity_rp20y

Name of the map layer to select

Responses

Response samples

Content type
application/json
{
  • "type": "FeatureCollection",
  • "features": [
    ],
  • "metadata": { }
}

/ui/drought/rcp26/map/v1

Return a geojson map for drought RCP 2.6 assessment in a point

Authorizations:
apinineCognitoAuthorizer
query 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

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

Responses

Response samples

Content type
application/json
{
  • "type": "FeatureCollection",
  • "features": [
    ],
  • "metadata": { }
}

/ui/drought/rcp45/map/v1

Return a geojson map for drought RCP 4.5 assessment in a point

Authorizations:
apinineCognitoAuthorizer
query 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

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

Responses

Response samples

Content type
application/json
{
  • "type": "FeatureCollection",
  • "features": [
    ],
  • "metadata": { }
}

/ui/drought/rcp85/map/v1

Return a geojson map for drought RCP 8.5 assessment in a point

Authorizations:
apinineCognitoAuthorizer
query 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

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

Responses

Response samples

Content type
application/json
{
  • "type": "FeatureCollection",
  • "features": [
    ],
  • "metadata": { }
}

/ui/flood/map/v1

Return a geojson map for flood baseline assessment in a point

Authorizations:
apinineCognitoAuthorizer
query 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

layer
required
string (layer)
Example: layer=water_intensity_rp20y

Name of the map layer to select

Responses

Response samples

Content type
application/json
{
  • "type": "FeatureCollection",
  • "features": [
    ],
  • "metadata": { }
}

/ui/flood/rcp26/map/v1

Return a geojson map for flood RCP 2.6 assessment in a point

Authorizations:
apinineCognitoAuthorizer
query 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

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

Responses

Response samples

Content type
application/json
{
  • "type": "FeatureCollection",
  • "features": [
    ],
  • "metadata": { }
}

/ui/flood/rcp45/map/v1

Return a geojson map for flood RCP 4.5 assessment in a point

Authorizations:
apinineCognitoAuthorizer
query 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

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

Responses

Response samples

Content type
application/json
{
  • "type": "FeatureCollection",
  • "features": [
    ],
  • "metadata": { }
}

/ui/flood/rcp85/map/v1

Return a geojson map for flood RCP 8.5 assessment in a point

Authorizations:
apinineCognitoAuthorizer
query 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

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

Responses

Response samples

Content type
application/json
{
  • "type": "FeatureCollection",
  • "features": [
    ],
  • "metadata": { }
}

/ui/wildfire/map/v1

Return a geojson map for wildfire baseline assessment in a point

Authorizations:
apinineCognitoAuthorizer
query 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

layer
required
string (layer)
Example: layer=water_intensity_rp20y

Name of the map layer to select

Responses

Response samples

Content type
application/json
{
  • "type": "FeatureCollection",
  • "features": [
    ],
  • "metadata": { }
}

/ui/wildfire/rcp26/map/v1

Return a geojson map for wildfire RCP 2.6 assessment in a point

Authorizations:
apinineCognitoAuthorizer
query 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

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

Responses

Response samples

Content type
application/json
{
  • "type": "FeatureCollection",
  • "features": [
    ],
  • "metadata": { }
}

/ui/wildfire/rcp45/map/v1

Return a geojson map for wildfire RCP 4.5 assessment in a point

Authorizations:
apinineCognitoAuthorizer
query 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

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

Responses

Response samples

Content type
application/json
{
  • "type": "FeatureCollection",
  • "features": [
    ],
  • "metadata": { }
}

/ui/wildfire/rcp85/map/v1

Return a geojson map for wildfire RCP 8.5 assessment in a point

Authorizations:
apinineCognitoAuthorizer
query 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

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

Responses

Response samples

Content type
application/json
{
  • "type": "FeatureCollection",
  • "features": [
    ],
  • "metadata": { }
}

/ui/batch/v1

Receive a CSV file and upload it to an S3 bucket as input for a batch assessment

Authorizations:
apinineCognitoAuthorizer
query Parameters
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

Request Body schema: multipart/form-data
required
file
string <binary>

Responses

Response samples

Content type
application/json
{}

ui/batch/status/v1

This endpoint receives a batch id, representing a batch processing run, and checks if there is an existing output.

Authorizations:
apinineCognitoAuthorizer
query Parameters
id
required
string (batchId)
Example: id=875cf847c9f56d84ae7e38265eb89c6e6175d3d0

Batch request id

Responses

/ui/batch/{pathBatchId}/overview

Serve an overview.json file to the UI to plot the batch results on a map

Authorizations:
apinineCognitoAuthorizer
path Parameters
pathBatchId
required
string (batchId)
Example: 875cf847c9f56d84ae7e38265eb89c6e6175d3d0

Batch request id

Responses

Response samples

Content type
application/json
{
  • "overview": [
    ],
  • "stats": {
    }
}

/ui/batch/{pathBatchId}/{locationId}/v1

Output a specific line of an output.json file to the UI

Authorizations:
apinineCognitoAuthorizer
path Parameters
pathBatchId
required
string (batchId)
Example: 875cf847c9f56d84ae7e38265eb89c6e6175d3d0

Batch request id

locationId
required
number (locationId)
Example: 12

Index of single location within batch request

Responses

Response samples

Content type
application/json
Example
{
  • "address": "via cristoforo colombo roma",
  • "address_geocoded": "Via Cristoforo Colombo, 44, 00154 Roma RM, Italy",
  • "lat": 41.86869,
  • "lon": 12.49536,
  • "drought_risk_assessment": {
    },
  • "average_annual_loss": {
    },
  • "risk_index": 2,
  • "hazard_index": "Not implemented"
}

/ui/portfolios

Get portfolios

Authorizations:
apinineCognitoAuthorizer

Responses

Response samples

Content type
application/json
{
  • "message": "Unauthorized"
}

/ui/portfolios/{proxy+}

Greedy portfolios path

Authorizations:
apinineCognitoAuthorizer

Responses

Response samples

Content type
application/json
{
  • "message": "Unauthorized"
}

/ui/docs

Get portfolios OpenAPI docs

Responses

/ui/glossary

Get glossary

Authorizations:
apinineCognitoAuthorizer

Responses

Response samples

Content type
application/json
{
  • "message": "Unauthorized"
}

/ui/tiles/{proxy+}

Load tiles for the map UI

Authorizations:
apinineCognitoAuthorizer

Responses

Response samples

Content type
application/json
{
  • "message": "Unauthorized"
}

MAP

/ui/drought/map/v1

Return a geojson map for drought baseline assessment in a point

Authorizations:
apinineCognitoAuthorizer
query 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

layer
required
string (layer)
Example: layer=water_intensity_rp20y

Name of the map layer to select

Responses

Response samples

Content type
application/json
{
  • "type": "FeatureCollection",
  • "features": [
    ],
  • "metadata": { }
}

/ui/drought/rcp26/map/v1

Return a geojson map for drought RCP 2.6 assessment in a point

Authorizations:
apinineCognitoAuthorizer
query 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

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

Responses

Response samples

Content type
application/json
{
  • "type": "FeatureCollection",
  • "features": [
    ],
  • "metadata": { }
}

/ui/drought/rcp45/map/v1

Return a geojson map for drought RCP 4.5 assessment in a point

Authorizations:
apinineCognitoAuthorizer
query 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

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

Responses

Response samples

Content type
application/json
{
  • "type": "FeatureCollection",
  • "features": [
    ],
  • "metadata": { }
}

/ui/drought/rcp85/map/v1

Return a geojson map for drought RCP 8.5 assessment in a point

Authorizations:
apinineCognitoAuthorizer
query 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

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

Responses

Response samples

Content type
application/json
{
  • "type": "FeatureCollection",
  • "features": [
    ],
  • "metadata": { }
}

/ui/flood/map/v1

Return a geojson map for flood baseline assessment in a point

Authorizations:
apinineCognitoAuthorizer
query 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

layer
required
string (layer)
Example: layer=water_intensity_rp20y

Name of the map layer to select

Responses

Response samples

Content type
application/json
{
  • "type": "FeatureCollection",
  • "features": [
    ],
  • "metadata": { }
}

/ui/flood/rcp26/map/v1

Return a geojson map for flood RCP 2.6 assessment in a point

Authorizations:
apinineCognitoAuthorizer
query 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

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

Responses

Response samples

Content type
application/json
{
  • "type": "FeatureCollection",
  • "features": [
    ],
  • "metadata": { }
}

/ui/flood/rcp45/map/v1

Return a geojson map for flood RCP 4.5 assessment in a point

Authorizations:
apinineCognitoAuthorizer
query 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

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

Responses

Response samples

Content type
application/json
{
  • "type": "FeatureCollection",
  • "features": [
    ],
  • "metadata": { }
}

/ui/flood/rcp85/map/v1

Return a geojson map for flood RCP 8.5 assessment in a point

Authorizations:
apinineCognitoAuthorizer
query 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

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

Responses

Response samples

Content type
application/json
{
  • "type": "FeatureCollection",
  • "features": [
    ],
  • "metadata": { }
}

/ui/wildfire/map/v1

Return a geojson map for wildfire baseline assessment in a point

Authorizations:
apinineCognitoAuthorizer
query 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

layer
required
string (layer)
Example: layer=water_intensity_rp20y

Name of the map layer to select

Responses

Response samples

Content type
application/json
{
  • "type": "FeatureCollection",
  • "features": [
    ],
  • "metadata": { }
}

/ui/wildfire/rcp26/map/v1

Return a geojson map for wildfire RCP 2.6 assessment in a point

Authorizations:
apinineCognitoAuthorizer
query 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

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

Responses

Response samples

Content type
application/json
{
  • "type": "FeatureCollection",
  • "features": [
    ],
  • "metadata": { }
}

/ui/wildfire/rcp45/map/v1

Return a geojson map for wildfire RCP 4.5 assessment in a point

Authorizations:
apinineCognitoAuthorizer
query 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

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

Responses

Response samples

Content type
application/json
{
  • "type": "FeatureCollection",
  • "features": [
    ],
  • "metadata": { }
}

/ui/wildfire/rcp85/map/v1

Return a geojson map for wildfire RCP 8.5 assessment in a point

Authorizations:
apinineCognitoAuthorizer
query 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

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

Responses

Response samples

Content type
application/json
{
  • "type": "FeatureCollection",
  • "features": [
    ],
  • "metadata": { }
}