diff --git a/notebooks/quickstarts/downsample-zarr.ipynb b/notebooks/quickstarts/downsample-zarr.ipynb index da86b060..06c3283d 100644 --- a/notebooks/quickstarts/downsample-zarr.ipynb +++ b/notebooks/quickstarts/downsample-zarr.ipynb @@ -6319,7 +6319,7 @@ "\n", "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", "\n", - "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", + "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", "\n", "Once the data has been coarsened, again it is reprojected for map visualization and then visualized." ]