View source: R/compute_copernicus_land_cover.R
get_copernicus_land_cover | R Documentation |
Download Copernicus Global Land Cover rasters with 23 discrete classifications for the desired year from 2015 to 2019 and for the desired grid
get_copernicus_land_cover(year = NULL, grid = NULL, file_path = NULL)
year |
year (2015 to 2019) |
grid |
20*20 Latlon grid (e.g. "W120N40") |
file_path |
path location |
copernicus land cover rasters
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.