ras-commander 0.53.0__tar.gz → 0.55.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.53.0/ras_commander.egg-info → ras_commander-0.55.0}/PKG-INFO +18 -5
- {ras_commander-0.53.0 → ras_commander-0.55.0}/README.md +1 -1
- {ras_commander-0.53.0 → ras_commander-0.55.0}/ras_commander/__init__.py +1 -1
- {ras_commander-0.53.0 → ras_commander-0.55.0/ras_commander.egg-info}/PKG-INFO +18 -5
- {ras_commander-0.53.0 → ras_commander-0.55.0}/ras_commander.egg-info/SOURCES.txt +1 -0
- ras_commander-0.55.0/ras_commander.egg-info/requires.txt +12 -0
- {ras_commander-0.53.0 → ras_commander-0.55.0}/setup.py +26 -8
- {ras_commander-0.53.0 → ras_commander-0.55.0}/LICENSE +0 -0
- {ras_commander-0.53.0 → ras_commander-0.55.0}/pyproject.toml +0 -0
- {ras_commander-0.53.0 → ras_commander-0.55.0}/ras_commander/Decorators.py +0 -0
- {ras_commander-0.53.0 → ras_commander-0.55.0}/ras_commander/HdfBase.py +0 -0
- {ras_commander-0.53.0 → ras_commander-0.55.0}/ras_commander/HdfBndry.py +0 -0
- {ras_commander-0.53.0 → ras_commander-0.55.0}/ras_commander/HdfFluvialPluvial.py +0 -0
- {ras_commander-0.53.0 → ras_commander-0.55.0}/ras_commander/HdfInfiltration.py +0 -0
- {ras_commander-0.53.0 → ras_commander-0.55.0}/ras_commander/HdfMesh.py +0 -0
- {ras_commander-0.53.0 → ras_commander-0.55.0}/ras_commander/HdfPipe.py +0 -0
- {ras_commander-0.53.0 → ras_commander-0.55.0}/ras_commander/HdfPlan.py +0 -0
- {ras_commander-0.53.0 → ras_commander-0.55.0}/ras_commander/HdfPlot.py +0 -0
- {ras_commander-0.53.0 → ras_commander-0.55.0}/ras_commander/HdfPump.py +0 -0
- {ras_commander-0.53.0 → ras_commander-0.55.0}/ras_commander/HdfResultsMesh.py +0 -0
- {ras_commander-0.53.0 → ras_commander-0.55.0}/ras_commander/HdfResultsPlan.py +0 -0
- {ras_commander-0.53.0 → ras_commander-0.55.0}/ras_commander/HdfResultsPlot.py +0 -0
- {ras_commander-0.53.0 → ras_commander-0.55.0}/ras_commander/HdfResultsXsec.py +0 -0
- {ras_commander-0.53.0 → ras_commander-0.55.0}/ras_commander/HdfStruc.py +0 -0
- {ras_commander-0.53.0 → ras_commander-0.55.0}/ras_commander/HdfUtils.py +0 -0
- {ras_commander-0.53.0 → ras_commander-0.55.0}/ras_commander/HdfXsec.py +0 -0
- {ras_commander-0.53.0 → ras_commander-0.55.0}/ras_commander/LoggingConfig.py +0 -0
- {ras_commander-0.53.0 → ras_commander-0.55.0}/ras_commander/RasCmdr.py +0 -0
- {ras_commander-0.53.0 → ras_commander-0.55.0}/ras_commander/RasExamples.py +0 -0
- {ras_commander-0.53.0 → ras_commander-0.55.0}/ras_commander/RasGeo.py +0 -0
- {ras_commander-0.53.0 → ras_commander-0.55.0}/ras_commander/RasGpt.py +0 -0
- {ras_commander-0.53.0 → ras_commander-0.55.0}/ras_commander/RasMapper.py +0 -0
- {ras_commander-0.53.0 → ras_commander-0.55.0}/ras_commander/RasPlan.py +0 -0
- {ras_commander-0.53.0 → ras_commander-0.55.0}/ras_commander/RasPrj.py +0 -0
- {ras_commander-0.53.0 → ras_commander-0.55.0}/ras_commander/RasToGo.py +0 -0
- {ras_commander-0.53.0 → ras_commander-0.55.0}/ras_commander/RasUnsteady.py +0 -0
- {ras_commander-0.53.0 → ras_commander-0.55.0}/ras_commander/RasUtils.py +0 -0
- {ras_commander-0.53.0 → ras_commander-0.55.0}/ras_commander.egg-info/dependency_links.txt +0 -0
- {ras_commander-0.53.0 → ras_commander-0.55.0}/ras_commander.egg-info/top_level.txt +0 -0
- {ras_commander-0.53.0 → ras_commander-0.55.0}/setup.cfg +0 -0
@@ -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.
|
@@ -67,7 +67,7 @@ First, create a virtual environment with conda or venv (ask ChatGPT if you need
|
|
67
67
|
|
68
68
|
In your virtual environment, install ras-commander using pip:
|
69
69
|
```
|
70
|
-
pip install h5py numpy pandas requests tqdm scipy xarray geopandas matplotlib
|
70
|
+
pip install h5py numpy pandas requests tqdm scipy xarray geopandas matplotlib ipython tqdm psutil shapely fiona pathlib rtree rasterstats
|
71
71
|
pip install --upgrade ras-commander
|
72
72
|
```
|
73
73
|
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.
|
@@ -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.
|
@@ -15,28 +15,46 @@ class CustomBuildPy(build_py):
|
|
15
15
|
print(f"Cleaned up: {pycache_dir}")
|
16
16
|
|
17
17
|
# Run the summary_knowledge_bases.py script
|
18
|
-
script_path = Path(__file__).parent / 'ai_tools' / '
|
19
|
-
|
18
|
+
script_path = Path(__file__).parent / 'ai_tools' / 'generate_llm_knowledge_bases.py'
|
19
|
+
try:
|
20
|
+
subprocess.run(['python', str(script_path)], check=True)
|
21
|
+
except subprocess.CalledProcessError:
|
22
|
+
print("Warning: Knowledge base generation script failed, continuing with build")
|
23
|
+
except FileNotFoundError:
|
24
|
+
print("Warning: Knowledge base generation script not found, continuing with build")
|
20
25
|
|
21
26
|
# Continue with the regular build process
|
22
27
|
super().run()
|
23
28
|
|
24
29
|
setup(
|
25
30
|
name="ras-commander",
|
26
|
-
version="0.
|
27
|
-
packages=
|
31
|
+
version="0.55.0",
|
32
|
+
packages=find_packages(),
|
28
33
|
include_package_data=True,
|
29
34
|
python_requires='>=3.10',
|
30
35
|
author="William M. Katzenmeyer",
|
31
|
-
author_email="
|
32
|
-
description="A Python library for automating HEC-RAS operations",
|
36
|
+
author_email="heccommander@gmail.com",
|
37
|
+
description="A Python library for automating HEC-RAS 6.x operations",
|
33
38
|
long_description=open('README.md').read(),
|
34
39
|
long_description_content_type="text/markdown",
|
35
|
-
url="https://github.com/
|
40
|
+
url="https://github.com/gpt-cmdr/ras-commander",
|
36
41
|
cmdclass={
|
37
42
|
'build_py': CustomBuildPy,
|
38
43
|
},
|
39
|
-
|
44
|
+
install_requires=[
|
45
|
+
'h5py',
|
46
|
+
'numpy',
|
47
|
+
'pandas',
|
48
|
+
'requests',
|
49
|
+
'tqdm',
|
50
|
+
'scipy',
|
51
|
+
'xarray',
|
52
|
+
'geopandas',
|
53
|
+
'matplotlib',
|
54
|
+
'shapely',
|
55
|
+
'pathlib',
|
56
|
+
'rasterstats',
|
57
|
+
])
|
40
58
|
|
41
59
|
"""
|
42
60
|
ras-commander setup.py
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|