Hi Chung,
Thank you for your response. I rectified my mistake and got a new subscription running for the 4 band data using ‘analytic_sr_udm2’, but on completion it does not return any deliveries. When I do a native search using the same parameters, as mentioned here, I can see search results (117 results found) and thumbnails of satellite images.
How can I correct this? Here is the input JSON:
{
"bounds": {
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
-7.04180170946644,
52.1580384042705
],
[
-7.04226633102818,
52.1520757608948
],
[
-7.03506469682117,
52.1478941668391
],
[
-7.0359165030177,
52.1443320681991
],
[
-7.03467751218638,
52.1417766496095
],
[
-7.03196721974288,
52.1407699695591
],
[
-7.03521957067508,
52.135426821599
],
[
-7.03498725989421,
52.1321744706668
],
[
-7.02290709928889,
52.1360463170147
],
[
-7.02631432407501,
52.1402279110704
],
[
-7.01818344674451,
52.1424735819521
],
[
-7.01864806830625,
52.14812647762
],
[
-7.03498725989421,
52.1585804627592
],
[
-7.04180170946644,
52.1580384042705
]
]
],
[
[
[
-7.05606521111935,
52.1852312759052
],
[
-7.05319855565026,
52.1799149330353
],
[
-7.04913311698501,
52.1777258506771
],
[
-7.04037678755218,
52.1901827717155
],
[
-7.04517192033683,
52.192893064159
],
[
-7.05132219934323,
52.1873682372549
],
[
-7.05299007161615,
52.1862215750673
],
[
-7.05606521111935,
52.1852312759052
]
]
]
]
},
"properties": {}
},
"data": [
{
"dataFilter": {
"timeRange": {
"from": "2018-03-01T00:00:00Z",
"to": "2020-03-01T00:00:00Z"
},
"maxCloudCoverage": 100,
"nativeFilter": {
"type": "AndFilter",
"config": [
{
"type": "RangeFilter",
"config": {
"lte": 15
},
"field_name": "cloud_percent"
},
{
"type": "RangeFilter",
"config": {
"gte": 70
},
"field_name": "clear_percent"
},
{
"type": "StringInFilter",
"config": [
"standard"
],
"field_name": "quality_category"
},
{
"type": "PermissionFilter",
"config": [
"assets:download"
]
}
]
}
},
"itemType": "PSScene",
"productBundle": "analytic_sr_udm2",
"harmonizeTo": "NONE"
}
],
"provider": "PLANET"
}