Skip to content

Commit

Permalink
fixing sweep number
Browse files Browse the repository at this point in the history
  • Loading branch information
aladinor committed Nov 13, 2024
1 parent 327f6de commit 1691527
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/notebooks/NexradLevel2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
"metadata": {},
"outputs": [],
"source": [
"dtree[\"sweep_0\"].ds.DBZH.sortby(\"time\").plot(y=\"time\", cmap=\"HomeyerRainbow\")"
"dtree[\"sweep_4\"].ds.DBZH.sortby(\"time\").plot(y=\"time\", cmap=\"HomeyerRainbow\")"
]
},
{
Expand All @@ -236,7 +236,7 @@
"metadata": {},
"outputs": [],
"source": [
"dtree[\"sweep_0\"].ds.DBZH.plot(cmap=\"HomeyerRainbow\")"
"dtree[\"sweep_4\"].ds.DBZH.plot(cmap=\"HomeyerRainbow\")"
]
},
{
Expand Down Expand Up @@ -278,7 +278,7 @@
"metadata": {},
"outputs": [],
"source": [
"dtree[\"sweep_1\"][\"sweep_fixed_angle\"].values"
"dtree[\"sweep_8\"][\"sweep_fixed_angle\"].values"
]
},
{
Expand Down Expand Up @@ -324,7 +324,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.4"
"version": "3.12.7"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 1691527

Please sign in to comment.