Learn R Programming

PuffR (version 0.1)

calmet_landuse_BTM_BC: Generate a vector of CALMET landuse categories from BC shapefile data

Description

Generate a vector of CALMET landuse categories from BC shapefile data.

Usage

calmet_landuse_BTM_BC(location_name, bbox_longlat, bbox_UTM, UTM_zone,
  UTM_hemisphere, cell_resolution_m, proj_string_longlat, proj_string_UTM,
  shapefile_dir)

Arguments

location_name
an assigned name for the CALMET domain.
bbox_longlat
a bounding box with latitude and longitude coordinates.
bbox_UTM
a bounding box with UTM coordinates.
UTM_zone
the UTM zone in which the domain resides.
UTM_hemisphere
the hemisphere, either north ("N") or south ("S") in which the domain resides.
cell_resolution_m
the cell resolution in meters.
proj_string_longlat
the chosen PROJ.4 string for the lat/lon coordinate system.
proj_string_UTM
the chosen PROJ.4 string for the UTM coordinate system.
shapefile_dir
the directory in which the BC BTM V1 landuse shapefile is stored.