Snowmicropyn
A python package to read, export and post process data (*.pnt files) recorded by SnowMicroPen, a snow penetration probe for scientific applications developed at SLF.
Install / Use
/learn @slf-dot-ch/SnowmicropynREADME
snowmicropyn
A Python package to read, export and post process data (*.pnt files)
recorded by SnowMicroPen_, a snow penetration probe for scientifc applications
developed at SLF_.
The software is open source and released under GPL_. Contributions are
welcome.
Installing
Install and update using pip:
.. code-block:: console
pip install -U snowmicropyn
A Simple Example
.. code-block:: python
from snowmicropyn import Profile
p = Profile.load('/examples/profiles/S37M0876.ini')
ts = p.timestamp
coords = p.coordinates
samples = p.samples # It's a pandas dataframe
Documentation
The project's documentation_ can be studied on Read the Docs.
Contact
To get in touch, please write to snowmicropen@slf.ch.
.. _SLF: https://www.slf.ch .. _SnowMicroPen: https://www.slf.ch/en/services-and-products/research-instruments/snowmicropen-r-smp4-version.html .. _GPL: https://www.gnu.org/licenses/gpl-3.0.en.html .. _documentation: https://snowmicropyn.readthedocs.io/
