Hi,
i am processing sentinel-1 data with the python-api. Therefore I need mean intensity values e.g. a 10 days interval on an ongoing basis. This is necessary because sentinel-1 values are quite noisy over time and the “overall” trend is fairly enough (I cannot pick only one scene per interval).
For now I am retrieving data within my aoi with “wcs.get_data()” and calculate the mean values for my own. But this is quite data intensive. Does anybody know a simpler way to achieve this? Maybe the “time_delta” parameter? And it is important to get the pixel values, not only a feature information per aoi.
Many thanks to all helpful answers! 🙂