Metadata-Version: 2.1
Name: GeoDataKit
Version: 0.0.3
Summary: Analyses and graphs for geoscience
Home-page: https://github.com/GeoISTO/GeoDataKit
Author: Gautier Laurent
Author-email: gautier.laurent@univ-orleans.fr
License: MIT
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Visualization
License-File: LICENSE



[![DOI](https://zenodo.org/badge/578120061.svg)](https://zenodo.org/doi/10.5281/zenodo.11450482)


# GeoDataKit
Python tools for geoscience data analysis and visualisation

NB: this is really preliminary developments

## Demo
Demonstration Notebooks are available in the [./notebook](./notebook) directory.

Available notebooks:
1. Rose Diagram demo
2. Hough Transform demo


## Installation
```
pip install  GeoDataKit
```


## Dev
Building distribution:
```
python setup.py sdist bdist_wheel
```

Pushing to PYPI:
```
twine upload --verbose dist/*
```

