GeostatsGuy / GeostatsPy

GeostatsPy Python package for spatial data analytics and geostatistics. Started as a reimplementation of GSLIB, Geostatistical Library (Deutsch and Journel, 1992) from Fortran to Python, Geostatistics in a Python package. Now with many additional methods. I hope this resources is helpful, Prof. Michael Pyrcz
https://pypi.org/project/geostatspy/
MIT License
479 stars 183 forks source link

NameError: name variogram_loop_3d is not defined #30

Open lennongeo opened 3 years ago

lennongeo commented 3 years ago

Hi Michael,

I'm attempting to use geostats.gamv_3d after from geostatspy.geostats import *, but I can't seem to find where variogram_loop_3d is defined. I see an instantiation of it in the source code, but not where the function is defined. Please assist when you can.

Thanks!

bro-geo commented 3 years ago

Hi!

Same thing here.