NOAA-OWP/ras2fim

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)

  1. Clone the V1 branch
    git clone https://github.com/NOAA-OWP/ras2fim.git -b V1

  2. Download all data mentioned in the file, Install.md, from ESIP (s3://noaa-owp-fim-ras2fim/):

    • OWP_ras_models
    • inputs
    • output_ras2fim
    • ras2fim_releases
  3. Create and Activate Conda Environment (as described in Install.md)

    • Modify environment.yml to have the correct "prefix" value for my installation
  4. 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

imagefull_script_output.txt

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?