Metadata-Version: 2.1
Name: dz-lib
Version: 1.4.0
Home-page: https://github.com/nielrya4/dz_lib
Author: Ryan Nielsen
Author-email: nielrya4@isu.edu
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: PeakUtils
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: openpyxl
Requires-Dist: pandas
Requires-Dist: plotly
Requires-Dist: pyexcel
Requires-Dist: scikit-learn
Requires-Dist: scipy
Requires-Dist: setuptools

<h3>dz_lib</h3>
<p>
    Visualization, comparison, and interpretation of detrital zircon data. 
    <br />
    Install the latest version with:
</p>
<code>
    pip install dz_lib
</code>
<h3>Projects that use dz_lib</h3>
<ul>
    <li>
        <h5>dzToolbox</h5>
        <p>An online toolkit for visualizing and interpreting detrital zircon U-Pb and Hf data</p>
        <a href="https://dztoolbox.com" target="_blank">Try it out</a>
        <br />
        <a href="https://www.github.com/nielrya4/dztoolbox" target="_blank">dzToolBox github</a>
    </li>
    <li>
        <h5>Belt Database Map</h5>
        <p>
            A folium/leaflet map of a database compiled by Kurt Sundell (2025) of Belt Supergroup rocks.
            Each mapped sample shows up as a pin whose dialog contains a KDE age distribution
            and maximum depositional age produced with dz_lib.
        </p>
        <a href="https://nielrya4.github.io/belt_db_map/" target="_blank">Check it out here!</a>
    </li>
</ul>
