-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FORMATS] add H2i support
- Loading branch information
Showing
24 changed files
with
27,137 additions
and
6 deletions.
There are no files selected for viewing
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
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,24 @@ | ||
.. _driver.h2i: | ||
|
||
================================================================================ | ||
H2I -- H2i format | ||
================================================================================ | ||
|
||
.. shortname:: H2I | ||
|
||
.. built_in_by_default:: | ||
|
||
MDAL supports reading of the H2i mesh format. | ||
|
||
This driver can be used to read FLO-2D mesh (1D, 2D). | ||
H2i mesh structure is a quad tree structure defined by nodes a the center of quad and by links that, at each side of quads, represents the interface between quad. | ||
|
||
Files of H2i format are: | ||
* a json file with some information about the mesh (mesh name, crs, reference time and time steps) and relative path of the other files defining the mesh and its dataset groups. | ||
* text file containing the nodes information | ||
* text file containing the links information | ||
* text file containing the time step | ||
* one binary file per dataset group, dataset group can be relied to nodes or links. | ||
|
||
.. _H2I: https://github.com/d2hydro/H2i_code_factory/blob/main/docs/data_format.md | ||
|
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 |
---|---|---|
|
@@ -39,3 +39,4 @@ MDAL drivers | |
xms-tin | ||
dfsu | ||
dfs2 | ||
h2i |
Oops, something went wrong.