Skip to content

Commit 89190e3

Browse files
committed
Missed mean
1 parent f67fedf commit 89190e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/quickstarts/downsample-zarr.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -6319,7 +6319,7 @@
63196319
"\n",
63206320
"Below, we coarsen the spatial resolution of the data by a factor of 4 in the x and 2 in the y. These values were chosen because they can be used with the `exact` boundary argument as the dimensions size is a multiple of these values.\n",
63216321
"\n",
6322-
"You can also coarsen by datetime, using the same strategy as below but replacing `easting_m` and `northing_m` with `datetime`. If `{datetime: n}` is the value given to the `dim` argument, this would create a mean of the soil moisture average for `n` days.\n",
6322+
"You can also coarsen by datetime, using the same strategy as below but replacing `easting_m` and `northing_m` with `datetime`. If `{datetime: n}` is the value given to the `dim` argument, this would create a `mean` of the soil moisture average for `n` days.\n",
63236323
"\n",
63246324
"Once the data has been coarsened, again it is reprojected for map visualization and then visualized."
63256325
]

0 commit comments

Comments
 (0)