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

How to generate myself "variogram"? #27

Closed cui-xiaoang96 closed 4 years ago

cui-xiaoang96 commented 4 years ago

Thanks for your outsstanding work to help understanding and apply GeoStatistic.

And I want to make myself variogram to adapt my work and what should I do?

Or could you tell me the meaning of parameters about functions "make_variogram"? I can not know the explain for th function. 图片

Thanks for your any help! Wish your reply.

cui-xiaoang96 commented 4 years ago

And what should I do to use myself variogram to the funcation "sisim'?

Thanks for your help!

WenPann commented 4 years ago

I think you can find the detailed definitions for the input variables and its usage from the manual of GSLIB, this module is a preprocessor for GSLIB. Learning some basics about geostats may also help.

Regards, Wen

Wen Pan

Graduate Research Assistant | The Joint Industry Research Consortium on Formation Evaluation https://faculty.engr.utexas.edu/formation | Digital Reservoir Characterization Technology https://github.com/GeostatsGuy/DIRECT | Bureau of Economic Geology

Department of Petroleum and Geosystems Engineering

The University of Texas at Austin

Mobile: (737) 484-6022

On Wed, Aug 12, 2020 at 9:53 AM cui-xiaoang96 notifications@github.com wrote:

And what should I do to use myself variogram to the funcation "sisim'?

Thanks for your help!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/GeostatsGuy/GeostatsPy/issues/27#issuecomment-672920537, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKG4SYHSG3XHGYE4P4OHZXLSAKUEZANCNFSM4P4YPBWA .

PauloCarvalhoRJ commented 4 years ago

Hello, friend,

You can take a look at GSLib's book which has been released publicly: http://claytonvdeutsch.com/wp-content/uploads/2019/03/GSLIB-Book-Second-Edition.pdf . Refer to Chapter III. It has some background and parameter explanation. I hope this helps. If you're unable to bootstrap yourself with that, I recommend reading a geostatistics primer.

regards,

Paulo

cui-xiaoang96 commented 4 years ago

Hello, friend,

You can take a look at GSLib's book which has been released publicly: http://claytonvdeutsch.com/wp-content/uploads/2019/03/GSLIB-Book-Second-Edition.pdf . Refer to Chapter III. It has some background and parameter explanation. I hope this helps. If you're unable to bootstrap yourself with that, I recommend reading a geostatistics primer.

regards,

Paulo

Thank you so much.

I will read it.

I wish you all the best