View source: R/extractVegComp_byLoc.R
extractVegComp_byLoc | R Documentation |
This function is to extract the attributes from vegcomp rank 1 layer from bcgw warehouse for given locations.
extractVegComp_byLoc( bcgwUserName, bcgwPassword, locationID, x_BCAlbers, y_BCAlbers, extractAttributes )
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 |
a data table with the attributes
Yong Luo
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.