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

Running Geostatspy on Ubuntu #13

Open andreapalaciosp opened 5 years ago

andreapalaciosp commented 5 years ago

Hello,

I have installed and run a script to test the installation of geostatspy in Windows and it works well. However, in Ubuntu the command "os.system(./sgsim sgsim.par)" is not running properly. The output file is empty. Have you succeded using the package on Linux? Thank you in advance for your attention.

Best regards, Andrea

GeostatsGuy commented 5 years ago

Howdy Andrea,

Thank you for the report.

o. The GeostatsPy.GSLIB.[name of function] geostatistical methods write out parameter files and execute the GSLIB executables. This was a short term solution (a very simple ‘wrapper’) to start using geostats in Python workflows. I have sgsim in GeostatsPy.geostats.[name of function] which is reimplemented in Python for 2D. This should operate on Linux.

I hope this helps,

Michael

MICHAEL J. PYRCZ, Ph.D., P.Eng., Associate Professor Petroleum and Geosystems Engineering and Bureau of Economic Geology, Jackson School of Geoscience The University of Texas at Austin DIRECThttps://github.com/GeostatsGuy/DIRECT |Twitterhttps://twitter.com/GeostatsGuy (@GeostatsGuy) | YouTubehttps://www.youtube.com/channel/UCLqEr-xV-ceHdXXXrTId5ig| LinkedInhttps://www.linkedin.com/in/michael-pyrcz-61a648a1/ | Webpagehttp://www.michaelpyrcz.com/ | Bookhttps://www.amazon.com/Geostatistical-Reservoir-Modeling-Michael-Pyrcz/dp/0199731446 | GoogleScholarhttps://scholar.google.com/citations?user=QVZ20eQAAAAJ&hl=en

From: andreapalaciosp notifications@github.com Sent: Friday, August 9, 2019 7:05 AM To: GeostatsGuy/GeostatsPy GeostatsPy@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: [GeostatsGuy/GeostatsPy] Running Geostatspy on Ubuntu (#13)

Hello,

I have installed and run a script to test the installation of geostatspy in Windows and it works well. However, in Ubuntu the command "os.system(./sgsim sgsim.par)" is not running properly. The output file is empty. Have you succeded using the package on Linux? Thank you in advance for your attention.

Best regards, Andrea

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/GeostatsGuy/GeostatsPy/issues/13?email_source=notifications&email_token=AHUO34YPHO6OBUYPASI6BMDQDVMNPA5CNFSM4IKTMI7KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HEMHOPA, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AHUO343WHP67D25PQ6V63BDQDVMNPANCNFSM4IKTMI7A.

This message is from an external sender. Learn more about why this matters.https://ut.service-now.com/sp?id=kb_article&number=KB0011401

andreapalaciosp commented 5 years ago

Thank you very much for replying so fast. I will switch to GeostatsPy.geostats.sgsim then. I found the examples. Have a nice week! Best regards, Andrea