Drifter data aggregation and visualization for the NOPP Hurricane Coastal Impacts project.
- Clone this repo. This will create a directory called
NHCI-drifter-data
wherever you run this command.git clone https://github.com/SASlabgroup/NHCI-drifter-data.git
- Navigate into that directory, and create a virtual environment
cd NHCI-drifter-data python3 -m venv ./.venv
- Start the virtual environment
source ./.venv/bin/activate
- Install/setup dependencies
pip3 install -r requirements/development.txt