From ba15cf9d62efae2ed5e6d39a3714730037c31e00 Mon Sep 17 00:00:00 2001 From: Gustavo Hidalgo Date: Wed, 7 Feb 2024 10:57:41 -0500 Subject: [PATCH] Use production endpoint --- datasets/io-lulc/io-lulc-annual-v02-example.ipynb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/datasets/io-lulc/io-lulc-annual-v02-example.ipynb b/datasets/io-lulc/io-lulc-annual-v02-example.ipynb index 8d0c679f..6e533da5 100755 --- a/datasets/io-lulc/io-lulc-annual-v02-example.ipynb +++ b/datasets/io-lulc/io-lulc-annual-v02-example.ipynb @@ -64,8 +64,7 @@ "outputs": [], "source": [ "catalog = pystac_client.Client.open(\n", - " \"https://planetarycomputer-test.microsoft.com/stac\",\n", - " # \"https://planetarycomputer.microsoft.com/api/stac/v1\",\n", + " \"https://planetarycomputer.microsoft.com/api/stac/v1\",\n", " modifier=planetary_computer.sign_inplace,\n", ")" ]