Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/about/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ This page lists changes to the Risk Data Library Standard.
- [#396](https://github.com/GFDRR/rdl-standard/pull/396)
- `Entity`: Require any of `.email`, `.url`.
- `Event.ocurrence`: Require any of `.probabilistic`, `.empirical`, `.deterministic`.
- [#398](https://github.com/GFDRR/rdl-standard/pull/398) - Add `spatial_aggregation` to `Resource`.
- [#400](https://github.com/GFDRR/rdl-standard/pull/400):
- Move `.sources` to `.lineage.sources`
- Add `Source.risk_data_type`
Expand Down
6 changes: 6 additions & 0 deletions schema/rdls_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,12 @@
"description": "The minimum spatial separation resolvable in this resource, measured in meters.",
"exclusiveMinimum": 0
},
"spatial_aggregation": {
"title": "Spatial aggregation",
"type": "string",
"description": "The fundamental spatial unit or geometric container used to organise, summarise, or 'bin' the data within this resource. This describes whether the data is unaggregated (e.g., individual building footprints or asset points), or aggregated into standardised administrative divisions (e.g., municipalities), hydrological units (e.g., catchments), or calculated geometric grids (e.g., hexagons or square gridcells).",
"minLength": 1
},
"coordinate_system": {
"title": "Coordinate reference system",
"type": "string",
Expand Down
Loading