latlong2eastnorth: Latitude and Longitude to Easting and Northing

Description Usage Arguments

Description

By default convert latitudes and longitudes in the WGS84 geodatum to eastings and northings in BC Albers projection.

Usage

1
2
3
latlong2eastnorth(data, long = "Longitude", lat = "Latitude",
  east = "Easting", north = "Northing", geodatum = "WGS84",
  projargs = "+init=epsg:3005")

Arguments

data

The data frame or spatial object with the locational information.

long

A string of the name of the column in data with the longitudes.

lat

A string of the name of the column in data with the latitudes.

east

A string of the name of the column to add to data with the eastings.

north

A string of the name of the column to add to data with the northings.

geodatum

A string of the geodatum for the longitudes and latitudes.

projargs

A string of the projection for the eastings and northings.


poissonconsulting/poismap documentation built on Feb. 18, 2021, 11:16 p.m.