PyGeoStat#

A Python package for geostatistical modeling and spatial uncertainty analysis.

What is PyGeoStat?

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.

Key Features#

  • Persistent project configuration and plotting styles

  • Data file management for CSV, GeoEAS (GSLIB), and VTK formats

  • Utilities for GSLIB-style grid definitions

  • Export to Paraview (VTK)

  • Parallelized GSLIB workflow scripting with crash detection

  • Desurveying and compositing utilities

  • Example datasets via gs.ExampleData()

  • Comprehensive plotting utilities

Getting Started#

๐Ÿš€ Installation

How to install PyGeoStat and verify your setup.

Installation
๐Ÿ“˜ User Guide

Core concepts and geostatistical workflows.

User Guide
๐Ÿงฉ API Reference

Detailed documentation of all classes and functions.

API Reference

Tutorials#

๐Ÿ“Š Plotting Gallery

Visual showcase of all PyGeoStat plotting functions.

Plotting Gallery
๐Ÿงช Examples Gallery

Hands-on tutorials illustrating PyGeoStat in real-world workflows.

Examples