Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 654 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 654 Bytes

NHCI-drifter-data

Drifter data aggregation and visualization for the NOPP Hurricane Coastal Impacts project.

How to get started

  1. 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
  2. Navigate into that directory, and create a virtual environment
    cd NHCI-drifter-data
    python3 -m venv ./.venv
  3. Start the virtual environment
    source ./.venv/bin/activate
  4. Install/setup dependencies
    pip3 install -r requirements/development.txt