extract.geotop.value.fromMap: Getting values from a GEOtop Simulation Map

Description Usage Arguments See Also Examples

Description

This function extracts the values of one or more GEOtop maps in certain check point.

Usage

1
2
3
4
5
6
7
extract.geotop.value.fromMap(
  key,
  xykeys = c("PointFile", "HeaderCoordinatePointX", "HeaderCoordinatePointY"),
  wpath,
  inpts.file = "geotop.inpts",
  ...
)

Arguments

key

keywords related to the maps

xykeys

keywords keywords relate to the selected chck points where to extract the values. Default is c("Listpoint","HeaderCoordinatePointX","HeaderCoordinatePointY"), where the first keyword refers to the file with XY Coordinates of the check points, the second and the third ones refer to the headers of X and Y Coordinates respectively.

wpath, inpts.file, ...

arguments that are passed to get.geotop.inpts.keyword.value

See Also

get.geotop.inpts.keyword.value

Examples

1
2
3
4
5
6
7
8
wpath <- "/Users/ecor/Dropbox/R-packages/geotopOptim-stuff-SHALINI/exercise/simulation_template"

points <- extract.geotop.value.fromMap(key="SoilMapFile",wpath=wpath)
points0 <- extract.geotop.value.fromMap(key=c("SoilMapFile","DemFile"),wpath=wpath)

nopoints <- extract.geotop.value.fromMap(key="NoSoilMapFile",wpath=wpath)
nopoints0 <- extract.geotop.value.fromMap(key=c("NoSoilMapFile","DemFile"),wpath=wpath)
nopoints1 <- extract.geotop.value.fromMap(key=c("NoSoilMapFile","NoDemFile"),wpath=wpath)

EURAC-Ecohydro/geotopOptim2 documentation built on March 3, 2021, 4:56 a.m.