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", ")" ]