-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Hazard Events [HC API] #11
Comments
The available requests are documented via Swagger: Some of the relevant functionalities: 1) For Europe wide Hazard Layers (currently: heat wave only): 2846 = internal studyID (in emikat: scenarioID). 2) For regional Hazard Event datasets: Also available (in general): GEOJSON and GEOTIFF. ...."/table/geojson?rownum=1000" or: ....."/table/geotiff" Please let me know, if additional info is required. |
Thanks @bernhardsk Two more questions:
|
FYI: Here are the heat wave events for the baseline climate for all of Europe. |
The call returns now all "relevant" events inside of study area. The id "2846" has to be replaced by the $emikat_id . |
ATM the API events for RCP45 only. Did you import all files from clarity-h2020/csis#57 (comment) ? |
All events are now imported. |
No Hazard Data seems to be available for this study (AgiosDimitrios): https://service.emikat.at/EmiKatTst/api/scenarios/3189/feature/tab.CLY_HAZARD_EVENTS_STUDY.2036/table/data?rownum=1000 |
maybe the input data is still not on atos server?
…On Wed, 25 Sep 2019, 14:21 Pascal Dihé, ***@***.***> wrote:
Same for this study
<https://csis.myclimateservice.eu/study/33/step/1460/view/table>
(ALBA_IULIA):
https://service.emikat.at/EmiKatTst/api/scenarios/3209/feature/tab.CLY_HAZARD_EVENTS_STUDY.2036/table/data?rownum=1000
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#11?email_source=notifications&email_token=AAWTC7TMFIWY7QKPLSO6WNLQLNJWLA5CNFSM4H4TNSC2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD7RWFJA#issuecomment-534995620>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAWTC7SWEUHPQKBXHVT7EALQLNJWLANCNFSM4H4TNSCQ>
.
|
Then this would just affect HC-LE and not HC. |
There are no "LAND_USE" date (Urban atlas data) available, so Emikat can not calculate. |
Cannot calculate what? HC or HC-LE. I thought HC (events) is independent of the HC-LE Urban Atlas input layers. So at least the EE and HC data should be available for whole Europe. @negroscuro Can you please check if HC-LE input data is available for the following study areas: Alba Iulia and Athens. I could select both cities from the cities taxonomy, so I assume that a complete set of HC-LE input layers is available for those? Maybe they haven't been generated by your script yet? |
Sorry, now I understand. |
This is related to the production of Heat Wave Hazard Events for Europe.
While hazard indexes are currently stored on METEOROID Geoserver and accessed by the Map Component for informative purposes, we need another API that is accessed by the HC Events Table and the Scenario Selection UI.
The API would expect a parameter '$studyArea' or, if the study is already initialised, the '$studyId' (EMIKAT internal id) and additional a parameter
$hazardEventType
(name/id from the CSIS Hazards Taxonomy).It's currently unclear, if it would make sense to show HC Events Layers in the HC Map. Therefore there is currently no need for an additional WMS Endpoint.
The respective HC Data Package Resource has to be updated accordingly and example request / response URLs have to be added to the Wiki.
The text was updated successfully, but these errors were encountered: