R/copNDVI.R

#' Copernicus Long Term (1999-2017) NDVI Overview (5km)
#'
#' A `SpatRaster` (EPSG: 4326) of the global average NDVI value per pixel for the 21st of June over the period 1999-2017.
#' 
#' This dataset provides a long-term overview of the Normalised Difference Vegetation Index (NDVI) 
#' across the globe. Each pixel represents a 5 km area, with NDVI values ranging from 0 to 255.
#'
#' @format A `SpatRaster` containing the following elements:
#' \describe{
#'   \item{NDVI}{Normalised Difference Vegetation Index value (0-255) for each 5 km pixel. This index provides an indication of the presence of live green vegetation in the area.}
#' }
#' @source \url{https://land.copernicus.eu/en/products/vegetation}
#' @references \url{https://land.copernicus.eu/en/products/vegetation}
#' @name copNDVI
#' @docType data
#' @keywords datasets
#' @examples
#' copNDVI <- load_copNDVI()
NULL
mattmar/rasterdiv documentation built on Feb. 25, 2025, 5:59 p.m.