From 21a1e5d439b3fbb6f68c411bddb4bb912438a1be Mon Sep 17 00:00:00 2001 From: mrsll Date: Wed, 23 Sep 2026 17:13:54 -0500 Subject: [PATCH] WeatherNext 2 quickstart: read the production catalog Drop the staging catalog override so the combined historical + operational quickstart opens both collections from the production catalog like every other quickstart. Requires dynamical-org/dynamical-stac#132 to be merged and uploaded first; until then dynamical_catalog.open raises UnknownDatasetError. --- ...athernext2-forecast-historical+operational-virtual.ipynb | 6 ------ 1 file changed, 6 deletions(-) diff --git a/google-weathernext2-forecast-historical+operational-virtual.ipynb b/google-weathernext2-forecast-historical+operational-virtual.ipynb index 02201f1..c2b80f6 100644 --- a/google-weathernext2-forecast-historical+operational-virtual.ipynb +++ b/google-weathernext2-forecast-historical+operational-virtual.ipynb @@ -696,12 +696,6 @@ } ], "source": [ - "import os\n", - "\n", - "os.environ.setdefault(\n", - " \"DYNAMICAL_STAC_CATALOG_URL\", \"https://stac-staging.dynamical.org/catalog.json\"\n", - ")\n", - "\n", "import cartopy.crs as ccrs\n", "import dynamical_catalog\n", "\n",