R/getProjection.R
getProjection.Rd
It reads the CRS metadata utilized in a GEOtop Simulation
getProjection(x, cond = TRUE, ...)
A string corresponding the projection and CRS if the argument cond
is TRUE
.
library(geotopbricks)
wpath <- 'https://raw.githubusercontent.com/ecor/geotopbricks_doc/master/simulations/idroclim_test1'
## URL path (RAW VERSION) of
## https://github.com/ecor/geotopbricks_doc/tree/master/simulations/idroclim_test1
if (FALSE) { # \dontrun{
x <- paste(wpath,"geotop.proj",sep="/")
crs <- getProjection(x)
} # }