I apologies for the many questions, and somewhat differing in topics, but it would be unpractical to split over different threads…
1- if you could kindly double check…
retrieving sentinel-1 data with processing api over a geometry with a bbox of 1000x1000 pxls, 2 polarization bands, float32, full sar processing options (terrain correction, speckle), 30 timestamps: 1000² / 512² * 2 / 3 * 2 * 2.5 * 2 * 30 = 762,94 PU
retrieving sentinel-2 data with processing api over a geometry with a bbox of 1000x1000 pxls, 11 bands, uint16, 36 timestamps: 1000² / 512² * 11 / 3 * 36 = 503.54 PU
2- do pixels outside of aoi geometry, masked as nodata, count towards PU calculation?
3- would SH api through copernicus dataspace and actual paid subscription interact in any way? Would it be possible using CDS to retrieve some data (catalog, statistical, even actual images) and then switch to paid SH for others, for example offline sentinel1?
4- how long does it generally take to obtain polarimetric data with processing api (assuming the above set up)?
5- in case of rare instances with bbox and overal PU larger than the limits (2500 pxls per dimension, 2000 PU per request if I recall) is it doable to split data retrieval (spatially and/or temporally) over multiple requests (remaining within per min limitations)? I fear Batch api might be a bit overkill at the moment…
6- PrePaid plans are equivalent to Basic but with a yearly pool of PUs correct? So they might be better suited for unevenly distributed workloads over the year?
7- Any plans for meteorological data or suggestions for other services that might easily integrate SH api?
Many thanks