-
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] Metadata for stochastic event catalogues #82
Comments
The total number of events in the catalogue is a useful number that could be included in meta-data. |
Here is an example of the standard ODS event file Fields The event set may be accompanied by an occurrence file to provide event frequency/seasonality/clustering information. ODS has additional fields to describe any frequency or seasonality distributions associated with the event set. These meta data fields are; 'FrequencyDistribution' - enum {Poisson, Negative Binomial, Occurrence File} (the last one indicates that the frequency info is held in the occurrence file). 'SeasonalityDistribution - enum {Uniform, Occurrence File} (the last one indicates that the frequency is in the occurrence file). This information can be used to make further assumptions about event frequency in case there are event rates but no occurrence file. |
Propose adding these to
Is 'User defined' is a helpful part of a codelist? |
|
number of events is needed for when the list of events is in a resource file because there are too many events to list in the json. |
Ah, yes, in that case suggest the following change:
Are any of the other fields currently sitting under |
Thanks @odscjen I think yes to description of the event set. e,g, ' 1000 year stochastic event set', 'Historical events between 1951 and 2000' I think yes to calculation_method, although this seems very similar to analysis type. The difference between these fields is not obvious to me and therefore I don't know whether having both is necessary. For a stochastic event set, both analysis_type=Probabilistic and calculation_method=Simulated would be appropriate. For a historical event set, analysis_type=Empirical and calculation_method=Observed would also be appropriate. For synthetic events that are inferred from historical events calculation_method=Inferred might be appropriate. For geographical_coverage, I dont think this is needed at the event set level if there is sufficient information at the hazard data package root level. Can I suggest refinements to the fields & descriptions for FrequencyDistribution and SeasonalityDistribution as follows please: event_set.frequency_distribution event_set.seasonality_distribution |
Proposal accouting for
|
Additional metadata needed to adequately describe a file containing stochastic event set? Or is current structure sufficient by using
event_set
but not nesting events under it but instead linking to a data file?We won't be listing the whole event set; this would be in a data file. The metadata in the
event
object aims to describe the RP etc of an individual hazard map or scenario event. To describe the event set we'd use theevent_set
object, but do need to make sure we can be clear whether the events within that are in a data file or have their metadata nested under theevent_set
Originally posted by @stufraser1 in #59 (comment)
The text was updated successfully, but these errors were encountered: