surface-water-network

A Python package to create and analyze surface water networks.

BSD-3-CLAUSE License

Downloads
449
Stars
26
Committers
5
surface-water-network - Version 0.7 Latest Release

Published by mwtoews 11 months ago

This is primarily a maintenance release with no exciting features.

  • Require FloPy 3.3.6 or later (#80)
  • Accommodate different reach index names rno or ifno since FloPy 3.5.0 (#83)
  • Maintenance updates to work with the latest pandas and FloPy releases (#91)
  • Update swn.file.gdf_to_shapefile() to keep number data types (#79)
surface-water-network - Version 0.6

Published by mwtoews over 1 year ago

Released 25 May 2023

Breaking changes

  • Minimum requirements are Python 3.8, geopandas 0.9 (#58, #69)
  • Remove legacy modflow.MfSfrNetwork (#56)

New things

Other changes

Deprecations

  • swn.spatial.get_sindex() (#58)
  • swn.spatial.wkt_to_dataframe(), swn.spatial.wkt_to_geodataframe(), swn.spatial.wkt_to_geoseries() (#70)
surface-water-network - Version 0.5

Published by mwtoews over 2 years ago

Released 20 July 2022

Breaking changes

  • Minimum requirements are Python 3.7, pandas 1.2 (#38)
  • Add outside segnum to modflow if it is downstream from others (#50)
  • Change behaviour of SurfaceWaterNetwork.set_diversions() which by default will now match to the closest segment line (#52)

New things

Other changes

surface-water-network - Version 0.4

Published by mwtoews about 3 years ago

Released 20 October 2021

Breaking changes

New things

Other changes