Build surface water network for MODFLOW’s SFR Package
Surface water network Creates surface water network, which can be used to create MODFLOW’s SFR. Python packages Python 3.6+ is required. Required geopandas – process spatial data similar to pandas pyproj>=2.2 – spatial projection support rtree – spatial index support Optional flopy – read/write MODFLOW models netCDF4 – used to read TopNet files Testing Run pytest -v or python3 -m pytest -v For faster multi-core pytest -v -n 2 (with pytest-xdist) Examples import geopandas import pandas as pd import swn […]
Read more