R/geography.R
validate_coord.Rd
validate_coord()
compares a coordinate pair (in decimal
degrees) to the polygon for a park unit as provided through the NPS
Units rest services. The function returns a value of TRUE or FALSE.
validate_coord(unit_code, lat, lon)
if (FALSE) { # \dontrun{
validate_coord("OBRI", 36.07951, -84.65610)
} # }