From d80abdb17228012ebde5ce11dbe48ea3906eaae6 Mon Sep 17 00:00:00 2001 From: amsnyder <asnyder@usgs.gov> Date: Thu, 16 Feb 2023 21:16:28 -0600 Subject: [PATCH] add additional MSPC example link --- ..._collection_zarr_exploratory_workflow_conus404-daily.ipynb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/workflows/create_collection_zarr_exploratory_workflow_conus404-daily.ipynb b/workflows/create_collection_zarr_exploratory_workflow_conus404-daily.ipynb index 466c9248..d41362a2 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", -- GitLab