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

'Simulation' #1

Closed MsDataScience closed 5 years ago

MsDataScience commented 5 years ago

What is the 'simulation' reference for the following line? Could you provide insight to help me to move forward? from Variogram_Demo File:

calculate a stochastic realization with standard normal distribution.

sim, value = GSLIB_sgsim_2d_uncond(1,nx,ny,cell_size, seed, range_min, azimuth, 'simulation')

The error is [ErrNo 2] No such file or directory: simulation.

I am assuming that the command is to create a simulation file based off of the previous dataset created in the code. I have my director mapped to the correct location in my system, etc.

naji-s commented 2 years ago

Why all the comments here are deleted? I have the exact same question.