diff --git a/workflows/create_collection_zarr_exploratory_workflow_conus404-daily.ipynb b/workflows/create_collection_zarr_exploratory_workflow_conus404-daily.ipynb index 466c9248ae6f41814716efa512eb41109367c785..d41362a2d96da2a824f003d7f9dfc9f57f02af2c 100644 --- a/workflows/create_collection_zarr_exploratory_workflow_conus404-daily.ipynb +++ b/workflows/create_collection_zarr_exploratory_workflow_conus404-daily.ipynb @@ -498,7 +498,9 @@ "if 'metpy_crs' in ds.coords:\n", " ds = ds.drop_vars('metpy_crs')\n", "\n", - "# Microsoft Planetary Computer includes coorindates and crs as variables here: https://planetarycomputer.microsoft.com/dataset/daymet-annual-na\n", + "# Microsoft Planetary Computer includes coorindates and crs as variables here:\n", + "# https://planetarycomputer.microsoft.com/dataset/daymet-annual-na\n", + "# https://planetarycomputer.microsoft.com/api/stac/v1/collections/daymet-annual-na\n", "# we will keep those in the var list\n", "\n", "# create dictionary of dataset variables and associated dimensions\n",