From d71c26a9811b72f426cce3b8b9415d9a86092d79 Mon Sep 17 00:00:00 2001 From: Daniel Hardesty Lewis Date: Wed, 3 Nov 2021 20:54:04 -0500 Subject: [PATCH] Update dem2basin.py --- src/dem2basin/dem2basin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dem2basin/dem2basin.py b/src/dem2basin/dem2basin.py index a7be2c4..686c52a 100644 --- a/src/dem2basin/dem2basin.py +++ b/src/dem2basin/dem2basin.py @@ -1149,7 +1149,7 @@ def get_bounding_boxes_by_project( rasterio.open(dem_tilename).bounds )) - dem_tiles = gpd.DataFrame( + dem_tiles = gpd.GeoDataFrame( dem_tile_bounds, columns = ['lidar_file','bounds'] )