etrsSurfacePar-SpatialPolygonsDataFrame-character-missing-numeric-method: Etrs (source or Ancillary) surface creation (Parrarel)

Description Usage Arguments Value

Description

Depending on each type of indicator or variable to be integrated within the reference grid, a different type of integration should be decided and tested. Besides the method finally chosen to integrate, it is important to highlight that indicator figures given by area unit, e.g. by square kilometre, should be converted considering that each cell has a total area of 1 km 2. plush Parallel computation Single Instruction, Multiple Data (SIMD) Parallel functions within an R script starts on single processor runs looped elements on multiple(total system cpus - 1) 'slave' processors returns results of all iterations to the original instance

Usage

1
2
3
  ## S4 method for signature 'SpatialPolygonsDataFrame,character,missing,numeric'
etrsSurfacePar(input.surface,
  over.method.type, surface.value.col, cell.size)

Arguments

over.method.type

"MaxArea" The Maximum area criteria: the cell takes the value of the unit which covers most of the cell area. It should be a good option for uncountable variables "PropCal" in proportional calculation the cell takes a calculated value depending on the values of the units falling inside and their share within the cell. This method seems very appropriate for countable variables

surface.value.col

the number of colum that keeps the relative density of a cell with land-cover some type

cell.size:

one of the resolutions of the grid that is 0.5m, 1m, 2.5m, 5m, 10m, 25m, 50m, 100m, 250m, 500m, 1Km, 2.5Km, 5Km, 10Km, 25Km, 50Km, 100Km

...

Value

an EtrsSurface


etsakl/DasyMapR documentation built on May 16, 2019, 9:07 a.m.