Skip to content

Commit

Permalink
MNT: remove decoding
Browse files Browse the repository at this point in the history
  • Loading branch information
kmuehlbauer authored Nov 16, 2023
1 parent ec4903e commit 470b5bf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions notebooks/fileio/backends/cfradial1_backend.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"source": [
"## Georeferencing\n",
"\n",
"``sweep_mode`` is assigned coordinate, as we need it available on the DataArray. We have to properly decode it too."
"``sweep_mode`` is assigned coordinate, as we need it available on the DataArray."
]
},
{
Expand All @@ -134,7 +134,6 @@
"source": [
"swp = vol[\"sweep_0\"].ds\n",
"swp = swp.assign_coords(sweep_mode=swp.sweep_mode)\n",
"swp[\"sweep_mode\"].data = swp[\"sweep_mode\"].item().decode()\n",
"swp = swp.wrl.georef.georeference()\n",
"display(swp)"
]
Expand Down

0 comments on commit 470b5bf

Please sign in to comment.