From fbf4b82bfacfe0b13ee8f24b5a67929a9cf68a35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20M=C3=BChlbauer?= Date: Mon, 25 Sep 2023 09:59:54 +0200 Subject: [PATCH] MIN: spatial_ref -> crs_wkt --- notebooks/basics/wradlib_workflow.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/basics/wradlib_workflow.ipynb b/notebooks/basics/wradlib_workflow.ipynb index 7f1625c7..d382fc76 100644 --- a/notebooks/basics/wradlib_workflow.ipynb +++ b/notebooks/basics/wradlib_workflow.ipynb @@ -196,7 +196,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "We have the ability to easily georeference all radar bins (here with an azimuthal equidistant projection). This adds the projection as `spatial_ref` coordinate to the Dataset/DataArray." + "We have the ability to easily georeference all radar bins (here with an azimuthal equidistant projection). This adds the projection as `crs_wkt` coordinate to the Dataset/DataArray." ] }, {