-
Notifications
You must be signed in to change notification settings - Fork 944
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@turf/idw bad property name #774
Comments
Agreed that the docs are incorrect. Instead of using Example: Provide points using a |
Yeah, the |
6 tasks
DenisCarriere
pushed a commit
that referenced
this issue
Jun 19, 2017
* renamed property named passed to output * fixed bench; added contributor * Dynamic test fixtures - Update Typescript URL - Add validation - Add dynamic tests fixtures * Update bench tests with dynamic fixtures * truncate fixtures * Drop deepEqual from testing
Fixed by PR #800 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The documentation for IDW states that the output interpolated value property for each grid cell will be added to a point property called
IDW
. However, the implementation is actually saving it to a property namedz
. Fixing this would break the API so should be targeted for next major release.A short term fix could be to change the docs to reflect the name of the actual parameter. However, the name
z
is misleading since the interpolated value doesn't need ot have anything with thez
coordinate. So long term the property name should be fixed.The text was updated successfully, but these errors were encountered: