-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Updated the list of supported functionalities
refs: #466
- Loading branch information
1 parent
cbb80af
commit 2168ba5
Showing
6 changed files
with
56 additions
and
26 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters