GeoStat-Framework / PyKrige

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

Geographically weighted regression kriging #77

Open basaks opened 7 years ago

basaks commented 7 years ago

There is a proposal that I might be working on this. There is a lot out there on GWR using R, but I could only find one such in python. Let me know if you come across other GWR python packages. Depending on how pygwr fares, I might look at some R/python hybrid, or simply a R based solution.

rth commented 7 years ago

Sounds interesting, it looks like there is a whole book on the topic by Fotheringham et al.

I didn't see any other python packages on the topic either

Depending on how pygwr fares

Well, it's released under GPL license and hasn't been maintained in a while (PY2 only etc)..