ras-commander 0.51.0__tar.gz → 0.52.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.51.0/ras_commander.egg-info → ras_commander-0.52.0}/PKG-INFO +11 -8
- {ras_commander-0.51.0 → ras_commander-0.52.0}/README.md +2 -6
- {ras_commander-0.51.0 → ras_commander-0.52.0}/ras_commander/HdfBase.py +344 -307
- ras_commander-0.52.0/ras_commander/HdfFluvialPluvial.py +554 -0
- {ras_commander-0.51.0 → ras_commander-0.52.0}/ras_commander/HdfMesh.py +461 -461
- {ras_commander-0.51.0 → ras_commander-0.52.0}/ras_commander/HdfUtils.py +434 -434
- {ras_commander-0.51.0 → ras_commander-0.52.0}/ras_commander/HdfXsec.py +56 -38
- {ras_commander-0.51.0 → ras_commander-0.52.0}/ras_commander/RasPrj.py +93 -55
- {ras_commander-0.51.0 → ras_commander-0.52.0/ras_commander.egg-info}/PKG-INFO +11 -8
- {ras_commander-0.51.0 → ras_commander-0.52.0}/setup.py +1 -1
- ras_commander-0.51.0/ras_commander/HdfFluvialPluvial.py +0 -309
- {ras_commander-0.51.0 → ras_commander-0.52.0}/LICENSE +0 -0
- {ras_commander-0.51.0 → ras_commander-0.52.0}/pyproject.toml +0 -0
- {ras_commander-0.51.0 → ras_commander-0.52.0}/ras_commander/Decorators.py +0 -0
- {ras_commander-0.51.0 → ras_commander-0.52.0}/ras_commander/HdfBndry.py +0 -0
- {ras_commander-0.51.0 → ras_commander-0.52.0}/ras_commander/HdfInfiltration.py +0 -0
- {ras_commander-0.51.0 → ras_commander-0.52.0}/ras_commander/HdfPipe.py +0 -0
- {ras_commander-0.51.0 → ras_commander-0.52.0}/ras_commander/HdfPlan.py +0 -0
- {ras_commander-0.51.0 → ras_commander-0.52.0}/ras_commander/HdfPlot.py +0 -0
- {ras_commander-0.51.0 → ras_commander-0.52.0}/ras_commander/HdfPump.py +0 -0
- {ras_commander-0.51.0 → ras_commander-0.52.0}/ras_commander/HdfResultsMesh.py +0 -0
- {ras_commander-0.51.0 → ras_commander-0.52.0}/ras_commander/HdfResultsPlan.py +0 -0
- {ras_commander-0.51.0 → ras_commander-0.52.0}/ras_commander/HdfResultsPlot.py +0 -0
- {ras_commander-0.51.0 → ras_commander-0.52.0}/ras_commander/HdfResultsXsec.py +0 -0
- {ras_commander-0.51.0 → ras_commander-0.52.0}/ras_commander/HdfStruc.py +0 -0
- {ras_commander-0.51.0 → ras_commander-0.52.0}/ras_commander/LoggingConfig.py +0 -0
- {ras_commander-0.51.0 → ras_commander-0.52.0}/ras_commander/RasCmdr.py +0 -0
- {ras_commander-0.51.0 → ras_commander-0.52.0}/ras_commander/RasExamples.py +0 -0
- {ras_commander-0.51.0 → ras_commander-0.52.0}/ras_commander/RasGeo.py +0 -0
- {ras_commander-0.51.0 → ras_commander-0.52.0}/ras_commander/RasGpt.py +0 -0
- {ras_commander-0.51.0 → ras_commander-0.52.0}/ras_commander/RasMapper.py +0 -0
- {ras_commander-0.51.0 → ras_commander-0.52.0}/ras_commander/RasPlan.py +0 -0
- {ras_commander-0.51.0 → ras_commander-0.52.0}/ras_commander/RasToGo.py +0 -0
- {ras_commander-0.51.0 → ras_commander-0.52.0}/ras_commander/RasUnsteady.py +0 -0
- {ras_commander-0.51.0 → ras_commander-0.52.0}/ras_commander/RasUtils.py +0 -0
- {ras_commander-0.51.0 → ras_commander-0.52.0}/ras_commander/__init__.py +0 -0
- {ras_commander-0.51.0 → ras_commander-0.52.0}/ras_commander.egg-info/SOURCES.txt +0 -0
- {ras_commander-0.51.0 → ras_commander-0.52.0}/ras_commander.egg-info/dependency_links.txt +0 -0
- {ras_commander-0.51.0 → ras_commander-0.52.0}/ras_commander.egg-info/top_level.txt +0 -0
- {ras_commander-0.51.0 → ras_commander-0.52.0}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.2
|
2
2
|
Name: ras-commander
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.52.0
|
4
4
|
Summary: A Python library for automating HEC-RAS operations
|
5
5
|
Home-page: https://github.com/billk-FM/ras-commander
|
6
6
|
Author: William M. Katzenmeyer
|
@@ -8,6 +8,13 @@ Author-email: billk@fenstermaker.com
|
|
8
8
|
Requires-Python: >=3.10
|
9
9
|
Description-Content-Type: text/markdown
|
10
10
|
License-File: LICENSE
|
11
|
+
Dynamic: author
|
12
|
+
Dynamic: author-email
|
13
|
+
Dynamic: description
|
14
|
+
Dynamic: description-content-type
|
15
|
+
Dynamic: home-page
|
16
|
+
Dynamic: requires-python
|
17
|
+
Dynamic: summary
|
11
18
|
|
12
19
|
# RAS Commander (ras-commander)
|
13
20
|
|
@@ -24,11 +31,8 @@ Aaron Nichols, P.E., C.F.M.
|
|
24
31
|
|
25
32
|
## Don't Ask Me, Ask ChatGPT!
|
26
33
|
|
27
|
-
Before you read any further, you can [chat directly with ChatGPT
|
34
|
+
Before you read any further, you can [chat directly with ChatGPT.](https://chatgpt.com/g/g-TZRPR3oAO-ras-commander-library-assistant) about the library. Ask it anything, and it will use its tools to answer your questions and help you learn. You can even upload your own plan, unsteady and HDF files to inspect and help determine how to automate your workflows or visualize your results, although this ability is still limited in comparison to the provided library assistant.
|
28
35
|
|
29
|
-
There are also [AI Assistant Knowledge Bases](https://github.com/billk-FM/ras-commander/tree/main/ai_tools/assistant_knowledge_bases) with various versions available to directly use with large context LLM models such as Anthropic's Claude, Google Gemini and OpenAI's GPT4o and o1 models.
|
30
|
-
|
31
|
-
FUTURE: TEMPLATES are available to use with AI Assistant Notebooks to build your own automation tools. When used with large context models, these templates allow you to ask GPT to build a workflow from scratch to automate your projects.
|
32
36
|
|
33
37
|
## Background
|
34
38
|
The ras-commander library emerged from the initial test-bed of AI-driven coding represented by the HEC-Commander tools Python notebooks. These notebooks served as a proof of concept, demonstrating the value proposition of automating HEC-RAS operations. The transition from notebooks to a structured library aims to provide a more robust, maintainable, and extensible solution for water resources engineers.
|
@@ -51,9 +55,8 @@ ras-commander provides several AI-powered tools to enhance the coding experience
|
|
51
55
|
2. **[Purpose-Built Knowledge Base Summaries](https://github.com/billk-FM/ras-commander/tree/main/ai_tools/assistant_knowledge_bases)**: Up-to-date compilations of the documentation and codebase for use with large language models like Claude or GPT-4. Look in 'ai_tools/assistant_knowledge_bases/' in the repo.
|
52
56
|
|
53
57
|
3. **[Cursor IDE Integration](https://github.com/billk-FM/ras-commander/blob/main/.cursorrules)**: Custom rules for the Cursor IDE to provide context-aware suggestions and documentation. Just open the repository folder in Cursor. You can create your own folders "/workspace/, "/projects/", or "my_projects/" as these are already in the .gitignore, and place your custom scripts there for your projects. This will allow easy referencing of the ras-commander documents and individual repo files, the automatic loading of the .cursorrules file. Alternatvely, download the github repo into your projects folder to easily load documents and use cursor rules files.
|
54
|
-
4. **[
|
58
|
+
4. **[RAS-Commander Library Assistant](https://github.com/billk-FM/ras-commander/blob/main/library_assistant)**: A full-featured interface for multi-turn conversations, using your own API keys and the ras-commander library for context. The library assistant allows you to load your own scripts and chat with specific examples and/or function classes in the RAS-Commander library to effectively utilize the library's functions in your workflow.
|
55
59
|
|
56
|
-
These tools aim to streamline development and provide intelligent assistance when modeling with, and working with and revising the ras-commander library.
|
57
60
|
|
58
61
|
## Installation
|
59
62
|
|
@@ -13,11 +13,8 @@ Aaron Nichols, P.E., C.F.M.
|
|
13
13
|
|
14
14
|
## Don't Ask Me, Ask ChatGPT!
|
15
15
|
|
16
|
-
Before you read any further, you can [chat directly with ChatGPT
|
16
|
+
Before you read any further, you can [chat directly with ChatGPT.](https://chatgpt.com/g/g-TZRPR3oAO-ras-commander-library-assistant) about the library. Ask it anything, and it will use its tools to answer your questions and help you learn. You can even upload your own plan, unsteady and HDF files to inspect and help determine how to automate your workflows or visualize your results, although this ability is still limited in comparison to the provided library assistant.
|
17
17
|
|
18
|
-
There are also [AI Assistant Knowledge Bases](https://github.com/billk-FM/ras-commander/tree/main/ai_tools/assistant_knowledge_bases) with various versions available to directly use with large context LLM models such as Anthropic's Claude, Google Gemini and OpenAI's GPT4o and o1 models.
|
19
|
-
|
20
|
-
FUTURE: TEMPLATES are available to use with AI Assistant Notebooks to build your own automation tools. When used with large context models, these templates allow you to ask GPT to build a workflow from scratch to automate your projects.
|
21
18
|
|
22
19
|
## Background
|
23
20
|
The ras-commander library emerged from the initial test-bed of AI-driven coding represented by the HEC-Commander tools Python notebooks. These notebooks served as a proof of concept, demonstrating the value proposition of automating HEC-RAS operations. The transition from notebooks to a structured library aims to provide a more robust, maintainable, and extensible solution for water resources engineers.
|
@@ -40,9 +37,8 @@ ras-commander provides several AI-powered tools to enhance the coding experience
|
|
40
37
|
2. **[Purpose-Built Knowledge Base Summaries](https://github.com/billk-FM/ras-commander/tree/main/ai_tools/assistant_knowledge_bases)**: Up-to-date compilations of the documentation and codebase for use with large language models like Claude or GPT-4. Look in 'ai_tools/assistant_knowledge_bases/' in the repo.
|
41
38
|
|
42
39
|
3. **[Cursor IDE Integration](https://github.com/billk-FM/ras-commander/blob/main/.cursorrules)**: Custom rules for the Cursor IDE to provide context-aware suggestions and documentation. Just open the repository folder in Cursor. You can create your own folders "/workspace/, "/projects/", or "my_projects/" as these are already in the .gitignore, and place your custom scripts there for your projects. This will allow easy referencing of the ras-commander documents and individual repo files, the automatic loading of the .cursorrules file. Alternatvely, download the github repo into your projects folder to easily load documents and use cursor rules files.
|
43
|
-
4. **[
|
40
|
+
4. **[RAS-Commander Library Assistant](https://github.com/billk-FM/ras-commander/blob/main/library_assistant)**: A full-featured interface for multi-turn conversations, using your own API keys and the ras-commander library for context. The library assistant allows you to load your own scripts and chat with specific examples and/or function classes in the RAS-Commander library to effectively utilize the library's functions in your workflow.
|
44
41
|
|
45
|
-
These tools aim to streamline development and provide intelligent assistance when modeling with, and working with and revising the ras-commander library.
|
46
42
|
|
47
43
|
## Installation
|
48
44
|
|