Skip to content

MIKE IO 1D v0.7.0

Latest
Compare
Choose a tag to compare
@ryan-kipawa ryan-kipawa released this 19 Sep 07:55
· 6 commits to main since this release

What's Changed

The main highlight of this release is new functionality related to xns11 files.

Added

  • New API for reading and writing xns11 files (see new notebook examples).
  • Access to both raw and processed data in xns11 files.
  • Export xns11 sections and markers to GeoPandas.
  • Gridpoint indexing from ResultReach by either chainage or number.
  • Extra gridpoint static attributes: chainage, reach name, and x/y coordinates.

Fixed

  • Various warning fixes related to new Pandas and GeoPandas versions.

Changed

  • Removed support for Python 3.8 (to be compatible with Pandas >= 2.1).
  • Iterating over IRes1DReach objects must now be done via ResultReach.reaches.

Full Changelog: v0.6.1...v0.7.0