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.
Install and update using pip:
pip install -U snowmicropynfrom snowmicropyn import Profile
p = Profile.load('/examples/profiles/S37M0876.ini')
ts = p.timestamp
coords = p.coordinates
samples = p.samples # It's a pandas dataframeThe project's documentation can be studied on Read the Docs.
To get in touch, please write to [email protected].