readNLCD: Read National Land Cover Dataset of the USA

Description Usage Arguments Value Author(s) Examples

View source: R/readNLCD.R

Description

Reads the National Land Cover Dataset of the Mulit-resolution Land Characteristics Consortium (MRLC) for the USA.

Usage

1
readNLCD(years=NULL, types=NULL, reproject=F, multicore=T)

Arguments

years

Specify the year the data is to be read. Available are 1992, 2001, 2006 and 2011. This does not necessarily equal the year the data is representative for.

types

Land-cover type. If specified only

reproject

If TRUE, data is reprojected to WGS84 (lat/long)

multicore

If TRUE, several cores are used to reclassify the data

Value

If one or more types are specified a list of raster stacks. Otherwise simply a raster stack

Author(s)

Ulrich Kreidenweis

Examples

1
## Not run: readNLCD()

pik-piam/geodata documentation built on Nov. 5, 2019, 12:21 a.m.