powered by
Uses lattitude and longitude coordinates to return the PLSS section geometry from the BLM PLSS web service.
LL2PLSS(x, y)
longitude coordinates
lattitude coordinates
list of of PLSS codes and coordinates.
list
This function takes xy coordinates and returns the PLSS section geometry to the quarter-quarter section.
PLSS2LL, formatPLSS
PLSS2LL
formatPLSS
# NOT RUN { library(sp) # create coordinates x <- -115.3823 y <- 48.88228 # fetch PLSS geometry for these coordinates p.plss <- LL2PLSS(x, y) # plot geometry plot(p.plss$geom) # }
Run the code above in your browser using DataLab