From 7babf53110ba6ee1e672ff1734965c55b8a73895 Mon Sep 17 00:00:00 2001 From: kbonney Date: Fri, 27 Sep 2024 10:48:56 -0400 Subject: [PATCH] trivial whitespace commit to re-run actions --- wntr/gis/geospatial.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wntr/gis/geospatial.py b/wntr/gis/geospatial.py index 8633dd37..c48f6d67 100644 --- a/wntr/gis/geospatial.py +++ b/wntr/gis/geospatial.py @@ -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