GeoStat-Framework / PyKrige

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

Can you implement kriging with barriers? #132

Closed coolsnake closed 3 years ago

coolsnake commented 4 years ago

I know interpolation with barriers. Can you take into account barriers( maybe a point or a line such as mountain effect)? Thanks.

MuellerSeb commented 4 years ago

Could you give some more hints? Are you interested in making a pull request?

coolsnake commented 4 years ago

One application of kriging algo is to calculate the atmospheric corrosion in the specified area where there may be mountains. The atmospheric corrosions are different on both side of the mountain because mountain can hinder the flow of the Air Pollution.

MuellerSeb commented 4 years ago

Couldn't this be done with an special external drift?

MuellerSeb commented 3 years ago

Closing due to inactivity. Feel free to reopen. PRs are always welcome!