What is the difference between services.sentinel-hub.com and creodias.sentinel-hub.com catalog search endpoints?
I have another issue
https://services.sentinel-hub.com/api/v1/catalog/1.0.0/search returns result while
https://creodias.sentinel-hub.com/api/v1/catalog/1.0.0/search didn’t return results for the same body parameters
Search request body:
{
"collections": [
"sentinel-2-l2a"
],
"datetime": "2024-01-01T00:00:00Z/2024-01-01T23:59:59Z",
"intersects": {
"type": "Polygon",
"coordinates": [
[
[
39.194026,
21.535326
],
[
39.194026,
21.49013
],
[
39.243487,
21.49013
],
[
39.243487,
21.535326
],
[
39.194026,
21.535326
]
]
]
},
"filter": {
"op": ">=",
"args": [
{
"property": "eo:cloud_cover"
},
0
]
},
"filter-lang": "cql2-json"
}