Skip to contents

Coordinates to EPSG-4326

Usage

coordinates_to_EPSG_4326(latitude, longitude)

Arguments

latitude

latitude

longitude

longitude

Value

data.frame with columns lon and lat with CRS 4326

Examples

coordinates_to_EPSG_4326(latitude = 10, longitude = 50)
#> Simple feature collection with 1 feature and 0 fields
#> Geometry type: POINT
#> Dimension:     XY
#> Bounding box:  xmin: 50 ymin: 10 xmax: 50 ymax: 10
#> Geodetic CRS:  WGS 84
#>        geometry
#> 1 POINT (50 10)