-
Notifications
You must be signed in to change notification settings - Fork 0
Services endpoints (used by CSIS)
Follow the links below for a list of all service paths that are used in data pacakges:
- https://csis.myclimateservice.eu/maintenance/resources/paths
- https://csis.myclimateservice.eu/maintenance/resources/paths2
The following are the currently available service endpoints that typically the CSIS is using for accessing data (from the DataPackage resources) or perform calculations carried out by external services (i.e., EMIKAT)
* WFS: http://services.clarity-h2020.eu:8080/geoserver/clarity/ows?service=WFS
* WMS: http://services.clarity-h2020.eu:8080/geoserver/clarity/ows?service=WMS
* WCS: https://clarity.meteogrid.com/geoserver/ows?service=WCS&version=2.0.1&request=GetCapabilities
* WMS: https://clarity.meteogrid.com/geoserver/ows?service=wms&version=1.3.0&request=GetCapabilities
- REST API (Meteogrid legacy service): https://clarity.meteogrid.com/api/
Hazard Event Lookup Service - Displace all Events typically for Study Area
This service is needed for HC Steps in advanced screening studies.
- REST API (AIT's EMIKAT legacy service, returns data in JSON format, replace ${emikat_id} by 2846): https://service.emikat.at/EmiKatTst/api/scenarios/${emikat_id}/feature/tab.CLY_HAZARD_EVENTS_STUDY.2036/table/data
Exposure data (Population) calculated from EMIKAT:
This service is needed for EE Steps in advanced screening studies.
-
EMIKAT REST: (replace ${emikat_id} by 2846) https://service.emikat.at/EmiKatTst/api/scenarios/${emikat_id}/feature/tab.CLY_EL_POPULATION_INTERPOLATED.2016/table/data?rownum=1000
-
or EMIKAT GeoJSON: https://service.emikat.at/EmiKatTst/api/scenarios/${emikat_id}/feature/tab.CLY_EL_POPULATION_INTERPOLATED.2016/table/geojson?rownum=1000
-
A WCS endpoint is not available.
Local Effects or Heatwaves - displays Mean Radiation Temperature, UTCI and Aparent Temperature for each Scenario, Time period, typical Events and for each Adaptation Project:
This service is needed for HC-LE Steps in advanced screening studies.
-
EMIKAT REST: (replace ${emikat_id} by 2846) https://service.emikat.at/EmiKatTst/api/scenarios/${emikat_id}/feature/view.2974/table/data?rownum=1000&filter=PROJECT%3D${study_variant}&filter=PERIOD%3D${time_period}&filter=RCP%3D${emissions_scenario}&filter=FREQUENCE%3D${event_frequency}&filter=SZ_ID%3D$emikat_id
-
In this link you can adapt the following parameters:
PROJECT=${study_variant} - can be BASELINE or ADAPTATION-xx, currently just ADAPTATION-01 PERIOD=${time_period} - can be 'Baseline', '20110101-20401231', '20410101-20701231' and '20710101-21001231' RCP=${emissions_scenario} can be 'Baseline', 'rcp26', 'rcp45' and 'rcp85' FREQUENCE=${event_frequency} can be 'Rare', 'Occassional' or 'Frequent'
SZ_ID has to be set to the current ${emikat_id}
styles=T_A for Apparent temperature styles=T_TMRT for Mean Radiant Temperature styles=T_UTCI for UTCI Temperature
The color schemas (STYLE colors) are currently fixed but not optimized !!!!
Impact Calculation Service (Mortality) for each Scenario, Time period, typical Events and for each Adaptation Project:
-
EMIKAT REST: (replace 2846 by $emikatId) https://service.emikat.at/EmiKatTst/api/scenarios/2846/feature/view.2975/table/data?rownum=1000&filter=PROJECT%3D'BASELINE'&filter=PERIOD%3D'Baseline'&filter=RCP%3D'Baseline'&filter=FREQUENCE%3D'Rare'&filter=SZ_ID%3D2846
-
In this link you can adapt the follwing parameters:
PROJECT=BASELINE ... (for future selection of an alternative ADAPTATION variants) PERIOD='Baseline' ... (Alternatives are: '20110101-20401231', '20410101-20701231' and '20710101-21001231') RCP='Baseline' ... (Alternatives are: 'rcp26', 'rcp45' and 'rcp85') FREQUENCE='Rare' ... (Alternatives are: 'Occassional' or 'Frequent')
SZ_ID=2846 has to be set to the current $emikatID
The color schemas (STYLE colors) are currently fixed but not optimized !!!!