Skip to contents

Transform native TIGER/Line lat-long features to UTM features

Usage

transform_tiger_to_utm(
  .tiger_features,
  longitude_label = "INTPTLON",
  datum = "NAD83"
)

Arguments

.tiger_features

a shapefile from the Census' TIGER/Line database

longitude_label

optional, the column with longitudes, defaults to "INTPTLON"

datum

optional, the datum that the shapefile uses, defaults to "NAD83

Value

a <sf::sf> object