Skip to content

Commit

Permalink
chore: Updated the list of supported functionalities
Browse files Browse the repository at this point in the history
refs: #466
  • Loading branch information
tim-vd-aardweg authored Apr 14, 2023
1 parent cbb80af commit 2168ba5
Show file tree
Hide file tree
Showing 6 changed files with 56 additions and 26 deletions.
11 changes: 0 additions & 11 deletions docs/reference/obs.md

This file was deleted.

27 changes: 27 additions & 0 deletions docs/reference/observationcrosssection.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Observation cross section files

Observation cross section files come in two flavours:

* the official `*_crs.ini` format [see below](#observation-cross-section-ini-files)
* the legacy `*.pli` format [see below](#legacy-observation-cross-section-pli-files)

# Observation cross section .ini files
The `obscrosssection` module provides the specific logic for accessing observation cross section .ini files.
for a [D-Flow FM](glossary.md#d-flow-fm) model.

Generic parsing and serializing functionality comes from the generic hydrolib.core.dflowfm.ini modules.

An observation cross section .ini file is described by the classes below.

## Model

::: hydrolib.core.dflowfm.obscrosssection.models

# Legacy observation cross section .pli files
Legacy .pli files for observation points are supported via the generic `polyfile` module.

A polyfile (hence also an observation cross section .pli file) is described by the classes below.

## Model

::: hydrolib.core.dflowfm.polyfile.models
27 changes: 27 additions & 0 deletions docs/reference/observationpoint.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Observation point files
Observation point files come in two flavours:

* the official `*_obs.ini` format [see below](#observation-point-ini-files)
* the legacy `*.xyn` format [see below](#legacy-observation-point-xyn-files)

# Observation point .ini files
The `obs` module provides the specific logic for accessing observation point .ini files
for a [D-Flow FM](glossary.md#d-flow-fm) model.

Generic parsing and serializing functionality comes from the generic hydrolib.core.dflowfm.ini modules.

An observation point .ini file is described by the classes below.

## Model

::: hydrolib.core.dflowfm.obs.models

# Legacy observation point .xyn files
The `xyn` module provides the specific logic for accessing legacy observation point files
for a [D-Flow FM](glossary.md#d-flow-fm) model.

An observation point .xyn file is described by the classes below.

## Model

::: hydrolib.core.dflowfm.xyn.models
14 changes: 0 additions & 14 deletions docs/reference/xyn.md

This file was deleted.

Binary file modified docs/topics/dhydro_support_hydrolib-core.xlsx
Binary file not shown.
3 changes: 2 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ nav:
- reference/onedfield.md
- reference/polyfile.md
- reference/xyz.md
- reference/obs.md
- reference/observationpoint.md
- reference/observationcrosssection.md
- RainfallRunoff:
- reference/rr/rr.md
- reference/rr/meteo.md
Expand Down

0 comments on commit 2168ba5

Please sign in to comment.