GeoStat-Framework / PyKrige

Kriging Toolkit for Python
https://pykrige.readthedocs.io
BSD 3-Clause "New" or "Revised" License
758 stars 188 forks source link

search radius #260

Closed AriesChen-UPC closed 1 year ago

AriesChen-UPC commented 1 year ago

Ordinary Kriging

Is it possible to set the search radius?

MuellerSeb commented 1 year ago

Not yet. One can only specify the number of nearest neighbors to be used.

MuellerSeb commented 1 year ago

See here: https://github.com/GeoStat-Framework/PyKrige/issues/41

AriesChen-UPC commented 1 year ago

Okay, thank you for your reply!