-
Notifications
You must be signed in to change notification settings - Fork 1
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
[Proposal] Exposure component #62
Comments
replace |
Will In previous versions In Open Exposure Data (OED) Standard and other insurance industry models, these characteristics are separated into multiple columns. For example for the same type:
Using AIR codes, for the same type:
In the data file, should we be specifying the structure (field names) to use, so the string or numeric values (dependent on the taxonomy used) can be validated? OED / GEM provides codelists that could be used for validation. |
My understanding was that RDLS isn't concerned with how the contents of resources are structured so yes, removing Regarding validation, in-line with the above understanding, I thought that we were only concerned with validating the RDLS metadata rather than the contents of resources themselves. |
regarding this suggestion, the field will need to be renamed and described. Suggest:
@stufraser1 is this okay? |
Re. "Unless there is a semantic difference between the concept of temporal coverage and the concept of 'a general reference period to which data refers', I would name this field temporal to be consistent with Resource.temporal. However, adding this field under Exposure is equivalent to adding it at the dataset level, but only for exposure datasets, is there a reason why we wouldn't just have a temporal field as part of the top-level metadata instead so that it can apply to any dataset?" @stufraser1 do we need this field or can it be dropped? |
Often we generate exposure scenarios, to estimate growth in population / urban areas for examples at 2040, 2050, 2060, etc. If we denote this at the top-level only, they would all be consistent and the information entered once. However, would that restrict us to creating a new dataset for every projection? |
Ah, okay I think I see. At the moment So trying to think about all of this, we need to reference time at a dataset level for ever
For So using the above example values this will look like: {
"temporal": {
"start": "2040",
"end": "2060"
},
"risk_data_type": "exposure",
"resources": [
{
"id": "1",
"temporal": {
"start": "2040",
"end": "2040"
}
},
{
"id": "2",
"temporal": {
"start": "2050",
"end": "2050"
}
},
{
"id": "3",
"temporal": {
"start": "2060",
"end": "2060"
}
}
]
} |
We can try this, lets put it in and test it when JSON is complete. |
Looks good to me! |
What is the context or reason for the change?
Main changes proposed
occupancy
,occupancy_time
,taxonomy_code
from exposure metadata, as this is contained within the data or provided elsewhere. Discussed in [Proposal] Add guidance to docs to instruct users to include key non-metadata in datasets themselves #56Link to spreadsheet
What is your proposed change?
The
exposure
object with description 'Information about the modelled exposure (assets and population) that could be affected by the hazard.' with the following fields:category
taxonomy
cost
cost.type
cost.unit
reference_year
The text was updated successfully, but these errors were encountered: