*Smith for ML models
Project description
GeoSmith
*Smith for geospatial ML models with strict 4-layer architecture.
Features
- 4-Layer Architecture: Clean separation between objects, primitives, tasks, and workflows
- Optional Integrations: Works seamlessly with PlotSmith, AnomSmith, and TimeSmith
- Geostatistics: Variogram analysis, kriging, IDW interpolation
- Mining Tools: Block models, drillhole processing, ore grade estimation
- I/O Support: GRDECL, LAS, vector/raster formats
- No Hard Dependencies: Core works with just NumPy and Pandas
Installation
# Core installation
pip install geosmith
# With optional integrations
pip install geosmith[plotsmith,anomsmith,timesmith]
# Everything
pip install geosmith[all]
Quick Start
from geosmith import PointSet, OrdinaryKriging
from geosmith.primitives.variogram import fit_variogram_model
# Create sample points
points = PointSet(coordinates=sample_coords)
# Fit variogram and kriging
variogram = fit_variogram_model(lags, semi_vars)
kriging = OrdinaryKriging(variogram_model=variogram)
kriging.fit(points, values)
# Predict
result = kriging.predict(query_points)
*Smith Family Integration
GeoSmith works seamlessly with other *Smith libraries:
- PlotSmith: Publication-ready plots (optional) - https://github.com/kylejones200/plotsmith
- AnomSmith: Spatial anomaly detection (optional) - https://github.com/kylejones200/anomsmith
- TimeSmith: Time series compatibility (optional) - https://github.com/kylejones200/timesmith
See SMITH_FAMILY_INTEGRATION.md for details.
Documentation
- Architecture - 4-layer architecture overview
- Migration Guide - Migrating from GeoSuite
- Smith Family Integration - PlotSmith, AnomSmith, TimeSmith integration
- GeoSuite Migration Assessment - What's been migrated from GeoSuite
Project details
Release history Release notifications | RSS feed
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 geosmith-0.1.1.tar.gz.
File metadata
- Download URL: geosmith-0.1.1.tar.gz
- Upload date:
- Size: 405.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e286753034ac5725594ce00834177567a1171e56e87856c0f439c0ad1be63adf
|
|
| MD5 |
7ceaedc343549cb04e36d997d184461c
|
|
| BLAKE2b-256 |
449f3f21c9c22e50b4b3ee505bffb097f38e4bdcf9e2789557db1542d766aace
|
Provenance
The following attestation bundles were made for geosmith-0.1.1.tar.gz:
Publisher:
release.yml on kylejones200/geosmith
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
geosmith-0.1.1.tar.gz -
Subject digest:
e286753034ac5725594ce00834177567a1171e56e87856c0f439c0ad1be63adf - Sigstore transparency entry: 820794458
- Sigstore integration time:
-
Permalink:
kylejones200/geosmith@fc30f3c3ef0178fb75135fbd1e8a1423906ca685 -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/kylejones200
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@fc30f3c3ef0178fb75135fbd1e8a1423906ca685 -
Trigger Event:
push
-
Statement type:
File details
Details for the file geosmith-0.1.1-py3-none-any.whl.
File metadata
- Download URL: geosmith-0.1.1-py3-none-any.whl
- Upload date:
- Size: 527.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f6b760e7084f5f57c8b28b9e7ae4cb79806b84e11ebc08ad8746b1ecc0ed18fb
|
|
| MD5 |
b9a54164dea05550f328f28069a55a2f
|
|
| BLAKE2b-256 |
0f5c3a3601d7c696025a8f24fee1594a842b69d6a239765f532212ec7627a7eb
|
Provenance
The following attestation bundles were made for geosmith-0.1.1-py3-none-any.whl:
Publisher:
release.yml on kylejones200/geosmith
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
geosmith-0.1.1-py3-none-any.whl -
Subject digest:
f6b760e7084f5f57c8b28b9e7ae4cb79806b84e11ebc08ad8746b1ecc0ed18fb - Sigstore transparency entry: 820794460
- Sigstore integration time:
-
Permalink:
kylejones200/geosmith@fc30f3c3ef0178fb75135fbd1e8a1423906ca685 -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/kylejones200
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@fc30f3c3ef0178fb75135fbd1e8a1423906ca685 -
Trigger Event:
push
-
Statement type: