Metadata-Version: 2.1
Name: pygeostat
Version: 1.0.6
Summary: Python interface for geostatistics
Home-page: http://www.ccgalberta.com/pygeostat/welcome.html
Author: Jared Deutsch, Matthew Deutsch, Ryan Martin, Warren Black, Tyler Acorn, Mostafa Hadavand, Ryan Barnett
Maintainer: pygeostat development team
Maintainer-email: hadavand@ualberta.ca
License: MIT License
Project-URL: Documentation, http://www.ccgalberta.com/pygeostat/welcome.html
Project-URL: Source, https://github.com/CcgAlberta/pygeostat
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft
Requires-Python: >3.5
Description-Content-Type: text/x-rst
Requires-Dist: pyperclip
Requires-Dist: probscale
Requires-Dist: pytest
Requires-Dist: pyevtk
Requires-Dist: numpy
Requires-Dist: pandas (>=0.25.3)
Requires-Dist: scipy
Requires-Dist: scikit-learn
Requires-Dist: statsmodels
Requires-Dist: numba
Requires-Dist: matplotlib (>=2.2.*)
Requires-Dist: h5py
Requires-Dist: pillow
Requires-Dist: tqdm
Requires-Dist: nbformat
Requires-Dist: nbconvert
Requires-Dist: jupyter-client
Requires-Dist: jupyter
Requires-Dist: temp

Pygeostat
====================

|pygeostatlogo| 

|integration_test| |docs| |PyPi| 

|Python36| |Python37| |Python38|

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) <http://www.ccgalberta.com>`_, and constructing visualizations to study spatial data, and geostatistical models. More information about installing and using pygeostat can be found in the `documentation <http://www.ccgalberta.com/pygeostat/welcome.html>`_.

For lessons on geostatiscts visit `Geostatistic Lessons <http://geostatisticslessons.com/>`_.


Contact:
+++++++++++++++++++
Refer to `www.ccgalberta.com <http://www.ccgalberta.com>`_

.. |pygeostatlogo| image:: http://www.ccgalberta.com/pygeostat/_images/pygeostat_logo.png

.. |integration_test| image:: https://github.com/CcgAlberta/pygeostat/workflows/IntegrationCheck/badge.svg?branch=master
    :alt: IntegrationTest
    :scale: 100%
    :target: https://github.com/CcgAlberta/pygeostat

.. |docs| image:: https://github.com/CcgAlberta/pygeostat/workflows/Documentation/badge.svg?branch=master
    :target: https://github.com/CcgAlberta/pygeostat
    :alt: Documentation Status
    :scale: 100%

.. |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
    :scale: 100%

.. |Python37| image:: https://img.shields.io/badge/python-3.7-red.svg
    :target: https://www.python.org/downloads/release/python-370
    :alt: Python Version
    :scale: 100%

.. |Python38| image:: https://img.shields.io/badge/python-3.8-black.svg
    :target: https://www.python.org/downloads/release/python-380
    :alt: Python Version
    :scale: 100%

