Metadata-Version: 2.1
Name: study-lyte
Version: 0.8.0
Summary: Analysis software for the Lyte probe, a digital penetrometer for studying snow
License: 
        
        BSD License
        
        Copyright (c) 2019, Micah Johnson
        All rights reserved.
        
        Redistribution and use in source and binary forms, with or without modification,
        are permitted provided that the following conditions are met:
        
        * Redistributions of source code must retain the above copyright notice, this
          list of conditions and the following disclaimer.
        
        * Redistributions in binary form must reproduce the above copyright notice, this
          list of conditions and the following disclaimer in the documentation and/or
          other materials provided with the distribution.
        
        * Neither the name of the copyright holder nor the names of its
          contributors may be used to endorse or promote products derived from this
          software without specific prior written permission.
        
        THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
        ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
        WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
        IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
        INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
        BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
        DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
        OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
        OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
        OF THE POSSIBILITY OF SUCH DAMAGE.
        
        
Project-URL: Homepage, https://adventuredata.com/
Project-URL: Documentation, https://study-lyte.readthedocs.io
Project-URL: Repository, https://github.com/AdventureData/study_lyte
Project-URL: Issues, https://github.com/AdventureData/study_lyte/issues
Keywords: snow penetrometer,smart probe,digital penetrometer,lyte probe,avalanches,snow densiy
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: pandas>2.0.0
Requires-Dist: pandas<3.0.0
Requires-Dist: scipy
Requires-Dist: shapely
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: matplotlib; extra == "dev"
Requires-Dist: jupyterlab; extra == "dev"
Requires-Dist: twine; extra == "dev"
Provides-Extra: docs
Requires-Dist: nbsphinx>=0.8.12; extra == "docs"
Requires-Dist: sphinx-gallery>=0.9.0; extra == "docs"
Requires-Dist: nbconvert>=7.2.9; extra == "docs"
Requires-Dist: Sphinx<6.0.0,>=5.0.0; extra == "docs"
Requires-Dist: pandoc>=1.0.2; extra == "docs"
Requires-Dist: sphinxcontrib-apidoc>=0.3.0; extra == "docs"
Requires-Dist: ipython>=7.23.1; extra == "docs"
Provides-Extra: all
Requires-Dist: study_lyte[dev,docs]; extra == "all"

===========
Study Lyte 
===========


.. image:: https://img.shields.io/pypi/v/study_lyte.svg
        :target: https://pypi.python.org/pypi/study_lyte

.. image:: https://readthedocs.org/projects/study-lyte/badge/?version=latest
        :target: https://study-lyte.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status

.. image:: https://github.com/AdventureData/study_lyte/wiki/coverage.svg
        :target: https://github.com/AdventureData/study_lyte/actions/workflows/badge.yml

Welcome to Adventure Data's python package for doing analysis with data from the Lyte Probe.
The Lyte probe is a smart ski pole designed to measure snow. It measures NIR and Force simultaneously along with
peripheral sensors for calculating distance traveled. This package aims to provide useful function for researchers
using the platform.

* Free software: GNU General Public License v3
* Documentation: https://study-lyte.readthedocs.io.


Features
--------

* Read/Write Lyte probe data files with metadata
* Functions for detecting start and stop
* Snow surface detection
* Profile class for handling entire measurement

