Skip to main content

*Smith for ML models

Project description

GeoSmith

*Smith for geospatial ML models with strict 4-layer architecture.

PyPI version License: MIT Documentation

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:

See SMITH_FAMILY_INTEGRATION.md for details.

Documentation

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

geosmith-0.1.1.tar.gz (405.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

geosmith-0.1.1-py3-none-any.whl (527.9 kB view details)

Uploaded Python 3

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

Hashes for geosmith-0.1.1.tar.gz
Algorithm Hash digest
SHA256 e286753034ac5725594ce00834177567a1171e56e87856c0f439c0ad1be63adf
MD5 7ceaedc343549cb04e36d997d184461c
BLAKE2b-256 449f3f21c9c22e50b4b3ee505bffb097f38e4bdcf9e2789557db1542d766aace

See more details on using hashes here.

Provenance

The following attestation bundles were made for geosmith-0.1.1.tar.gz:

Publisher: release.yml on kylejones200/geosmith

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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

Hashes for geosmith-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 f6b760e7084f5f57c8b28b9e7ae4cb79806b84e11ebc08ad8746b1ecc0ed18fb
MD5 b9a54164dea05550f328f28069a55a2f
BLAKE2b-256 0f5c3a3601d7c696025a8f24fee1594a842b69d6a239765f532212ec7627a7eb

See more details on using hashes here.

Provenance

The following attestation bundles were made for geosmith-0.1.1-py3-none-any.whl:

Publisher: release.yml on kylejones200/geosmith

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page