Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 537 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 537 Bytes

SARBayes

Forecast lost person survival using wilderness search-and-rescue (WiSAR) data.

Setup

sudo pip3 install -r requirements.txt
ln -s data/isrid-snapshot-your-version-here.db data/isrid-master.db
  • Python 3 is preferred over Python 2.
  • Run all scripts from the src directory.
  • Generally, figures should be saved as SVGs.
  • Code and documentation style should comply with PEP8 and the Google Python Style Guide.