rapid_epsg: Get the EPSG reference coordinate

Description Usage Arguments Value Examples

Description

Get the EPSG reference coordinate

Usage

1

Arguments

xml

An XML document

Value

A SpatialPoints of central coordinates from Rapideye tile

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
library(xml2)

xml.file <- list.files(
  system.file("extdata", package="rapidr"),
  pattern = ".xml", full.names = TRUE
)

x <- read_xml(xml.file)

rapid_epsg(x)

italocegatta/rapidr documentation built on May 18, 2019, 5:52 a.m.