extractVegComp_byLoc: Load the attributes from vegcomp rank 1 layer from bcgw...

View source: R/extractVegComp_byLoc.R

extractVegComp_byLocR Documentation

Load the attributes from vegcomp rank 1 layer from bcgw warehouse by location.

Description

This function is to extract the attributes from vegcomp rank 1 layer from bcgw warehouse for given locations.

Usage

extractVegComp_byLoc(
  bcgwUserName,
  bcgwPassword,
  locationID,
  x_BCAlbers,
  y_BCAlbers,
  extractAttributes
)

Arguments

bcgwUserName

character, Specifies a valid user name for bcgw database.

bcgwPassword

character, Specifies the password to the user name.

locationID

character, Specifies the location id.

x_BCAlbers

numeric, Specifies x coordinate for the location, It must be in BC albers projection.

y_BCAlbers

numeric, Specifies y coordinate for the location, It must be in BC albers projection.

extractAttributes

character, The attributes that are intended to extract from vegcomp layer. The entire list of attributes can be found at here

Value

a data table with the attributes

Author(s)

Yong Luo


bcgov/FAIBOracle documentation built on Feb. 10, 2023, 5:21 a.m.