.. _welcome: .. image:: ./figures/pygeostat_logo.png :align: center | |integration_test| |docs| |PyPi| |Python36| |Python37| |Python38| Welcome ======= Welcome to pygeostat, 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. **Features:** * Configurations of persistent project parameters and plotting style * Data file management functions for interacting with CSV, GeoEAS (GSLIB), and VTK formats * Utilities for managing GSLIB-style grid definitions * Export grid and point data files for visualization with Paraview (VTK format) * Simplified scripting of GSLIB programs with parallelization and crash detection/notification * Linear desurveying and compositing methods including automatic composite detection * A collection of example data files included in pygeostat installation :func:`gs.ExampleData() ` * Library of :ref:`plotting functions ` Indices and tables ++++++++++++++++++ * :ref:`genindex` * :ref:`mastertoc` * :ref:`search` .. General Package Overview .. ++++++++++++++++++++++++ .. The pygeostat package is designed with a flat methodology that uses wrappers to tie some of modules and functions together .. The following figure shows a general layout of the pygeostat package. .. .. image:: ./figures/gs_overview.jpg Plotting Gallery ++++++++++++++++ .. raw:: html .. raw:: html

correlation_matrix_plot

.. raw:: html

slice_plot

.. raw:: html

grid_slice_plot

.. raw:: html

contour_plot

.. raw:: html

scatter_plot

.. raw:: html

scatter_plots

.. raw:: html

scatter_plots_lu

.. raw:: html

pit_plot

.. raw:: html

accuracy_plot

.. raw:: html

variogram_plot

.. raw:: html

drill_plot

.. raw:: html

qq_plot

.. raw:: html

validation_plot

.. raw:: html

histogram_plot

.. raw:: html

histogram_plot

.. raw:: html

histogram_plot

.. raw:: html

histogram_plot_simulation

.. raw:: html

location_plot

.. raw:: html

probability_plot

.. raw:: html

loadings_plot

.. raw:: html
.. |integration_test| image:: https://github.com/CcgAlberta/pygeostat/workflows/IntegrationCheck/badge.svg?branch=master :alt: Integration :target: https://github.com/CcgAlberta/pygeostat .. |docs| image:: https://github.com/CcgAlberta/pygeostat/workflows/Documentation/badge.svg?branch=master :alt: Documentation Status :target: https://github.com/CcgAlberta/pygeostat .. |PyPi| image:: https://badge.fury.io/py/pygeostat.svg :target: https://badge.fury.io/py/pygeostat .. |Python36| image:: https://img.shields.io/badge/python-3.6-blue.svg :target: https://www.python.org/downloads/release/python-360 :alt: Python Version .. |Python37| image:: https://img.shields.io/badge/python-3.7-red.svg :target: https://www.python.org/downloads/release/python-370 :alt: Python Version .. |Python38| image:: https://img.shields.io/badge/python-3.8-black.svg :target: https://www.python.org/downloads/release/python-380 :alt: Python Version