From c64f321b6836cb21571b942fcf936826e072d981 Mon Sep 17 00:00:00 2001 From: amsnyder <asnyder@usgs.gov> Date: Thu, 16 Feb 2023 20:39:37 -0600 Subject: [PATCH] remove degress vars added by metpy --- ...te_collection_zarr_exploratory_workflow_conus404-daily.ipynb | 2 +- 1 file changed, 1 insertion(+), 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 39815ffe..811727ab 100644 --- a/workflows/create_collection_zarr_exploratory_workflow_conus404-daily.ipynb +++ b/workflows/create_collection_zarr_exploratory_workflow_conus404-daily.ipynb @@ -474,7 +474,7 @@ "vars = [v for v in vars if v not in dims]\n", "\n", "# drop special vars we have added\n", - "added_vars = ['metpy_crs']\n", + "added_vars = ['metpy_crs', 'degree_north', 'degree_east']\n", "vars = [v for v in vars if v not in added_vars]\n", "\n", "# Microsoft Planetary Computer includes coorindates and crs as variables here: https://planetarycomputer.microsoft.com/dataset/daymet-annual-na\n", -- GitLab