USGS-WiM / NavigationServices

Network navigation REST web services used for NHDplus V2 network navigation
https://streamstats.usgs.gov/navigationservices
Other
0 stars 0 forks source link

Network Path functionality incorrect #24

Open USGSPMM3 opened 3 years ago

USGSPMM3 commented 3 years ago

The network path functionality is supposed to find the path between two separate basins. Here is the workflow of how it is supposed to work:

1.User selects two separate points

  1. A downstream trace is performed from each point.
  2. Any COMIDs that are common from the two separate traces are removed.
  3. The remaining COMIDs from the two traces then become the network path.

Currently the common COMIDs are not being removed and the path to the outlet (ocean) is being shown.

image