JuliaEarth / GeoStats.jl

An extensible framework for geospatial data science and geostatistical modeling fully written in Julia
https://juliaearth.github.io/GeoStatsDocs/stable/
MIT License
506 stars 60 forks source link

Algorithms #188

Closed omarbenites closed 3 years ago

omarbenites commented 3 years ago

Hi @juliohm

FOA, congrats on the amazing job in the development of this package! I'm starting on the topic of geostatistics and trying to understand some of the methods (ex. empirical/theoretical variograms, Kringing, etc) and I observe you implemented quite well in Julia. For this reason, I'd like to ask you from Which reference or bibliography do you implemented all these methods and algorithms?. Maybe you have some information about it, and I'd really appreciate it if you share it.

Thanks in advance, and keep it up!

juliohm commented 3 years ago

Hi @omarbenites , thank you for the kind words. There are good books on geostatistics covering variography concepts. The algorithm we implemented is described in our paper Efficient variography with partition variograms. I would start there and then follow the references.

Also, feel free to join our community channels for future questions. The GitHub issues are reserved for issues with the code and feature requests.

Best,