From 6b1f071bdc07baee70a7f3661a29501edd66ff97 Mon Sep 17 00:00:00 2001 From: raphaelrpl Date: Wed, 13 Mar 2024 13:24:17 -0300 Subject: [PATCH] :bug: fix landsat collection visibility --- landsat.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/landsat.json b/landsat.json index 57990a6..9cd5822 100644 --- a/landsat.json +++ b/landsat.json @@ -49,8 +49,8 @@ "summaries": { "platform": ["Landsat-4", "Landsat-5", "Landsat-7", "Landsat-8", "Landsat-9"] }, - "is_public": false, - "is_available": false, + "is_public": true, + "is_available": true, "version": 2, "category": "eo", "version_predecessor": null,