create_spatialPoint: spatial point

Description Usage Arguments Details Value Author(s)

View source: R/spatial_point.R

Description

create a sf spatial point in RD New coordinates

Usage

1
create_spatialPoint(X, Y, LONLAT)

Arguments

X

X coordidnate in RD New or WGS84 (LON)

Y

Y coordidnate in RD New or WGS84 (LAT)

LONLAT

Optional. Default FALSE. Set to TRUE if X and Y are in Longitude and Latitude format. Output will be in RD New format.

Details

Create a sf spatial point from X/Y or LAT?LON coordinates

Value

sf spatial point in RD New coordinates format

Author(s)

Jelle Stuurman create_spatialPoint(X = , Y = , LAT LON = TRUE)


Jellest/wmoSC documentation built on July 31, 2019, 12:34 p.m.