Skip to content

Commit 22341f3

Browse files
author
Andy Barrett
committed
update MODIS GPR plot
1 parent b32877f commit 22341f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

notebooks/SnowEx_ASO_MODIS_Snow/snow_tutorial_rendered.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11565,12 +11565,12 @@
1156511565
"cell_type": "markdown",
1156611566
"metadata": {},
1156711567
"source": [
11568-
"We define the bounding box of the SnowEx GPR data. In this case, we transform the SnowEx data to the MODIS coordinate system before clipping. We could skip this step and pass the SnowEx CRS to `clip` but this creates some missing values in the resulting clipped dataset because the clip region in WGS84 is a parallelagram when viewed in the MODIS Sinusoidal CRS."
11568+
"We define the bounding box of the SnowEx GPR data in the MODIS coordinate system. Then we use this `clip_region` to clip the MODIS snow cover."
1156911569
]
1157011570
},
1157111571
{
1157211572
"cell_type": "code",
11573-
"execution_count": 75,
11573+
"execution_count": 44,
1157411574
"metadata": {},
1157511575
"outputs": [],
1157611576
"source": [
@@ -11582,7 +11582,7 @@
1158211582
"cell_type": "markdown",
1158311583
"metadata": {},
1158411584
"source": [
11585-
"_Text explaining MODIS Sinusoidal to be added here_"
11585+
"Unlike the plot of MODIS data above for the western US, we will use the MODIS Sinusoidal projection for our plot over the GPR region."
1158611586
]
1158711587
},
1158811588
{

0 commit comments

Comments
 (0)