Hi all,

I have a collection of Sentinel-2 images and several points within it.

In Google Colab, I would like to extract NDVI time series over these points through the whole collection and display these. I am able to retrieve the Sentinel-2 collection and add the NDVI as band within the collection, however I do not know how to extract the time series over my points only? I have attached the code at the end of this post.

Thanks! Alessandro 

This is how I retrieve the Sentinel-2 collection and add the NDVI layer. This part works:

#cloud masking def maskS2clouds(image):   qa = image.select('QA60'); 

#Bits 10 and 11 are clouds and cirrus, respectively.   cloudBitMask = 1 

More Alessandro Novellino's questions See All
Similar questions and discussions