coord2shape: Create shape for a single coordinate

Description Usage Arguments

View source: R/coord2shape.R

Description

Create shape for a single coordinate

Usage

1
2
3
4
5
6
7
8
coord2shape(
  lat = NULL,
  long = NULL,
  out = DBChecks::temp.shp(),
  CRS = "+proj=longlat +datum=WGS84 +no_defs +ellps=WGS84 +towgs84=0,0,0",
  root = "C:/OSGeo4W64",
  EPSG = "EPSG:32632"
)

Arguments

lat

lat

long

long

out

By default temp file

CRS

CRS for given lat and long

root

root of QGIS installation. By default attempts to find it automatically

EPSG

EPSG code


mottensmann/DBChecks documentation built on Feb. 3, 2022, 9:21 p.m.