WikiWatershed / rapid-watershed-delineation

Rapid Watershed Delineation Code for MMW2
Apache License 2.0
12 stars 6 forks source link

Update API to support NHD #36

Closed kdeloach closed 8 years ago

kdeloach commented 8 years ago

Overview

Exposes a new RWD API endpoint for NHD Region 2 data.

Testing Instructions

  1. Checkout this branch
  2. Checkout WikiWatershed/docker-rwd#19
  3. From the docker-rwd project, run:

    RWD_DATA=/opt/rwd-data/nhd ./scripts/run.sh

    (Where RWD_DATA points to a folder containing NHD Region 2 data; See #34)

  4. Run:

    curl http://localhost:5000/rwd-nhd/42.53903047967409/-77.55971981686719

    Notes

Remaining work:

Depends on WikiWatershed/docker-rwd#19

Connects #29 Connects #34

kdeloach commented 8 years ago

Should also be noted that since NHD data uses a different projection from the original RWD, there will be data conflicts. We'll need to maintain both sets of data, and the code will need to be updated to use the correct folder depending on which RWD function to run.

mmcfarland commented 8 years ago

Closing in favor of #37 (moved to origin branch to allow collaboration.)