Metadata-Version: 2.4
Name: GeoDataKit
Version: 0.0.4
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
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: summary


[![SWH](https://archive.softwareheritage.org/badge/origin/https://github.com/GeoISTO/GeoDataKit/)](https://archive.softwareheritage.org/browse/origin/?origin_url=https://github.com/GeoISTO/GeoDataKit)
[![SWH](https://archive.softwareheritage.org/badge/swh:1:dir:e0c58ecf5a7bdfc54d6f8b67cc8ef25595ba4ee0/)](https://archive.softwareheritage.org/swh:1:dir:e0c58ecf5a7bdfc54d6f8b67cc8ef25595ba4ee0;origin=https://github.com/GeoISTO/GeoDataKit;visit=swh:1:snp:473d154fffc3460a153485d06c155d4c373fb97f;anchor=swh:1:rev:a0fbe4c73e77b454a7669c69102ca677e5ffd53c)

# GeoDataKit
Python tools for geoscience data analysis and visualisation

## Publications

Please reference this code if used in any publication:

Gautier Laurent. GeoDataKit. 2025, âŸ¨swh:1:snp:473d154fffc3460a153485d06c155d4c373fb97f;origin=https://github.com/GeoISTO/GeoDataKitâŸ©. âŸ¨hal-05168282âŸ©

Papers refering to GeoDataKit:
* Pereira et al. (2024) [âŸ¨10.5194/ejm-36-491-2024âŸ©](https://dx.doi.org/10.5194/ejm-36-491-2024)

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

Available notebooks:
1. Rose Diagram demo
2. Hough Transform demo
3. Principal Component and Linear Discriminant Analysis PCA and LDA


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


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

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

