Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Running hazard search for entire Cybershake on Mahuika

...

You may wish to install python packages geopy, psycopg2, numpy, pyarrow, etc. Use pip install --user to install missing packages.

Code Block
pip install geopy, psycopg2, numpy, pyarrow --user



  1. Create a temporary directory. Let's say ~/tmp and copy 2 files to here 

    Code Block
    baes@mahuika02: ~/tmp$ cp /nesi/project/nesi00213/deploy/seisfinder2/CLI/hazard_search_config.ini .
    baes@mahuika02: ~/tmp$ cp /nesi/project/nesi00213/deploy/seisfinder2/CLI/hazard/mahuika/execute_hazard_search.sl .
    
    

     

     

  2. Go to ~/tmp and edit hazard_search_config.ini

...