From 1d0369888832908d2538427f84a9a0cc76466099 Mon Sep 17 00:00:00 2001 From: Gwadaking Date: Wed, 1 Apr 2026 23:06:29 -0400 Subject: [PATCH] fix: remove unsupported sortby from CDSE catalog request --- backend/src/Service/SentinelHub/SentinelHubClient.php | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/src/Service/SentinelHub/SentinelHubClient.php b/backend/src/Service/SentinelHub/SentinelHubClient.php index 3c2c75d..6d2c621 100644 --- a/backend/src/Service/SentinelHub/SentinelHubClient.php +++ b/backend/src/Service/SentinelHub/SentinelHubClient.php @@ -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']], ], ]);