El índice de vegetación normalizado (IVN; NDVI en inglés) que se calcula tomando los valores máximos para una composición de imágenes correspondientes a 16 días. Se contabilizan los 16 días a partir del 1º de enero de cada año, obteniéndose un total de 23 imágenes anuales.
Fechas consideradas para el siguiente informe
## [1] "001-2015.img" "017-2015.img" "033-2015.img" "049-2015.img"
## [5] "065-2015.img" "081-2015.img" "097-2015.img" "113-2015.img"
## [9] "129-2015.img" "145-2015.img" "161-2015.img" "177-2015.img"
## [13] "193-2015.img" "209-2015.img" "225-2015.img" "241-2015.img"
## [17] "257-2015.img" "273-2015.img" "289-2015.img" "305-2015.img"
## [21] "321-2015.img" "337-2015.img" "353-2015.img"
Poligonos dentro del registro KML
## [1] "Lotes"
## attr(,"driver")
## [1] "LIBKML"
## attr(,"nlayers")
## [1] 1
## OGR data source with driver: LIBKML
## Source: "data/Lotes.kml", layer: "Lotes"
## with 3 features
## It has 11 fields
## Warning in rgdal::readOGR(dsnv, layer = "Lotes"): Z-dimension discarded
Poligono a procesar
Procesando……..
Resultados
Disponible en https://github.com/ahernan/kml2ndvi/blob/master/kml2ndvi.R
R Markdown see http://rmarkdown.rstudio.com. When you click the Knit button a document will be generated that includes both content as well as the output of any embedded R code chunks within the document.