Metadata-Version: 2.4
Name: drillcore-transformations
Version: 0.3.0
Summary: Transform structural drillcore measurements.
Author-email: nialov <nikolasovaskainen@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/nialov/drillcore-transformations
Project-URL: Repository, https://github.com/nialov/drillcore-transformations
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: numpy
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: hypothesis; extra == "test"
Requires-Dist: mypy; extra == "test"
Provides-Extra: docs
Requires-Dist: pandas; extra == "docs"
Requires-Dist: marimo; extra == "docs"
Requires-Dist: nbformat; extra == "docs"
Requires-Dist: matplotlib; extra == "docs"
Dynamic: license-file

drillcore-transformations
=========================

A minimal and simple Python library for transforming drillcore alpha, beta, and gamma measurements.

|PyPI Status| |CI Test|

Development
~~~~~~~~~~~

To run tests, use the following command:

.. code-block:: bash

   uv run pytest

Credits
-------

-  PhD Jussi Mattila for tips, code snippets and sample materials.
-  Authors of `Orientation uncertainty goes
   bananas <https://tinyurl.com/tqr84ww>`__ for great article and
   complementary excel-file.

License
~~~~~~~

Copyright © 2025, Nikolas Ovaskainen.

-----

.. |PyPI Status| image:: https://img.shields.io/pypi/v/drillcore-transformations.svg
   :target: https://pypi.python.org/pypi/drillcore-transformations
.. |CI Test| image:: https://github.com/nialov/drillcore-transformations/workflows/main/badge.svg
   :target: https://github.com/nialov/drillcore-transformations/actions/workflows/main.yaml?query=branch%3Amaster
