-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
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
[1pt] Fix inundation nation pathing errors #1026
Merged
Merged
Changes from 11 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
98281ee
Fixes for inundate_nation to create boolean rasters
RyanSpies-NOAA cef718f
Merge branch 'dev' into dev-fix-inundate-nation
RyanSpies-NOAA 74f8e23
fixed bug with default huc lists
RobHanna-NOAA 1dac8b3
took out debug line, added more prints
RobHanna-NOAA b285864
fix some output print errors
RobHanna-NOAA 930c124
debugging
RobHanna-NOAA 54de8ca
rolled most changes back to Ryan's orig fix
RobHanna-NOAA 03e4772
minor adj to temp dir
RobHanna-NOAA bb18bf3
update notes in_nation
RobHanna-NOAA dc0cf9e
Update inundate_nation.py
RobHanna-NOAA dc5a5c2
Update CHANGELOG.md
RobHanna-NOAA d0a565d
Update params_template.env
RobHanna-NOAA 2569ca5
Added vrt raster and final mosaic step; fixed logging
RyanSpies-NOAA fff562c
Merge branch 'dev-fix-inundate-nation' of https://github.com/NOAA-OWP…
RyanSpies-NOAA 95b07e5
Merge branch 'dev' into dev-fix-inundate-nation
RobHanna-NOAA 5852085
More fixes for logging info and adding log printing to screen
RyanSpies-NOAA a4b7b5e
Merge branch 'dev-fix-inundate-nation' of https://github.com/NOAA-OWP…
RyanSpies-NOAA 4452be6
fix linting error
RobHanna-NOAA 3445107
Added multi-threading to gdal.translate
RyanSpies-NOAA 78fedab
Merge branch 'dev-fix-inundate-nation' of https://github.com/NOAA-OWP…
RyanSpies-NOAA 15aad04
linting fix
RobHanna-NOAA e445a63
Revert "linting fix"
RobHanna-NOAA 205525e
fixing linting errors
RobHanna-NOAA f71e0af
more linting fixes
RobHanna-NOAA d0806fe
Merge branch 'dev' into dev-fix-inundate-nation
CarsonPruitt-NOAA File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we want this changed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh sorry. Not sure why that change was made. Anyways. I fixed it and put it back. :)