LL2PLSS: LL2PLSS

View source: R/PLSS2LL.R

LL2PLSSR Documentation

LL2PLSS

Description

Uses latitude and longitude coordinates to return the PLSS section geometry from the BLM PLSS web service.

Usage

LL2PLSS(x, y, returnlevel = c("I", "S"))

Arguments

x

longitude coordinates (WGS84)

y

latitude coordinates (WGS84)

returnlevel

'S' for "Section" or 'I' for "Intersection" (subsections)

Details

This function accepts geographic coordinates and returns the PLSS fabric geometry to the quarter-quarter section. returnlevel defaults to 'I' which returns smallest intersected sectional aliquot geometry, 'S' will return the section geometry of the coordinates. See https://gis.blm.gov/arcgis/rest/services/Cadastral/BLM_Natl_PLSS_CadNSDI/MapServer for details.

Value

sf object with geometry and PLSS definition.

Note

This function requires the following packages: httr, jsonlite, and sp.

Author(s)

D.E. Beaudette, Jay Skovlin, A.G. Brown

See Also

PLSS2LL, formatPLSS


ncss-tech/sharpshootR documentation built on April 9, 2024, 4:27 a.m.