LongLatToUTM | R Documentation |
takes a data frame with lat and long in decimal degree format. Then returns a spatial dataframe that is in UTM format.
LongLatToUTM(df, zone = NULL)
df |
<data.frame> that has at least two columns labelled long lat |
zone |
<integer> zone for UTM. |
SpatialDataFrame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.