block by aaizemberg ccc8b1af35b1bc6282c6

NDVI from RemotePixel

Full Screen

Remote Pixel | Landsat 8 ndvi series

https://remotepixel.ca/projects/landsat8ndvi.html

console.log("cloud,date,ndvi");
for (var i = 0; i < scope.ndvi_values.length; i++) { 
  console.log( scope.ndvi_values[i].cloud + "," + scope.ndvi_values[i].date + "," + scope.ndvi_values[i].ndvi );
}

index.html