ras-commander 0.53.0__py3-none-any.whl → 0.55.0__py3-none-any.whl
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/__init__.py +1 -1
- {ras_commander-0.53.0.dist-info → ras_commander-0.55.0.dist-info}/METADATA +18 -5
- {ras_commander-0.53.0.dist-info → ras_commander-0.55.0.dist-info}/RECORD +6 -6
- {ras_commander-0.53.0.dist-info → ras_commander-0.55.0.dist-info}/LICENSE +0 -0
- {ras_commander-0.53.0.dist-info → ras_commander-0.55.0.dist-info}/WHEEL +0 -0
- {ras_commander-0.53.0.dist-info → ras_commander-0.55.0.dist-info}/top_level.txt +0 -0
ras_commander/__init__.py
CHANGED
@@ -1,18 +1,31 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: ras-commander
|
3
|
-
Version: 0.
|
4
|
-
Summary: A Python library for automating HEC-RAS operations
|
5
|
-
Home-page: https://github.com/
|
3
|
+
Version: 0.55.0
|
4
|
+
Summary: A Python library for automating HEC-RAS 6.x operations
|
5
|
+
Home-page: https://github.com/gpt-cmdr/ras-commander
|
6
6
|
Author: William M. Katzenmeyer
|
7
|
-
Author-email:
|
7
|
+
Author-email: heccommander@gmail.com
|
8
8
|
Requires-Python: >=3.10
|
9
9
|
Description-Content-Type: text/markdown
|
10
10
|
License-File: LICENSE
|
11
|
+
Requires-Dist: h5py
|
12
|
+
Requires-Dist: numpy
|
13
|
+
Requires-Dist: pandas
|
14
|
+
Requires-Dist: requests
|
15
|
+
Requires-Dist: tqdm
|
16
|
+
Requires-Dist: scipy
|
17
|
+
Requires-Dist: xarray
|
18
|
+
Requires-Dist: geopandas
|
19
|
+
Requires-Dist: matplotlib
|
20
|
+
Requires-Dist: shapely
|
21
|
+
Requires-Dist: pathlib
|
22
|
+
Requires-Dist: rasterstats
|
11
23
|
Dynamic: author
|
12
24
|
Dynamic: author-email
|
13
25
|
Dynamic: description
|
14
26
|
Dynamic: description-content-type
|
15
27
|
Dynamic: home-page
|
28
|
+
Dynamic: requires-dist
|
16
29
|
Dynamic: requires-python
|
17
30
|
Dynamic: summary
|
18
31
|
|
@@ -85,7 +98,7 @@ First, create a virtual environment with conda or venv (ask ChatGPT if you need
|
|
85
98
|
|
86
99
|
In your virtual environment, install ras-commander using pip:
|
87
100
|
```
|
88
|
-
pip install h5py numpy pandas requests tqdm scipy xarray geopandas matplotlib
|
101
|
+
pip install h5py numpy pandas requests tqdm scipy xarray geopandas matplotlib ipython tqdm psutil shapely fiona pathlib rtree rasterstats
|
89
102
|
pip install --upgrade ras-commander
|
90
103
|
```
|
91
104
|
If you have dependency issues with pip (especially if you have errors with numpy), try clearing your local pip packages 'C:\Users\your_username\AppData\Roaming\Python\' and then creating a new virtual environment.
|
@@ -26,9 +26,9 @@ ras_commander/RasPrj.py,sha256=9F0UVQZ2RfjhDf5717aJcEChL6z5BD8agGWAlUvqe0E,37472
|
|
26
26
|
ras_commander/RasToGo.py,sha256=TKujfaV1xQhFaOddF4g2ogGy6ky-CLlfelSMPD2J3Nk,1223
|
27
27
|
ras_commander/RasUnsteady.py,sha256=KfCXAag-_bPwwS3JbPZH-s4hbaoHACO0mlRnGrzbFgA,32092
|
28
28
|
ras_commander/RasUtils.py,sha256=P2-aBL61kdRINsjnBpstZVD6VVc7hI_D3RUXqr6ldmc,34863
|
29
|
-
ras_commander/__init__.py,sha256=
|
30
|
-
ras_commander-0.
|
31
|
-
ras_commander-0.
|
32
|
-
ras_commander-0.
|
33
|
-
ras_commander-0.
|
34
|
-
ras_commander-0.
|
29
|
+
ras_commander/__init__.py,sha256=D13vpRve2QqdSGSAivUcmJpmtc97Vph9XeBMr1qnZxM,2069
|
30
|
+
ras_commander-0.55.0.dist-info/LICENSE,sha256=_pbd6qHnlsz1iQ-ozDW_49r86BZT6CRwO2iBtw0iN6M,457
|
31
|
+
ras_commander-0.55.0.dist-info/METADATA,sha256=3Si71P8rhLj1BtbUu8CwA2V9xxz5_ox2x1KbruOOYUA,22275
|
32
|
+
ras_commander-0.55.0.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
|
33
|
+
ras_commander-0.55.0.dist-info/top_level.txt,sha256=i76S7eKLFC8doKcXDl3aiOr9RwT06G8adI6YuKbQDaA,14
|
34
|
+
ras_commander-0.55.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|