Skip to content

Commit

Permalink
Missed mean
Browse files Browse the repository at this point in the history
  • Loading branch information
jsignell committed May 1, 2024
1 parent f67fedf commit 89190e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/quickstarts/downsample-zarr.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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."
]
Expand Down

0 comments on commit 89190e3

Please sign in to comment.