Python tools for geoscience data analysis and visualisation
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⟩
Demonstration Notebooks are available in the ./notebook directory.
Available notebooks:
- Rose Diagram demo
- Hough Transform demo
- Principal Component and Linear Discriminant Analysis PCA and LDA
pip install GeoDataKit
Building distribution:
python setup.py sdist bdist_wheel
Pushing to PYPI:
twine upload --verbose dist/*