R/crop_radolan_radial.R
coordinates_to_EPSG_4326.Rd
Coordinates to EPSG-4326
coordinates_to_EPSG_4326(latitude, longitude)
latitude
longitude
data.frame with columns lon and lat with CRS 4326
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)