Subset with WKT: "The specified region, if not null, must intersect with the image's bounds"

Hello,

I’m still struggling with subset… Is someone using it with WKT polygon ?

I draw my polygon, (for later on, I have a script generating automaticly wkt) but stil this error coming out aborting process:
" The specified region, if not null, must intersect with the image’s bounds "

Yet:
image

here the xml:

< node id=“Subset”>
< operator >Subset
< sources>
< sourceProduct refid=“Back-Geocoding”/>
< /sources>
< parameters class=“com.bc.ceres.binding.dom.XppDomElement”>
< sourceBands>i_IW2_VV_mst_23Nov2019, q_IW2_VV_mst_23Nov2019, Intensity_IW2_VV_mst_23Nov2019 , derampDemodPhase_mst_23Nov2019 ,i_IW2_VV_slv1_29Dec2019, q_IW2_VV_slv1_29Dec2019, Intensity_IW2_VV_slv1_29Dec2019,derampDemodPhase_slv1_29Dec2019< /sourceBands>
< region>0,0,0,0< /region>
< referenceBand/>
< geoRegion>POLYGON ((4.6105475425720215 48.72045135498047, 5.22920560836792 48.72045135498047, 5.22920560836792 48.4111213684082, 4.6105475425720215 48.4111213684082, 4.6105475425720215 48.72045135498047, 4.6105475425720215 48.72045135498047))< /geoRegion>
< subSamplingX>1< /subSamplingX>
< subSamplingY>1< /subSamplingY>
< fullSwath>false< /fullSwath>
< tiePointGridNames/>
< copyMetadata>true< /copyMetadata>
< /parameters>
< /node>

any idea ?

Bonus question: Is that possible to let < /sourceBands> empty, then it takes all sources disponible ? :slight_smile:

Thanks a lot!
Ari

you cannot subset SLC data before you have applied TOPS Deburst

2 Likes