It reads the CRS metadata utilzed in a GEOtop Simulation
It reads the CRS metadata utilzed in a GEOtop Simulation
getProjection(x, cond = TRUE, ...)
x |
name and full path of the file containimg CRS information |
cond |
logical value. If |
... |
futher arguments |
A string corresponding the projection and CRS if the argument cond
is TRUE
.
library(geotopbricks) wpath <- "https://www.rendena100.eu/public/geotopbricks/simulations/idroclim_test1" ## Not run: x <- paste(wpath,"geotop.proj",sep="/") crs <- getProjection(x) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.