Skip to content

Commit

Permalink
add missing xarray import in get ndvi example
Browse files Browse the repository at this point in the history
  • Loading branch information
acocac committed Nov 2, 2023
1 parent cfc93a7 commit 767a859
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tutorial/part3/scaling_dask.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -749,6 +749,8 @@
"outputs": [],
"source": [
"import pooch\n",
"import xarray as xr\n",
"\n",
"try:\n",
" cgls_ds = xr.open_dataset('../data/C_GLS_NDVI_20220101_20220701_Lombardia_S3_2_masked.nc')\n",
"except:\n",
Expand Down

0 comments on commit 767a859

Please sign in to comment.