Responses

John

Hi, What if I wanted to use EVI as a function, similar to: var addNDVI = function(image) { var ndvi = image.normalizedDifference(['B5', 'B4']).rename('NDVI'); return image.addBands(ndvi); Cheers.

  • Aug 10, 2020 |

Leave your comment