mergeOAData: Merge oracle and ascii data for vi_(a, ..i)

Description Usage Arguments Value Author(s)

View source: R/mergeOAData.R

Description

This function is to merge oracle and ascii data before the VRI compiler

Usage

1
2
mergeOAData(oracleSourcePath, asciiSourcePath, fizmapPath, fizmapName,
  fizmapFormat, outputPath)

Arguments

oracleSourcePath

character, Specifies the path that stores data from oracle data base. In VRI compiler, this should be the savePath for loadVGIS.

asciiSourcePath

character, Specifies the path that stores data from ascii data base. In VRI compiler, this should be the savePath for loadASCII.

fizmapPath

character, Specifies the path to forest inventory zone map. By default, it is set to //spatialfiles2.bcgov/work/for/vic/hts/dam/workarea/data/infrastructure, which is maintained by FAIB employee.

fizmapName

character, Specifies the name of forest inventory zone map. By default, it is set to FIZ_REG_COMPARTMENT, which is maintained by FAIB employee.

fizmapFormat

character, Specifies the format of forest inventory zone map. Currently, it can be specified as gdb for geodatabase format and shp for shapefile format. By default, it is set to gdb, which is maintained by FAIB employee.

outputPath

character, Specifies the path to save your outputs. If missing, the current working directory will be choosed.

Value

no item returned

Author(s)

Yong Luo


bcgov/BCForestGroundSample documentation built on May 25, 2019, 3:21 p.m.