Collection, aggregation, and cataloging of NOAA post-storm emergency response imagery.
Project description
Post-Storm Imagery Collection
Collection, aggregation, and cataloging of NOAA post-storm emergency response imagery.
This package helps users (researchers, managers, etc.) download, analyze, and store aerial imagery taken after hurricane events that have impacted the USA.
Team Members
- Matthew Moretz
- Daniel Foster
- John Weber
- Rinty Chowdhury
- Shah Nafis Rafique
- Evan Goldstein
- Somya Mohanty
Usage
Quick Start:
- Install Python 3.6, 3.7, or 3.8 (Download Here)
- Run
pip3 install psi-collect
in your favorite terminal - Run
pstorm collect -h
for help on collecting images orpstorm catalog -h
for help on cataloging local archives
Check out the documentation for Collecting and Cataloging images to see some examples
Contributing / Developing
Code of Conduct
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.
Code Conventions
Before committing to the repository please read the project Code Conventions.
Project Pre-Requisites
- Python 3.6, 3.7, or 3.8 (Download Here)
- Pipenv (Run
pip install pipenv
) - You will need to add the module path
<parent dir>/psi-collect/psicollect/
to yourPYTHONPATH
(See Configuring Module)
If you get an error message that looks something like Module not found: "psicollect"
,
then the PYTHONPATH
is not configured correctly!
You will need this in order to run the project.
Installing Dependencies for Development
- Change current directory (
cd
) topsi-collect/
(the project root) - Run
pipenv install --dev
to install dependencies - Run
pre-commit install
to install style checking when committing
Testing the Collect Script
- Change current directory to the collector module (
cd collector/
) - Either use
pipenv run collect.py <args>
orpipenv shell
thencollect.py <args>
- In addition tests can be run using
pytest
from the project root directory
The arguments for collect.py
are listed here
Data Source 💾
- NOAA landing page for the post-storm Emergency Response Imagery, here
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file psi-collect-1.0.4.tar.gz
.
File metadata
- Download URL: psi-collect-1.0.4.tar.gz
- Upload date:
- Size: 24.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8ba76080f18cfc2849d70f2dd956505cdaeab3e8252a9121209315395df5d288 |
|
MD5 | a167aad1381e7e288ba57eb08db39c34 |
|
BLAKE2b-256 | 860582ae1f6cb6ab04e866fcbe5e454217c791c6b5046f84678326421554a447 |