-
Notifications
You must be signed in to change notification settings - Fork 121
Update master after release 5.4.0 #290
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
Merged
Conversation
This file contains hidden or 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
CatchHydroGeo function for evaluating channel hydraulic properties based on HAND(Height Above Nearest Drainage)
Xing CatchHydroGeo
…e; more efficient MPI_Reduce
…se: cellArea is double; output arraies were floats; the rounding caused uncertain precision loss. fix: use double arrays
…ew int[nheight * ncatch]' to address popential runtime and compiling issues
… it the text for gridnet.
…ter bodies due to pitremove DEM processing. added AreaSqKm to hydro property table; changed TauDEM InunMap to apply the pitmask; changed inunmap batch bash to generate inun map with or without pitmask
Set region
… to count cells with HAND value 0
update CMakeLists.txt with new tools
remove duplicated and obsolete README from src directory
… and handling permission errors
…table conda bundle
…TauDEM conda bundle README
…code-fix Updated tbx file with validation code indentation issues fixed
VSLOPE function to use double precision for slope calculation
TauDEM Conda bundle (zip file) for TauDEM installation in a custom Conda env
…ting it as a script
… alignment and resolution and to avoid 2GB size limit of arcpy
…e and improve error handling
Fix for sinmap stability index tool to work with the newer version of gdal and ArcGIS
- Replaced direct system calls with a shared utility function `run_taudem_command` in multiple scripts. - Improved error handling by checking return codes and logging error messages. - Cleaned up code by removing unnecessary subprocess handling and message capturing. - Updated environment variable management to avoid conflicts with ArcGIS paths in the `Utils.py` file.
- Remove LD_LIBRARY_PATH and OpenMPI environment variable overrides from install.sh, as binaries now use RPATH. - Update post-install instructions to explicitly require user-installed OpenMPI via conda.
…nvironment variable usage
TauDEM command execution in python scripts to use TauDEM installed gdal
GitHub Action workflow for running TauDEM tests
Fix Conda bundle - removed openmpi from the bundle
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.