Skip to content

CcgAlberta/pygeostat

Repository files navigation

Pygeostat

Pygeostat Logo

PyPI Python CI License: MIT

⚠️ This package has been updated. Expect breaking changes when migrating from last stable version

Installation

Quick Install

pip install pygeostat

Requirements

  • Python 3.10 or higher

Verify Installation

import pygeostat as gs
print(f"Pygeostat version: {gs.__version__}")
print("Basic import successful!")

Test with example data

# 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()}")

Introduction

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.

Adpative by theme.

Contact Resource Modeling Solutions about a commercial or academic license.

Changelog

See CHANGELOG.md for detailed release notes.

Contact:

Refer to www.ccgalberta.com.