I'd like to export FeatureCollection(Aggregated NDVI data for some parcels) containing a property of type Image(cloud probabilty).
For each parcel I would like to have a row containing:
geometry date ndvi min_cloud_probability max_cloud_probability avg_cloud_probability For the last 3 values, I have a image, how could I extract this aggregated data?
Caption of FeatureCollection details (https://i.stack.imgur.com/clMoE.png)
Thank you!
I've tried Export.table.toDrive({ collection: medianNDVI, description: 'medianNDVI_values', fileFormat: 'CSV' });
For Cloud Probability I am getting: <Image<[probability]>> which is not readable