Python interface for geostatistics
Project description
Pygeostat
:warning: 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.
Contact Resource Modeling Solutions about a commercial or academic license.
Changelog
See CHANGELOG.md for detailed release notes.
Contact:
Refer to www.ccgalberta.com.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pygeostat-1.2.0.tar.gz.
File metadata
- Download URL: pygeostat-1.2.0.tar.gz
- Upload date:
- Size: 3.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0ef3f98412556498029e50a974088e915cd401a724772b68f369218c984461ff
|
|
| MD5 |
5d25df50d9e6754bcd4bc91617190d13
|
|
| BLAKE2b-256 |
771555bc649e778152ab16bb0b62e51ccb0ef79b550ffe9457e836541cfe48a4
|
File details
Details for the file pygeostat-1.2.0-py3-none-any.whl.
File metadata
- Download URL: pygeostat-1.2.0-py3-none-any.whl
- Upload date:
- Size: 3.3 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
03e32ecc3d5162a0986efaeca58cc0152bb779c699eb36096de22e0818977e99
|
|
| MD5 |
59ef0d81ace6fab1b4618519f1ba5227
|
|
| BLAKE2b-256 |
58687a2e41f1c822dfa6db54083af6a92ce5fc6c59bd580896d68816159ee98c
|