dwief-usgs / hydrolink

This repository contains Python code that explores methods that link sampling and feature information to the NHDPlusV2 and NHDHR datasets and provides a level of certainty.
The Unlicense
10 stars 2 forks source link

Use nearest flowline as #1 or only priority? #2

Closed rviger-usgs closed 4 years ago

rviger-usgs commented 4 years ago

In many cases if the geospatial precision is known to be good it would be best to always select nearest flowline. Current methods only support name match as first criteria. Could create a 2nd list of points where the name match showed something different than the geometric analysis.

dwief-usgs commented 4 years ago

@rviger-usgs HydroLink now allows user to work against 2 methods for both High Resolution and Medium Resolution datasets. These options can also be accessed in the Hydrolinker command line tool as well.

image

dwief-usgs commented 4 years ago

included method parameter to allow user to select closest feature