point_coord_convert: Point coordinates convert

View source: R/point_coord_convert.R

point_coord_convertR Documentation

Point coordinates convert

Description

Convert coordinates of a given point from one CRS to another by setting EPSG codes

Usage

point_coord_convert(x, y, epsg_in = 32632, epsg_out = 4326)

Arguments

x

a number corresponding to x/lon coordinates of the point

y

a number corresponding to y/lat coordinate of the point

epsg_in

a number corresponding to EPSG code of initial CRS of the point, default from UTM32

epsg_out

a number corresponding to EPSG code of converted CRS of the point, default to WGS84

Value

dataframe of converted x/lon and y/lat coordinates of the point

Examples

point_coord_convert(738239.9, 5073656)
point_coord_convert(738239.9, 5073656, epsg_in = 32632, epsg_out = 32633)


maxbre/rfunctions documentation built on Nov. 19, 2022, 5:46 p.m.