We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
e.g. HUC 0430010810
Traceback (most recent call last): File "/usr/local/src/riverscapes-tools/packages/hydro/hydro/hydro.py", line 304, in main hydro_context(args.huc, args.dem, args.hillshade, args.igo, args.dgo, args.flowlines, args.output_folder, meta) File "/usr/local/src/riverscapes-tools/packages/hydro/hydro/hydro.py", line 151, in hydro_context VALUES ("{huc}", "{row['Name']}", "{row['States']}", "{row['QLow']}", "{row['Q2']}", "{row['MaxDrainage']}", "{row['EcoregionID']}")""") TypeError: 'NoneType' object is not subscriptable
The text was updated successfully, but these errors were encountered:
These appear to be border HUCs for which there's not an entry in the 'Watersheds' table.
Sorry, something went wrong.
jtgilbert
No branches or pull requests
e.g. HUC 0430010810
Traceback (most recent call last):
File "/usr/local/src/riverscapes-tools/packages/hydro/hydro/hydro.py", line 304, in main
hydro_context(args.huc, args.dem, args.hillshade, args.igo, args.dgo, args.flowlines, args.output_folder, meta)
File "/usr/local/src/riverscapes-tools/packages/hydro/hydro/hydro.py", line 151, in hydro_context
VALUES ("{huc}", "{row['Name']}", "{row['States']}", "{row['QLow']}", "{row['Q2']}", "{row['MaxDrainage']}", "{row['EcoregionID']}")""")
TypeError: 'NoneType' object is not subscriptable
The text was updated successfully, but these errors were encountered: