Histogram of temporal statisical mean

Is it possible to general a histogram of mean value of a area over time? I see I can get statistical data for periods at a time, but I want just the mean value over time.
This is used to measure NDVI growth of an area for a time period.

Hi John,

There is already an example in the documentation that should help you here.

It is labelled maximum-monthly-ndvi but as you can see, in the request return, mean NDVI is returned as well. You should be able to adapt this script to measure your mean value over whatever time period you are interested in :slight_smile:

Great! I will take a look and modify the script.
Thank