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

extract.geotop.value.fromMapR Documentation

Getting values from a GEOtop Simulation Map

Description

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

Usage

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


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)


ecor/geotopOptim2 documentation built on April 19, 2023, 4:35 a.m.