The ras2fim.py Script Does Not Run Properly with the Provided Default Data
cwlyden opened this issue · 3 comments
Short description explaining the high-level reason for the new issue.
Current behavior
The script ras2fim.py does not run successfully with the provided default data
Expected behavior
The script ras2fim.py completes successfully with the provided default data
Steps to replicate behavior (include URLs)
-
Clone the V1 branch
git clone https://github.com/NOAA-OWP/ras2fim.git -b V1
-
Download all data mentioned in the file, Install.md, from ESIP (s3://noaa-owp-fim-ras2fim/):
- OWP_ras_models
- inputs
- output_ras2fim
- ras2fim_releases
-
Create and Activate Conda Environment (as described in Install.md)
- Modify environment.yml to have the correct "prefix" value for my installation
-
Run the script as described in the file: Install.md
python .\ras2fim.py -w 12090301 -p EPSG:2277 -mc "C:\ras2fim_data\OWP_ras_models\OWP_ras_models_catalog.csv"
Screenshots
Hi @cwlyden
This should be a problem in environment. Can you rerun one more time using "Anaconda Powershell Prompt" (not "Anaconda Prompt")?
Hi @cwlyden
Did using Anaconda Powershell Prompt help? Are you back on track?