Skip to content

Proposal: Implementing Kriging Interpolation for xarray #7926

Answered by TomNicholas
mohseniaref asked this question in Ideas
Discussion options

You must be logged in to vote

Hi @mohseniaref - thank you for this suggestion. This sounds like a useful feature for a number of people, but it also sounds like it would be of interest primarily to a single community (geostatistics). In Xarray we mostly try to include only generic features which are general utility across a number of different scientific fields (e.g. bioscience, fluid dynamics, etc.).

Instead I suggest you take a look at the documentation on extending xarray using accessors - you can use that to make a syntax like this work:

kriged = ds.geostats.interp(method='kriging', variogram_model='spherical')

Then you might want to look at some of the many geoscience-specific libraries that exist on top of xarra…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@mohseniaref
Comment options

Answer selected by mohseniaref
Comment options

You must be logged in to vote
1 reply
@mohseniaref
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
3 participants