GFDRR / rdl-standard

The Risk Data Library Standard (RDLS) is an open data standard to make it easier to work with disaster and climate risk data. It provides a common description of the data used and produced in risk assessments, including hazard, exposure, vulnerability, and modelled loss, or impact, data.
https://docs.riskdatalibrary.org/
Creative Commons Attribution Share Alike 4.0 International
13 stars 1 forks source link

[Docs update] GLIDE number #142

Closed stufraser1 closed 1 year ago

stufraser1 commented 1 year ago

What is the context or reason for the change?

More info needed on rationale for GLIDE number, ability to use other disaster identifiers E.g. Shakemap ID for EQ Consider limitations on GLIDE hazard code versus ours (shouldn't be restrictive, not explicitly linked in RDLS)

odscjen commented 1 year ago

From a technical standpoint there is potential to reuse the new Classification object here. this would allow users to declare which scheme they're taking their disaster id from, e.g.:


"disaster_identifer": {
  "id": "ak0238v9wqev",
  "scheme": "Shakemap ID",
  "description": "M 3.4 - 15 km ESE of Eagle River, Alaska"
  "uri": "https://earthquake.usgs.gov/data/shakemap/"
}

the scheme's that it's possible to use could be added to the classification_scheme.csv codelist which is open.

matamadio commented 1 year ago

While I support the GLIDE as the "standardiest" reference for empirical events, I agree on the approach suggested by Jen.

stufraser1 commented 1 year ago

GLIDE / disaster_id is referenced the schema reference, which would be captured in changes made under #221

It is also referenced under https://rdl-standard.readthedocs.io/en/dev/rdl/other-standards/#hazard-data-standards Options -

odscjen commented 1 year ago

If we're going to allow disaster identification schemes other than GLIDE I'd recommend just removing it from https://rdl-standard.readthedocs.io/en/dev/rdl/other-standards/#hazard-data-standards . The classification_scheme codelist will include a short description of it (once it gets added to the codelist) so there'll still be some explanation of what it is in the documentation. This same codelist will include short descriptions of any other disaster id schemes you want to cover, such as PAGER.

stufraser1 commented 1 year ago

removed - text here for reference, for partial use in codelist description

GLIDE disaster event identifier: Since the beginning of 2004, GLobal IDEntifier numbers (GLIDE) are produced at (GLIDEnumber.net) for all new disaster events reported by partner institutions and those discovered by ADRC. A GLIDE number comprises two letters to identify the disaster type (e.g. EQ - earthquake); the year of the disaster; a six-digit, sequential disaster number; and the three-letter ISO code for country of occurrence. E.g., the GLIDE number for West-India Earthquake in India is: EQ-2001-000033-IND. This number is posted by the above organizations and in many other websites, on their documents relating to that particular disaster and gradually other partners will include it in whatever information they generate. As information suppliers join in this initiative, documents and data pertaining to specific events may be easily retrieved from various sources, or linked together using the unique GLIDE numbers. List of services using GLIDE: https://glidenumber.net/glide/public/links.jsp The RDL Standard uses a GLIDE number in the hazard.event object, to denote the historical event to which hazard event data relates, e.g., the simulated hazard intensity footprint of that event.