OasisLMF / OasisUI

User Interface for the Oasis platform.
BSD 3-Clause "New" or "Revised" License
16 stars 17 forks source link

Add new options for output configuration #239

Closed sambles closed 2 years ago

sambles commented 3 years ago

Three new options in the analysis settings file:

Example:

{
   "name": "MyModelName",
      ...
   "return_periods": [10, 100, 1000],
   "event_ids": [1, 5, 123],
   "quantiles": [0.0, 0.2, 0.4],
      ...
   "model_settings":{  ... }
    ... 
}    
RolandASc commented 2 years ago

@benhayes21 , @sambles shall we add these under the advanced params next to the threshold and number of samples?

can you maybe add a link to the respective feature in the upstream repo, such that I can check the defaults etc? Thanks!

sambles commented 2 years ago

That seems like a sensible location to me

sambles commented 2 years ago

https://github.com/OasisLMF/OasisLMF/issues/680 - return_periods https://github.com/OasisLMF/OasisLMF/issues/950 - event_ids https://github.com/OasisLMF/OasisLMF/issues/976 - quantiles

benhayes21 commented 2 years ago

single event selection not allowed - has to be a comma separated list of more than one event