[![Python Versions](https://img.shields.io/pypi/pyversions/geostatista.png)](https://img.shields.io/pypi/pyversions/geostatista)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/MAfarrag/geostatista.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/MAfarrag/geostatista/context:python)
[![Total alerts](https://img.shields.io/lgtm/alerts/g/MAfarrag/geostatista.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/MAfarrag/geostatista/alerts/)
[![codecov](https://codecov.io/gh/Serapieum-of-alex/geostatista/branch/main/graph/badge.svg?token=AVZ1XGTdQ2)](https://codecov.io/gh/Serapieum-of-alex/geostatista)
![GitHub last commit](https://img.shields.io/github/last-commit/MAfarrag/geostatista)
![GitHub forks](https://img.shields.io/github/forks/MAfarrag/geostatista?style=social)
![GitHub Repo stars](https://img.shields.io/github/stars/MAfarrag/geostatista?style=social)
Current release info
====================
| Name | Downloads | Version | Platforms |
| --- |----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| --- | --- |
| [![Conda Recipe](https://img.shields.io/badge/recipe-geostatista-green.svg)](https://anaconda.org/conda-forge/geostatista) | [![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/geostatista.svg)](https://anaconda.org/conda-forge/geostatista) [![Downloads](https://pepy.tech/badge/geostatista)](https://pepy.tech/project/geostatista) [![Downloads](https://pepy.tech/badge/geostatista/month)](https://pepy.tech/project/geostatista) [![Downloads](https://pepy.tech/badge/geostatista/week)](https://pepy.tech/project/geostatista) ![PyPI - Downloads](https://img.shields.io/pypi/dd/geostatista?color=blue&style=flat-square) ![GitHub all releases](https://img.shields.io/github/downloads/MAfarrag/geostatista/total) | [![Conda Version](https://img.shields.io/conda/vn/conda-forge/geostatista.svg)](https://anaconda.org/conda-forge/geostatista) [![PyPI version](https://badge.fury.io/py/geostatista.svg)](https://badge.fury.io/py/geostatista) [![Anaconda-Server Badge](https://anaconda.org/conda-forge/geostatista/badges/version.svg)](https://anaconda.org/conda-forge/geostatista) | [![Conda Platforms](https://img.shields.io/conda/pn/conda-forge/geostatista.svg)](https://anaconda.org/conda-forge/geostatista) [![Join the chat at https://gitter.im/Hapi-Nile/Hapi](https://badges.gitter.im/Hapi-Nile/Hapi.svg)](https://gitter.im/Hapi-Nile/Hapi?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) |
geostatista - Statistics package
=====================================================================
**geostatista** is a statistics package
geostatista
Main Features
-------------
- spatial interpolation (IDW/ISDW)
Future work
-------------
- Kriging
Installing geostatista
===============
Installing `geostatista` from the `conda-forge` channel can be achieved by:
```
conda install -c conda-forge geostatista
```
It is possible to list all of the versions of `geostatista` available on your platform with:
```
conda search geostatista --channel conda-forge
```
## Install from Github
to install the last development to time you can install the library from github
```
pip install git+https://github.com/MAfarrag/geostatista
```
## pip
to install the last release you can easly use pip
```
pip install geostatista==0.1.6
```
Quick start
===========
```
>>> import geostatista
```
[other code samples](https://geostatista.readthedocs.io/en/latest/?badge=latest)
=======
History
=======
0.1.0 (2022-05-24)
------------------
* First release on PyPI.
0.1.4 (2022-12-26)
------------------
* use environment.yml and conda instead of pyproject.toml and poetry
0.1.5 (2022-12-27)
------------------
* fix bug in pypi package names in the requirements.txt file
0.1.6 (2023-01-31)
------------------
* bump up versions
Raw data
{
"_id": null,
"home_page": "https://github.com/MAfarrag/geostatista",
"name": "geostatista",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "geospatial statistics,distributions",
"author": "Mostafa Farrag",
"author_email": "moah.farag@gmail.come",
"download_url": "https://files.pythonhosted.org/packages/cb/6d/8860692d2a47ad841ea99a8605777799195a4fa83f95362fcca98702b215/geostatista-0.1.6.tar.gz",
"platform": null,
"description": "[![Python Versions](https://img.shields.io/pypi/pyversions/geostatista.png)](https://img.shields.io/pypi/pyversions/geostatista)\r\n[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)\r\n[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)\r\n[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/MAfarrag/geostatista.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/MAfarrag/geostatista/context:python)\r\n[![Total alerts](https://img.shields.io/lgtm/alerts/g/MAfarrag/geostatista.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/MAfarrag/geostatista/alerts/)\r\n\r\n\r\n[![codecov](https://codecov.io/gh/Serapieum-of-alex/geostatista/branch/main/graph/badge.svg?token=AVZ1XGTdQ2)](https://codecov.io/gh/Serapieum-of-alex/geostatista)\r\n![GitHub last commit](https://img.shields.io/github/last-commit/MAfarrag/geostatista)\r\n![GitHub forks](https://img.shields.io/github/forks/MAfarrag/geostatista?style=social)\r\n![GitHub Repo stars](https://img.shields.io/github/stars/MAfarrag/geostatista?style=social)\r\n\r\n\r\nCurrent release info\r\n====================\r\n\r\n| Name | Downloads | Version | Platforms |\r\n| --- |----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| --- | --- |\r\n| [![Conda Recipe](https://img.shields.io/badge/recipe-geostatista-green.svg)](https://anaconda.org/conda-forge/geostatista) | [![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/geostatista.svg)](https://anaconda.org/conda-forge/geostatista) [![Downloads](https://pepy.tech/badge/geostatista)](https://pepy.tech/project/geostatista) [![Downloads](https://pepy.tech/badge/geostatista/month)](https://pepy.tech/project/geostatista) [![Downloads](https://pepy.tech/badge/geostatista/week)](https://pepy.tech/project/geostatista) ![PyPI - Downloads](https://img.shields.io/pypi/dd/geostatista?color=blue&style=flat-square) ![GitHub all releases](https://img.shields.io/github/downloads/MAfarrag/geostatista/total) | [![Conda Version](https://img.shields.io/conda/vn/conda-forge/geostatista.svg)](https://anaconda.org/conda-forge/geostatista) [![PyPI version](https://badge.fury.io/py/geostatista.svg)](https://badge.fury.io/py/geostatista) [![Anaconda-Server Badge](https://anaconda.org/conda-forge/geostatista/badges/version.svg)](https://anaconda.org/conda-forge/geostatista) | [![Conda Platforms](https://img.shields.io/conda/pn/conda-forge/geostatista.svg)](https://anaconda.org/conda-forge/geostatista) [![Join the chat at https://gitter.im/Hapi-Nile/Hapi](https://badges.gitter.im/Hapi-Nile/Hapi.svg)](https://gitter.im/Hapi-Nile/Hapi?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) |\r\n\r\ngeostatista - Statistics package\r\n=====================================================================\r\n**geostatista** is a statistics package\r\n\r\ngeostatista\r\n\r\nMain Features\r\n-------------\r\n - spatial interpolation (IDW/ISDW)\r\n\r\n\r\nFuture work\r\n-------------\r\n - Kriging\r\n\r\n\r\n\r\nInstalling geostatista\r\n===============\r\n\r\nInstalling `geostatista` from the `conda-forge` channel can be achieved by:\r\n\r\n```\r\nconda install -c conda-forge geostatista\r\n```\r\n\r\nIt is possible to list all of the versions of `geostatista` available on your platform with:\r\n\r\n```\r\nconda search geostatista --channel conda-forge\r\n```\r\n\r\n## Install from Github\r\nto install the last development to time you can install the library from github\r\n```\r\npip install git+https://github.com/MAfarrag/geostatista\r\n```\r\n\r\n## pip\r\nto install the last release you can easly use pip\r\n```\r\npip install geostatista==0.1.6\r\n```\r\n\r\nQuick start\r\n===========\r\n\r\n```\r\n >>> import geostatista\r\n```\r\n\r\n[other code samples](https://geostatista.readthedocs.io/en/latest/?badge=latest)\r\n\r\n\r\n=======\r\nHistory\r\n=======\r\n\r\n0.1.0 (2022-05-24)\r\n------------------\r\n\r\n* First release on PyPI.\r\n\r\n0.1.4 (2022-12-26)\r\n------------------\r\n\r\n* use environment.yml and conda instead of pyproject.toml and poetry\r\n\r\n0.1.5 (2022-12-27)\r\n------------------\r\n\r\n* fix bug in pypi package names in the requirements.txt file\r\n\r\n0.1.6 (2023-01-31)\r\n------------------\r\n\r\n* bump up versions\r\n",
"bugtrack_url": null,
"license": "GNU General Public License v3",
"summary": "statistics package",
"version": "0.1.6",
"split_keywords": [
"geospatial statistics",
"distributions"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "13b5374aaa297e7398500926f2baaa5b1dcbe58f573e624bed513de77caf4abc",
"md5": "2cbecfcbab13ea9e4f5ec9ae00166028",
"sha256": "714882d3881f72dfd05937b3bf72df2366b4e459f09a85cf58344540031fc960"
},
"downloads": -1,
"filename": "geostatista-0.1.6-py3-none-any.whl",
"has_sig": false,
"md5_digest": "2cbecfcbab13ea9e4f5ec9ae00166028",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 17830,
"upload_time": "2023-01-31T19:21:00",
"upload_time_iso_8601": "2023-01-31T19:21:00.567034Z",
"url": "https://files.pythonhosted.org/packages/13/b5/374aaa297e7398500926f2baaa5b1dcbe58f573e624bed513de77caf4abc/geostatista-0.1.6-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "cb6d8860692d2a47ad841ea99a8605777799195a4fa83f95362fcca98702b215",
"md5": "a8822a9defa1d9131ce7bad4258de8f7",
"sha256": "9af6dca2d6170a48c02fb467ce64550ee756d7e54c5a6065417ab8976cfaed00"
},
"downloads": -1,
"filename": "geostatista-0.1.6.tar.gz",
"has_sig": false,
"md5_digest": "a8822a9defa1d9131ce7bad4258de8f7",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 18043,
"upload_time": "2023-01-31T19:21:02",
"upload_time_iso_8601": "2023-01-31T19:21:02.632386Z",
"url": "https://files.pythonhosted.org/packages/cb/6d/8860692d2a47ad841ea99a8605777799195a4fa83f95362fcca98702b215/geostatista-0.1.6.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-01-31 19:21:02",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "MAfarrag",
"github_project": "geostatista",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "geostatista"
}