Skip to content

Commit

Permalink
Update dem2basin.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dhardestylewis committed Nov 4, 2021
1 parent 6ff6cbd commit d71c26a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dem2basin/dem2basin.py
Expand Up @@ -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']
)
Expand Down

0 comments on commit d71c26a

Please sign in to comment.