Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

getProjection

It reads the CRS metadata utilzed in a GEOtop Simulation


Description

It reads the CRS metadata utilzed in a GEOtop Simulation

Usage

getProjection(x, cond = TRUE, ...)

Arguments

x

name and full path of the file containimg CRS information

cond

logical value. If FALSE the function returns NA. Default is TRUE.

...

futher arguments

Value

A string corresponding the projection and CRS if the argument cond is TRUE.

Examples

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)

geotopbricks

An R Plug-in for the Distributed Hydrological Model GEOtop

v1.5.4
GPL (>= 2)
Authors
Emanuele Cordano, Daniele Andreis, Fabio Zottele
Initial release
2020-02-10

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.