-
Notifications
You must be signed in to change notification settings - Fork 1
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
Questions about pathdistGen() and ipdwInterp() #24
Comments
I'm happy you're finding this code to be useful. It's been some years since I was seriously using this code myself so here's my best guess/recollection.
P.S. I don't know if you're a Python user but even if you're not it might be a good idea to take a look at the following Python implementation in case it's useful to read through: |
Thanks for the responses! I am just returning from vacation today, but will take a closer look this week and then close the comment. |
Hello,
I am planning to use your package to interpolate values from oceanographic sensors stationed around the coast of Nova Scotia.
I have looked through the functions in some detail and have a couple of questions :
How did you decide on the values of
ipdw_range
andipdw_dist
inpathdistGen()
?I am particularly interested in why you chose the second break of the
costfurf
histogram for the first row ofsf_ob
(line 58).I am curious because I get different values of
ipdw_dist
depending on the order ofsf_ob
.Also in regard to
pathdistGen()
: I think I followed most of the reclassifying, but why did you need to scale `costsurf_reclass' (line 74): costsurf_scaled <- ((ipdw_range / costsurf_reclass)^2)?Finally, I am running into an issue where the contribution from some stations is 0 for the whole area (i.e., the raster layer output from
ipdwInterp.R()
is zero for every cell), despite the station being connected via water to the whole coast. I am trying to figure this out and will post a reprex if it doesn't get resolved, but let me know if this is a common/known issue.Thanks!
The text was updated successfully, but these errors were encountered: