prepInputsLCC | R Documentation |
prepInputs
for Canadian LCC dataA wrapper around prepInputs
for the Canadian Land Cover Classification product(s).
prepInputsLCC(
year = 2010,
destinationPath = asPath("."),
method = c("ngb", "near"),
filename2 = NULL,
...
)
year |
Numeric, either 2010 or 2015. See note re: backwards compatibility for 2005. |
destinationPath |
Character string of a directory in which to download
and save the file that comes from |
method |
passed to terra::intersect or raster::intersect, and reproducible::prepInputs |
filename2 |
passed to reproducible::prepInputs |
... |
Arguments passed to |
As of May 2021, NRCAN no longer provides/hosts the LCC2005 data. A privately hosted version of the data is available to maintain backwards compatibility, but new users/projects should use the 2010 (or newer) data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.