Learn R Programming

BIRDS (version 0.2.0)

getUTMproj: A wrapper around getUTMzone and produce a crs object string

Description

A wrapper around getUTMzone and produce a crs object string

Usage

getUTMproj(x)

Arguments

x

an object of class ‘OrganizedBirds’, ‘sf’ or ‘SpatialPointsDataFrame’

Value

a EPSG integer code for an appropriate UTM zone

Examples

Run this code
# NOT RUN {
  OB <- organizeBirds(bombusObs)
  getUTMproj(OB)
# }

Run the code above in your browser using DataLab