I’m calculating statistics using Statistical API on a BYOC collection, and getting the following section on the results JSON. I find the sum stat is missing. Is there a way to obtain it, getting the sum of all pixel values?
Unfortunately, Statistical API does not support the sum of all pixel values at the moment. However, there is an easy workaround to get the approximation via multiplying the mean and the sampleCount from the response of Statistical API.