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

sgsim function output #35

Closed ysong25 closed 3 years ago

ysong25 commented 3 years ago

Dear Dr. Pyrcz,

sgsim function only outputs one realization when nreal (the number of realization) is set to be multiple. Please take a look.

Best regards, Yuqi

GeostatsGuy commented 3 years ago

Thank you Yuqi,

That’s on my list for the release in about a month. Thank you. For now, a work around is to loop over number seeds.

I appreciate your assistance,

Michael

MICHAEL J. PYRCZ, Ph.D., P.Eng., Associate Professor The University of Texas at Austin | Twitterhttps://twitter.com/GeostatsGuy | YouTubehttps://www.youtube.com/channel/UCLqEr-xV-ceHdXXXrTId5ig | GitHubhttps://github.com/GeostatsGuy | 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 | DiReCT Consortiumhttps://direct.pge.utexas.edu/

From: ysong25 @.> Sent: Wednesday, July 14, 2021 10:18 PM To: GeostatsGuy/GeostatsPy @.> Cc: Subscribed @.***> Subject: [GeostatsGuy/GeostatsPy] sgsim function output (#35)

Dear Dr. Pyrcz,

sgsim function only outputs one realization when nreal (the number of realization) is set to be multiple. Please take a look.

Best regards, Yuqi


You can view, comment on, or merge this pull request online at:

https://github.com/GeostatsGuy/GeostatsPy/pull/35

Commit Summary

File Changes

Patch Links:

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/GeostatsGuy/GeostatsPy/pull/35, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AHUO345MUE475IWLAREFSB3TXZHOPANCNFSM5AMU74LQ.

ysong25 commented 3 years ago

Thank you Yuqi, That’s on my list for the release in about a month. Thank you. For now, a work around is to loop over number seeds. I appreciate your assistance, Michael MICHAEL J. PYRCZ, Ph.D., P.Eng., Associate Professor The University of Texas at Austin | Twitterhttps://twitter.com/GeostatsGuy | YouTubehttps://www.youtube.com/channel/UCLqEr-xV-ceHdXXXrTId5ig | GitHubhttps://github.com/GeostatsGuy | 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 | DiReCT Consortiumhttps://direct.pge.utexas.edu/ From: ysong25 @.> Sent: Wednesday, July 14, 2021 10:18 PM To: GeostatsGuy/GeostatsPy @.> Cc: Subscribed @.**> Subject: [GeostatsGuy/GeostatsPy] sgsim function output (#35) Dear Dr. Pyrcz, sgsim function only outputs one realization when nreal (the number of realization) is set to be multiple. Please take a look. Best regards, Yuqi ____ You can view, comment on, or merge this pull request online at: #35 Commit Summary sgsim needs the output of multiple realizations instead of the first one only. File Changes M geostatspy/GSLIB.pyhttps://github.com/GeostatsGuy/GeostatsPy/pull/35/files#diff-31e7794ee7505d59f019fae48b6e52dad200120fe7fdd5b2367e8c2961bf9e56 (4) Patch Links: https://github.com/GeostatsGuy/GeostatsPy/pull/35.patch * https://github.com/GeostatsGuy/GeostatsPy/pull/35.diff — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub<#35>, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AHUO345MUE475IWLAREFSB3TXZHOPANCNFSM5AMU74LQ.

Dr. Pyrcz, I'm glad to hear that! This is an exceptionally handy package, and I will be very happy to contribute on it.

Best, Yuqi