Skip to content

Commit ebc44a9

Browse files
authored
add note (#69)
1 parent 5e46b5b commit ebc44a9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

book/sentinel1/nbs/4_read_pc_data.ipynb

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,11 @@
596596
"id": "5178ff37-5984-4e64-beaf-03f635db087a",
597597
"metadata": {},
598598
"source": [
599-
"Next, let's take a look at how backscatter values vary seasonally. To do this we will use Xarray's [groupby()](https://docs.xarray.dev/en/stable/generated/xarray.DataArray.groupby.html) and [.facetgrid](https://docs.xarray.dev/en/latest/generated/xarray.plot.FacetGrid.html) methods. We'll do this for the VV polarization:"
599+
"Next, let's take a look at how backscatter values vary seasonally. To do this we will use Xarray's [groupby()](https://docs.xarray.dev/en/stable/generated/xarray.DataArray.groupby.html) and [.facetgrid](https://docs.xarray.dev/en/latest/generated/xarray.plot.FacetGrid.html) methods. We'll do this for the VV polarization. \n",
600+
"\n",
601+
":::{note}\n",
602+
"This section may not work on machines with less than 8GB RAM. \n",
603+
":::"
600604
]
601605
},
602606
{

0 commit comments

Comments
 (0)