-
Notifications
You must be signed in to change notification settings - Fork 8
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
Hazard meta data #69
Comments
@johcarter including the common hazard types and intensity measures in OED would definitely be a good start. Could the more unique/less common ones then be captured in the model settings file in parallel to the ones in OED or could this pose an issue with duplication? I only ask as a hybrid approach may accommodate more users initially. |
yes I think so @MattDonovan82 . as long as the meta data is well structured so that it would not matter whether an OED identifier was present or not. |
GFDRR, in developing the Risk Data Library standard looked at this question, with a consortium of hazard experts. An example of metadata shows fields to give specific information related to hazards, added to ISO geospatial metadata - added with metadata_type RDL_DATA_SPECIFIC. Fields 'Type' and 'Process' use the hazard taxonomy defined at: https://docs.riskdatalibrary.org/taxonomy.html We defined a long list of intensity measures per hazard process, which you can use. Requesting @MamadioCMCC to provide that list here. |
In GFDRR RDL, metric and unit are tied together.
|
This looks ideal, thank you @stufraser1 @matamadio ! Separately I wonder to what extent we could/should bring ORD model meta data in line with RDL. Many of the attributes in the example hazard map are also appropriate for catastrophe models. |
I think we'd be happy to extend the RDL code list to include hail, wildfire, fire following earthquake, sprinkler damage We can share the metadata RDL uses for loss estimates too. Would be great to align them, and a good outcome since GFDRR and Oasis had a joint workshop last year discussing how we can better align / support each other. @PChrzanowski (now leading RDL) and @dickiewhit will be interested in this development. |
Thanks @stufraser1. I think hail stone diameter in cm is common. I'm not sure about fire intensity and sprinkler damage, but we could ask the oasis modeller community for input on this. happy to continue the conversation on data standard alignment, I'll review the documents you link to. |
The metadata file (json) is still a work in progress. Some comments on the proposed additional metrics:
|
To clarify on sprinkler damage: rather than damage to sprinklers, industry models can include loss incurred due to the additional damage caused by the water sprayed from sprinklers in a fire. |
Hi, For Fire Following & Sprinkler Leakage, often these sub-perils include a 'trigger' component, as well as severity (typically captured by the 'hazard') component. We wouldn't look to support hazard parameter outputs for these sub-perils at this time. |
Hi @johcarter bringing this back on the radar as the OED/RDL works picks up again. |
@johcarter for the missing units from some perils (wildfire, etc) is best to get in touch with the model vendors who have models for them and then include what they are using. |
Rather than using the list pasted above in this issue, please use the latest dev codelist from RDLS: And the production version: |
@stufraser1 is there a way to associate all the units with the respective perils they cover? In some cases it's pretty obvious, but the further down the list you go, the more obscure they get. |
We've been discussing adding some ORD reports for hazard, such as hazard EP curves and hazard value by location and event. However there is no clear structure for hazard meta data in ORD. Here is a table of the current relevant fields in ORD:
If we support reports which contain values such as windspeeds and flood depths, we should have clearly structured meta data which references exactly what those values mean in terms of hazard intensity measure and units.
Peril codes are used as a proxy for a hazard intensity measure, but in practice this is not well specified in model settings.
e.g WTC means Tropical Cyclone, but is normally used to represented the hazard of wind speed. This is a 'peril type' or event type which is being used as a proxy for wind speed, but they are different concepts.
A meta data structure might look like this, for example;
We could also consider codifying common hazard intensity measures in ODS, e.g.
HazardIntensityMeasureType =1
name = 'windspeed'
desc = '3 second maximum peak gust speed at 10 metre elevation'
unit = 'metres per second'
We can't expect to codify all possible hazard intensity measures that modellers choose to use, but having a list of common ones would help newcoming modellers and facilitate pairing of hazard and vulnerability modules across providers.
Obviously a very important design question, so i welcome lots of comments and suggestions
The text was updated successfully, but these errors were encountered: