Installation¶
The RAS Commander toolbox is tested in ArcGIS Pro (not the older ArcMap).
Primary Method: Install with Arc Hydro Tools¶
The RAS Commander toolbox is included as part of the Arc Hydro Tools distribution. This is the recommended installation method for most users.
- Install Arc Hydro Tools with the Arc Hydro installer.
- If you are updating, uninstall Arc Hydro and re-install the latest version (Version 3.4.30 minimum).
- The RAS Commander toolbox will be available under:
Toolboxes → Arc Hydro Tools → RAS Commander
Development Installation¶
For developers and users who want to extend or customize the tools, or to get the latest bleeding-edge version between Arc Hydro updates.
- Clone the repository
git clone https://github.com/gpt-cmdr/ras-commander-hydro.git
cd ras-commander-hydro
-
Option A: Add the toolbox in ArcGIS Pro
-
Open ArcGIS Pro.
- In the Catalog pane, right-click on Toolboxes.
- Select Add Toolbox.
-
Navigate to
toolboxes/RAS-Commander.pyt. -
Option B: Install for development (requires Admin)
# Run PowerShell as Administrator
cd Resources
.\install_toolbox.ps1
To uninstall:
# Run PowerShell as Administrator
cd Resources
.\uninstall_toolbox.ps1