Learn R Programming

sharpshootR (version 2.4)

PLSS2LL: Lookup Geographic Coordinates for Public Land Survey System Descriptions

Description

Fetch geographic coordinates by Public Land Survey System (PLSS) description from the BLM PLSS web service. Coordinates represent the centroid of each PLSS aliquot defined in p.

Usage

PLSS2LL(p, plssid = "plssid")

Value

A data.frame of PLSS codes and coordinates.

Arguments

p

data.frame containing (at least) PLSS aliquot part identifiers. These can be generated by formatPLSS().

plssid

column name containing PLSS aliquot part identifiers.

Author

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

See Also

LL2PLSS(), formatPLSS()