Atoka API User Reference
Real Estate package "Territorial Risk"
Information about the risk related to the natural territory of a real estate.\
API tokens are configured to access only the packages each user needs; this means you might not have access to the content of this package. Ask your sales contact!
Available fields | Description | Data | Used by filters | Facet | Match | Stats |
|---|---|---|---|---|---|---|
| acuteHighIndex | combination of acute high risks (landslideClass, hydroClass, windClass, fireClass, stormSurgeClass) | float | - | |||
| acuteLowIndex | combination of acute low risks (frostClass, heatClass, heatWaveClass, aridityClass) | float | - | |||
| aridityClass | risk class for aridity phenomena (precipitation/evaporation ratio) | float | - | |||
| chronicAvgIndex | combination of chronic risks. Medio(coastalErosionClass, seaLevelClass, rainErosionClass) | float | - | |||
| chronicIndex | combination of chronic risks. Max (coastalErosionClass, seaLevelClass, rainErosionClass) | float | - | |||
| climateRiskIndex | combination of hydro risk e landslide risk. Max (hydroClass, landslideClass) | float | - | |||
| climaticAcuteIndex | integration of risks contained in acuteHighIndex and acuteLowIndex | float | - | |||
| coastalErosionClass | risk for coastal erosion | float | - | |||
| completeAcuteHighIndex | acute high risks. Max (landslideClass, hydroClass, windClass, fireClass, stormSurgeClass, seismicClass, tsunamiClass) | float | - | |||
| completeAcuteIndex | integration of risks contained in completeAcuteHighIndex and acuteLowIndex | float | - | |||
| fireClass | risk classes dependent on days with a high probability of fire | float | - | |||
| frostClass | risk class for cold events (icing) | float | - | |||
| heatClass | risk class for hot events (heat peaks) | float | - | |||
| heatWaveClass | risk class for heat waves | float | - | |||
| hydroClass | risk class for hydrogeological events | float | - | |||
| landslideClass | risk class for landslide events | float | - | |||
| nonClimaticIndex | combination of non climatic risks. Max (seismicClass, tsunamiClass) | float | - | |||
| rainErosionClass | risk class for severity of soil erosion due to rainfall | float | - | |||
| seaLevelClass | risk class dependent on sea level estimation | float | - | |||
| seismicClass | risk class for earthquake events | float | - | |||
| stormSurgeClass | risk class for sea storms events | float | - | |||
| totalRiskIndex | combination of the three risk components. Max (hydroClass, landslideClass, seismicClass) | float | - | |||
| tsunamiClass | risk class for tsunami events | float | - | |||
| windClass | risk class for high wind events | float | - |
Example JSON fragment for package
{"acuteHighIndex": 0.42, "acuteLowIndex": 0.42, "aridityClass": 0.42, "chronicAvgIndex": 0.42, "chronicIndex": 0.42, "climateRiskIndex": 0.42, "climaticAcuteIndex": 0.42, "coastalErosionClass": 0.42, "completeAcuteHighIndex": 0.42, "completeAcuteIndex": 0.42, "fireClass": 0.42, "frostClass": 0.42, "heatClass": 0.42, "heatWaveClass": 0.42, "hydroClass": 0.42, "landslideClass": 0.42, "nonClimaticIndex": 0.42, "rainErosionClass": 0.42, "seaLevelClass": 0.42, "seismicClass": 0.42, "stormSurgeClass": 0.42, "totalRiskIndex": 0.42, "tsunamiClass": 0.42, "windClass": 0.42 }