powered by
It reads the CRS metadata utilzed in a GEOtop Simulation
getProjection(x, cond = TRUE, ...)
name and full path of the file containimg CRS information
logical value. If FALSE the function returns NA. Default is TRUE.
FALSE
NA
TRUE
futher arguments
A string corresponding the projection and CRS if the argument cond is TRUE.
cond
# NOT RUN { library(geotopbricks) wpath <- "http://www.rendena100.eu/public/geotopbricks/simulations/idroclim_test1" x <- paste(wpath,"geotop.proj",sep="/") crs <- getProjection(x) # }
Run the code above in your browser using DataLab