Hello!
We noticed that single date option when trying to create a subscription for Planet is not working. Even though we turn that switch on, the payload still has a timeRange.to
:
"data": [
{
"itemType": "PSScene",
"productBundle": "analytic_8b_sr_udm2",
"dataFilter": {
"timeRange": {
"from": "2022-02-03T00:00:00Z",
"to": "2022-04-25T23:59:59Z"
},
"maxCloudCoverage": 100
},
"harmonizeTo": "NONE"
}
]
(search request also keeps the to
so the search doesn’t find anything since from and to end up being defined as the same day)
We cannot even edit that manually and our subscription is getting created incorrectly. Also, with analytic_8b_sr_udm2
we could also user harmonizeTo
right? We would like to put the Sentinel-2
option there but we can’t do that either. The request is not being parsed when modified.
Is there any workaround for this right now? Or our best option would be to use an HTTP Client like Postman for now?
Besides this, we’ve noticed another bug that happens sometimes, where searching for Planet available data enters in an infinite requests loop:
Not exactly sure how this happens, but we need to cancel the search request to stop this. We just filled all the fields, mark the single date option and the search enters the loop (doesn’t happen every time).
Please, if there’s anything we’re missing on our side or if you need more info let us know.
Thanks!