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
12 stars 1 forks source link

[Proposal] Add details to source attributes #261

Open matamadio opened 9 months ago

matamadio commented 9 months ago

What is the context or reason for the change?

The source attributes include name, url, type and component.

What is your proposed change?

A description field to add details about the source would be useful, especially to explain the relationship between the source and the dataset in object.

E.g. "the source dataset/model has been clipped for the geographic region / resampled to different resolution / reprojected on a different CRS / etc.)

stufraser1 commented 9 months ago

This could also allow us to describe how the source data has been used in the analysis. I learned yesterday that Meteor data uses ISO fields lineage > processStep to describe the steps taken in the analysis, in that case for preparing exposure dataset. Example: LSO_oed_exposure_20200811.xml.zip Lineage starts at ln683, with a list of biblio references (which RDLS separates into individual sources) The first of seven processSteps start at ln759

We could use either description field, or an additional field dedicated to describing the use of that source?

matamadio commented 9 months ago

We can have just "Description" to hold all content, or "Description" and "Lineage" as separate fields, where lineage specifies any change from the source.