Classification and analysis of post-storm response imagery.
Mentor: Dr. Evan B. Goldstein
Instructor: Dr. Somya Mohanty
We hope to foster an inclusive and respectful environment surrounding the contribution and discussion of our project. Make sure you understand our Code of Conduct.
Before committing to the repository please read the project Code Conventions.
- Python 3.6, 3.7, or 3.8 (Download Here)
- Pipenv (Run
pip install pipenv) - You will need to add the folder containing the
psicmodule (src/pythonby default) to yourPYTHONPATH(See Configuring Module)
If you get an error message that looks something like Module not found: "psic",
then the PYTHONPATH is not configured correctly!
You will need these in order to run the project.
- Change current directory (
cd) toPoststorm_Imagery/(the project root) - Run
pipenv installto install dependencies
- Change current directory to the collector module (
cd collector/) - Either use
pipenv run collect.py <args>orpipenv shellthencollect.py <args>
The arguments for collect.py are listed here