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

<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>ndvi</title>
</head>
<body>

  <!-- <iframe width="800" height="600" src="https://app.powerbi.com/view?r=eyJrIjoiM2RkZDRiNzQtYTdhMy00NGI0LThjZDgtMmY0YjI1MGI2MGFlIiwidCI6ImExZjUwYTk3LTIxYzAtNDlhNy1hOWQ0LWYyNDRlYmI0MmRhNyIsImMiOjR9" frameborder="0"></iframe> -->
  <iframe width="933" height="700" src="https://app.powerbi.com/view?r=eyJrIjoiMzI2ZGFmMmItNGVjYS00N2YwLTgyNTAtZDg4MDRhMGQ4MTNiIiwidCI6ImExZjUwYTk3LTIxYzAtNDlhNy1hOWQ0LWYyNDRlYmI0MmRhNyIsImMiOjR9" frameborder="0" allowFullScreen="true"></iframe>  
</body>
</html>