View source: R/get.sf.points.R
get.geotop.points | R Documentation |
sf
object for Meteorological Stations or Control Points in a GEOtop simulationGet a sf
object for Meteorological Stations or Control Points in a GEOtop simulation
get.geotop.points(
prefix = c("MeteoStation", "CoordinatePoint"),
suffixes = c("Code", "Elevation", "Source"),
coord_suffixes = list(MeteoStation = c("CoordinateX", "CoordinateY"), CoordinatePoint =
c("X", "Y")),
wpath,
...,
vector_sep = ","
)
prefix |
keyword prefix |
suffixes |
keyword suffixes |
coord_suffixes |
coordinate keyword suffixes. Default is |
wpath |
GEOtop simulation path |
vector_sep , ... |
further arguments for |
###See simulation template: "https://github.com/ecor/geotopbricks_doc/tree/master/template/sumava"
wpath <- "https://raw.githubusercontent.com/ecor/geotopbricks_doc/master/template/sumava/"
## system.file("template/sumava",package="geotopbricks")
out <- get.geotop.points(wpath=wpath)
out <- get.geotop.points(prefix="CoordinatePoint",suffix=c("Code","Source"),wpath=wpath)
out <- get.geotop.points(prefix="MeteoStation",suffix=c("Code","Source"),wpath=wpath)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.