Skip to content

Commit c17dbe7

Browse files
committed
o Add defaults for inverse distance
1 parent 210368b commit c17dbe7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/user-guide/remapping.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -396,8 +396,8 @@
396396
"source": [
397397
"For inverse distance weighted remapping the parameters are the same as nearest neighbor with the addition of two extra parameters we can use to change the remapping parameters.\n",
398398
"\n",
399-
"* `power` controls how local or global the remapping is, the larger this value the less influence points that are further away have.\n",
400-
"* `k` is the number of neighbors to use in the weighted average."
399+
"* `power` controls how local or global the remapping is, the larger this value the less influence points that are further away have. Default is 2.\n",
400+
"* `k` is the number of neighbors to use in the weighted average. Default is 8."
401401
]
402402
},
403403
{

0 commit comments

Comments
 (0)