fix: remove unsupported sortby from CDSE catalog request
This commit is contained in:
@@ -66,7 +66,6 @@ class SentinelHubClient
|
||||
'datetime' => "{$dateStr}T00:00:00Z/{$dateStr}T23:59:59Z",
|
||||
'collections' => [$collection],
|
||||
'limit' => 1,
|
||||
'sortby' => [['field' => 'eo:cloud_cover', 'direction' => 'asc']],
|
||||
],
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user