sebdalgarno / haidawave

An R package to calculate wave exposure from fetch and wind data. Data for Laskeek Bay is included. README includes directions to download data for Haida Gwaii.
Other
1 stars 0 forks source link

nearest_point just returns the distance to the nearest point #7

Closed joethorley closed 7 years ago

joethorley commented 7 years ago

we need to either modify the text #' Find the nearest point and ID from one SpatialPointsDataFrame to another.

or modify the function.

sebdalgarno commented 7 years ago

Changed the description, rather than the function. The function is simply for flagging potentially wrong coordinates. The only purpose I see for adding ID is to find nearest wind station (i.e. identify the name of the station), but that is built into the wind_fetch function.