Skip to content

Commit

Permalink
exposing sample_raster to wntr.gis interface
Browse files Browse the repository at this point in the history
  • Loading branch information
kbonney committed Sep 25, 2024
1 parent e644589 commit 2ae78c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wntr/gis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
and GIS formatted data and geospatial functions to snap data and find intersections.
"""
from wntr.gis.network import WaterNetworkGIS
from wntr.gis.geospatial import snap, intersect
from wntr.gis.geospatial import snap, intersect, sample_raster

0 comments on commit 2ae78c3

Please sign in to comment.