ras-commander 0.80.3__tar.gz → 0.82.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {ras_commander-0.80.3/ras_commander.egg-info → ras_commander-0.82.0}/PKG-INFO +15 -2
- {ras_commander-0.80.3 → ras_commander-0.82.0}/README.md +12 -1
- ras_commander-0.82.0/ras_commander/RasControl.py +774 -0
- {ras_commander-0.80.3 → ras_commander-0.82.0}/ras_commander/RasPlan.py +98 -31
- {ras_commander-0.80.3 → ras_commander-0.82.0}/ras_commander/RasPrj.py +170 -61
- {ras_commander-0.80.3 → ras_commander-0.82.0}/ras_commander/__init__.py +3 -2
- {ras_commander-0.80.3 → ras_commander-0.82.0/ras_commander.egg-info}/PKG-INFO +15 -2
- {ras_commander-0.80.3 → ras_commander-0.82.0}/ras_commander.egg-info/SOURCES.txt +1 -0
- {ras_commander-0.80.3 → ras_commander-0.82.0}/ras_commander.egg-info/requires.txt +2 -0
- {ras_commander-0.80.3 → ras_commander-0.82.0}/setup.py +3 -1
- {ras_commander-0.80.3 → ras_commander-0.82.0}/LICENSE +0 -0
- {ras_commander-0.80.3 → ras_commander-0.82.0}/pyproject.toml +0 -0
- {ras_commander-0.80.3 → ras_commander-0.82.0}/ras_commander/Decorators.py +0 -0
- {ras_commander-0.80.3 → ras_commander-0.82.0}/ras_commander/HdfBase.py +0 -0
- {ras_commander-0.80.3 → ras_commander-0.82.0}/ras_commander/HdfBndry.py +0 -0
- {ras_commander-0.80.3 → ras_commander-0.82.0}/ras_commander/HdfFluvialPluvial.py +0 -0
- {ras_commander-0.80.3 → ras_commander-0.82.0}/ras_commander/HdfInfiltration.py +0 -0
- {ras_commander-0.80.3 → ras_commander-0.82.0}/ras_commander/HdfMesh.py +0 -0
- {ras_commander-0.80.3 → ras_commander-0.82.0}/ras_commander/HdfPipe.py +0 -0
- {ras_commander-0.80.3 → ras_commander-0.82.0}/ras_commander/HdfPlan.py +0 -0
- {ras_commander-0.80.3 → ras_commander-0.82.0}/ras_commander/HdfPlot.py +0 -0
- {ras_commander-0.80.3 → ras_commander-0.82.0}/ras_commander/HdfPump.py +0 -0
- {ras_commander-0.80.3 → ras_commander-0.82.0}/ras_commander/HdfResultsMesh.py +0 -0
- {ras_commander-0.80.3 → ras_commander-0.82.0}/ras_commander/HdfResultsPlan.py +0 -0
- {ras_commander-0.80.3 → ras_commander-0.82.0}/ras_commander/HdfResultsPlot.py +0 -0
- {ras_commander-0.80.3 → ras_commander-0.82.0}/ras_commander/HdfResultsXsec.py +0 -0
- {ras_commander-0.80.3 → ras_commander-0.82.0}/ras_commander/HdfStruc.py +0 -0
- {ras_commander-0.80.3 → ras_commander-0.82.0}/ras_commander/HdfUtils.py +0 -0
- {ras_commander-0.80.3 → ras_commander-0.82.0}/ras_commander/HdfXsec.py +0 -0
- {ras_commander-0.80.3 → ras_commander-0.82.0}/ras_commander/LoggingConfig.py +0 -0
- {ras_commander-0.80.3 → ras_commander-0.82.0}/ras_commander/RasCmdr.py +0 -0
- {ras_commander-0.80.3 → ras_commander-0.82.0}/ras_commander/RasExamples.py +0 -0
- {ras_commander-0.80.3 → ras_commander-0.82.0}/ras_commander/RasGeo.py +0 -0
- {ras_commander-0.80.3 → ras_commander-0.82.0}/ras_commander/RasMap.py +0 -0
- {ras_commander-0.80.3 → ras_commander-0.82.0}/ras_commander/RasUnsteady.py +0 -0
- {ras_commander-0.80.3 → ras_commander-0.82.0}/ras_commander/RasUtils.py +0 -0
- {ras_commander-0.80.3 → ras_commander-0.82.0}/ras_commander.egg-info/dependency_links.txt +0 -0
- {ras_commander-0.80.3 → ras_commander-0.82.0}/ras_commander.egg-info/top_level.txt +0 -0
- {ras_commander-0.80.3 → ras_commander-0.82.0}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ras-commander
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.82.0
|
|
4
4
|
Summary: A Python library for automating HEC-RAS 6.x operations
|
|
5
5
|
Home-page: https://github.com/gpt-cmdr/ras-commander
|
|
6
6
|
Author: William M. Katzenmeyer, P.E., C.F.M.
|
|
@@ -21,6 +21,8 @@ Requires-Dist: shapely
|
|
|
21
21
|
Requires-Dist: pathlib
|
|
22
22
|
Requires-Dist: rasterstats
|
|
23
23
|
Requires-Dist: rtree
|
|
24
|
+
Requires-Dist: pywin32>=227
|
|
25
|
+
Requires-Dist: psutil>=5.6.6
|
|
24
26
|
Dynamic: author
|
|
25
27
|
Dynamic: author-email
|
|
26
28
|
Dynamic: description
|
|
@@ -81,6 +83,15 @@ HEC-RAS Project Management & Execution
|
|
|
81
83
|
- Progress tracking and logging
|
|
82
84
|
- Execution error handling and recovery
|
|
83
85
|
|
|
86
|
+
Legacy Version Support (NEW in v0.81.0)
|
|
87
|
+
- RasControl class for HEC-RAS 3.x-4.x via COM interface
|
|
88
|
+
- ras-commander style API - use plan numbers, not file paths
|
|
89
|
+
- Extract steady state profiles AND unsteady time series
|
|
90
|
+
- Supports versions: 3.1, 4.1, 5.0.x, 6.0, 6.3, 6.6
|
|
91
|
+
- Version migration validation and comparison
|
|
92
|
+
- Open-operate-close pattern prevents conflicts with modern workflows
|
|
93
|
+
- Seamless integration with ras-commander project management
|
|
94
|
+
|
|
84
95
|
HDF Data Access & Analysis
|
|
85
96
|
- 2D mesh results processing (depths, velocities, WSE)
|
|
86
97
|
- Cross-section data extraction
|
|
@@ -115,7 +126,9 @@ RAS ASCII File Operations
|
|
|
115
126
|
- Unsteady flow file management
|
|
116
127
|
- Project file updates and validation
|
|
117
128
|
|
|
118
|
-
Note about support for Pipe Networks: As a relatively new feature, only read access to Pipe Network geometry and results data has been included. Users will need to code their own methods to modify/add pipe network data, and pull requests are always welcome to incorporate this capability.
|
|
129
|
+
Note about support for Pipe Networks: As a relatively new feature, only read access to Pipe Network geometry and results data has been included. Users will need to code their own methods to modify/add pipe network data, and pull requests are always welcome to incorporate this capability.
|
|
130
|
+
|
|
131
|
+
Note about version support: The modern HDF-based features target HEC-RAS 6.2+ for optimal compatibility. For legacy versions (3.1, 4.1, 5.0.x), use the RasControl class which provides COM-based access to steady state profile extraction and plan execution (see example notebook 17).
|
|
119
132
|
|
|
120
133
|
## Installation
|
|
121
134
|
|
|
@@ -48,6 +48,15 @@ HEC-RAS Project Management & Execution
|
|
|
48
48
|
- Progress tracking and logging
|
|
49
49
|
- Execution error handling and recovery
|
|
50
50
|
|
|
51
|
+
Legacy Version Support (NEW in v0.81.0)
|
|
52
|
+
- RasControl class for HEC-RAS 3.x-4.x via COM interface
|
|
53
|
+
- ras-commander style API - use plan numbers, not file paths
|
|
54
|
+
- Extract steady state profiles AND unsteady time series
|
|
55
|
+
- Supports versions: 3.1, 4.1, 5.0.x, 6.0, 6.3, 6.6
|
|
56
|
+
- Version migration validation and comparison
|
|
57
|
+
- Open-operate-close pattern prevents conflicts with modern workflows
|
|
58
|
+
- Seamless integration with ras-commander project management
|
|
59
|
+
|
|
51
60
|
HDF Data Access & Analysis
|
|
52
61
|
- 2D mesh results processing (depths, velocities, WSE)
|
|
53
62
|
- Cross-section data extraction
|
|
@@ -82,7 +91,9 @@ RAS ASCII File Operations
|
|
|
82
91
|
- Unsteady flow file management
|
|
83
92
|
- Project file updates and validation
|
|
84
93
|
|
|
85
|
-
Note about support for Pipe Networks: As a relatively new feature, only read access to Pipe Network geometry and results data has been included. Users will need to code their own methods to modify/add pipe network data, and pull requests are always welcome to incorporate this capability.
|
|
94
|
+
Note about support for Pipe Networks: As a relatively new feature, only read access to Pipe Network geometry and results data has been included. Users will need to code their own methods to modify/add pipe network data, and pull requests are always welcome to incorporate this capability.
|
|
95
|
+
|
|
96
|
+
Note about version support: The modern HDF-based features target HEC-RAS 6.2+ for optimal compatibility. For legacy versions (3.1, 4.1, 5.0.x), use the RasControl class which provides COM-based access to steady state profile extraction and plan execution (see example notebook 17).
|
|
86
97
|
|
|
87
98
|
## Installation
|
|
88
99
|
|