Skip to content

Commit

Permalink
trivial whitespace commit to re-run actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kbonney committed Sep 27, 2024
1 parent 0f7f7ff commit 7babf53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wntr/gis/geospatial.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ def intersect(A, B, B_value=None, include_background=False, background_value=0):

def sample_raster(A, filepath, indexes):
"""Sample a raster (e.g., GeoTIFF file) at the point locations given
by the geometry of GeoDataFrame A.
by the geometry of GeoDataFrame A.
This function can take either a filepath to a raster or a virtual raster (VRT),
which combines multiple raster tiles into a single object, opens the raster, and
Expand Down

0 comments on commit 7babf53

Please sign in to comment.