Skip to content

Commit

Permalink
feat: Add filetype 10 (polyfile) to class ExtOldFileType (#565)
Browse files Browse the repository at this point in the history
  • Loading branch information
veenstrajelmer authored Oct 23, 2023
1 parent 912ef15 commit 98b3d48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hydrolib/core/dflowfm/extold/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,8 @@ class ExtOldFileType(IntEnum):
"""8. Triangulation magnitude and direction"""
Polyline = 9
"""9. Polyline (<*.pli>-file)"""
Polyfile = 10
"""10. Polyfile (<*.pol/*.pli>-file). uniform value inside polygon for INITIAL fields"""
NetCDFGridData = 11
"""11. NetCDF grid data (e.g. meteo fields)"""
NetCDFWaveData = 14
Expand Down

0 comments on commit 98b3d48

Please sign in to comment.