leppott / MBSStools

Suite of tools for data manipulation and calculations for Maryland DNR MBSS program.
https://leppott.github.io/MBSStools/
GNU General Public License v3.0
3 stars 3 forks source link

Function to determine strata from lat-long #39

Closed leppott closed 3 years ago

leppott commented 3 years ago

Is your feature request related to a problem? Please describe. Most users won't know the strata for a given site but should have GIS coordinates. Keep users in the R environment instead of requiring GIS (of which most may not have access).

Describe the solution you'd like Build function to determine strata based on input coordinates.

Describe alternatives you've considered Access to GIS software is a high bar for most. Keep it simple and stay in R.

Additional context Use the absolute coordinates. Not checking for location on a blue line (stream). May add distance to blue line and/or edge of strata polygon.

leppott commented 3 years ago

Done. Just needs a review.

Questions to resolve:

  1. Add to vignette or make internal function.
leppott commented 3 years ago

Do not add to vignette, do not want to publicize function.