pip install pygeostat
- Python 3.10 or higher
import pygeostat as gs
print(f"Pygeostat version: {gs.__version__}")
print("Basic import successful!")
# Load example data (this tests data loading functionality)
data = gs.ExampleData('oilsands')
print(f"Data loaded: {data.shape}")
print(f"Columns: {list(data.columns)}")
print(f"First few rows:\n{data.head()}")
This is a Python package for geostatistical modeling. Pygeostat is aimed at preparing spatial data, scripting geostatistical workflows, modeling using tools developed at the Centre for Computational Geostatistics (CCG), and constructing visualizations to study spatial data, and geostatistical models. More information about installing and using pygeostat can be found in the documentation.
For lessons on geostatistics visit Geostatistics Lessons.
For a full featured commercial alternative to pygeostat, see RMSP from Resource Modeling Solutions.
Contact Resource Modeling Solutions about a commercial or academic license.
See CHANGELOG.md for detailed release notes.
Refer to www.ccgalberta.com.