Traject normering
Classes
Gathers the traject id and calculates the traject normering |
Functions
|
|
|
Module Contents
- _data_from_metadata_table(app_settings)
- Parameters:
app_settings (Applicationsettings)
- Return type:
Tuple[str, bool, int, int, float]
- _get_traject_length(app_settings)
- Parameters:
app_settings (Applicationsettings)
- Return type:
float
- class TrajectNormering(app_settings, norm_is_ondergrens=True)
Gathers the traject id and calculates the traject normering from the HRD-files.
- Parameters:
app_settings (Applicationsettings)
norm_is_ondergrens (bool)
- traject_naam: str | None = None
- bovenrivierengebied: bool
- traject_id: str
- signaleringswaarde: int
- ondergrens: int
- w: float
- traject_lengte: float
- faalkanseis_signaleringswaarde
- faalkanseis_ondergrens
- faalkanseis_norm
- beta_norm
- n_dsn
- faalkanseis_sign_dsn
- beta_sign_dsn
- faalkanseis_ond_dsn
- beta_ond_dsn
- beta_categorie_grenzen
- riskeer_categorie_grenzen: Dict[str, List]