Skip to content

Commit

Permalink
Merge pull request #59 from amandajaisun/patch-3
Browse files Browse the repository at this point in the history
Spellcheck
  • Loading branch information
jbusecke committed Jun 7, 2023
2 parents ce31251 + 7912408 commit c279e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lectures/xarray/xarray-part2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7101,7 +7101,7 @@
"## Coarsen\n",
"\n",
"`coarsen` is a simple way to reduce the size of your data along one or more axes.\n",
"It is very similar to `resample` when operating on time dimensions; the key differnce is that `coarsen` only operates on fixed blocks of data, irrespective of the coordinate values, while `resample` actually looks at the coordinates to figure out, e.g. what month a particular data point is in. \n",
"It is very similar to `resample` when operating on time dimensions; the key difference is that `coarsen` only operates on fixed blocks of data, irrespective of the coordinate values, while `resample` actually looks at the coordinates to figure out, e.g. what month a particular data point is in. \n",
"\n",
"For regularly-spaced monthly data beginning in January, the following should be equivalent to annual resampling.\n",
"However, results would different for irregularly-spaced data."
Expand Down

0 comments on commit c279e1b

Please sign in to comment.