get_copernicus_land_cover: Get Copernicus Global Land Cover

View source: R/compute_copernicus_land_cover.R

get_copernicus_land_coverR Documentation

Get Copernicus Global Land Cover

Description

Download Copernicus Global Land Cover rasters with 23 discrete classifications for the desired year from 2015 to 2019 and for the desired grid

Usage

get_copernicus_land_cover(year = NULL, grid = NULL, file_path = NULL)

Arguments

year

year (2015 to 2019)

grid

20*20 Latlon grid (e.g. "W120N40")

file_path

path location

Value

copernicus land cover rasters

Examples



f <- ".." # path to the folder where you want to download the rasters
# Download global land cover rasters for the year 2019
get_copernicus_land_cover(year=2019, grid="W120N40", file_path=f)



Ohm-Np/openRspat documentation built on June 23, 2022, 3:03 p.m.