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.
This PR fixes some issues I noticed whilst working on the spreadsheet template:
Fix codelist filename in Classification.scheme
Fix {{version}} placeholder replacement in schema
Make version of type string, per the field description
Fix required fields in Event_set, Hazard and Footprint
Fix markdown syntax in Attribution.role description
It also moves the codelists folder inside the schema folder so that the codelist CSV files can be copied to the built version of the documentation. That way, the CSV files can be accessed by the script that generates the spreadsheet template and any other tools that might need them, e.g. CoVE.
Related issues
Description
This PR fixes some issues I noticed whilst working on the spreadsheet template:
Classification.scheme
version
of type string, per the field descriptionEvent_set
,Hazard
andFootprint
Attribution.role
descriptionIt also moves the
codelists
folder inside theschema
folder so that the codelist CSV files can be copied to the built version of the documentation. That way, the CSV files can be accessed by the script that generates the spreadsheet template and any other tools that might need them, e.g. CoVE.Merge checklist
./manage.py
pre-commitIf you added or removed a field:
collapse
option of the jsonschema directives for dataset, resource, hazard, exposure, vulnerability and loss onreference/schema.md
Having trouble?
See how to resolve check failures.