Skip to content

Commit

Permalink
Merge pull request #66 from USDA-ARS-NWRC/subbasins
Browse files Browse the repository at this point in the history
Sub basin shapefiles
  • Loading branch information
Scott Havens authored Nov 23, 2021
2 parents 6fbbfb5 + f6b97ae commit 8a9f661
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion basin_setup/generate_topo/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def load_basin_shapefiles(self):
# Add the sub basin files
if self.config['sub_basin_files'] is not None:
for sub_basin_file in self.config['sub_basin_files']:
self.basin_shapefiles += Shapefile(sub_basin_file)
self.basin_shapefiles.append(Shapefile(sub_basin_file))

def load_dem(self):
"""Reproject and crop the DEM file to a new image
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ netcdf4>=1.4.1
cftime<1.1.0
xarray>=0.16.2
rioxarray>=0.3.1
Shapely>=1.6.4
Shapely>=1.6.4,<1.8
setuptools_scm<4.2

0 comments on commit 8a9f661

Please sign in to comment.