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.
Project description
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:
pip install -U snowmicropyn
A Simple Example
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file snowmicropyn-1.2.1.tar.gz
.
File metadata
- Download URL: snowmicropyn-1.2.1.tar.gz
- Upload date:
- Size: 4.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
5bed2f7edfda43eb992de464a2150e662032e9a48bfa44303fd6dc2451bac2d1
|
|
MD5 |
6506749648a4030b4cc230b4823713ae
|
|
BLAKE2b-256 |
b9785884f45dcb870798b87f275337b47323305168ae12778d3b98404032c468
|
File details
Details for the file snowmicropyn-1.2.1-py3-none-any.whl
.
File metadata
- Download URL: snowmicropyn-1.2.1-py3-none-any.whl
- Upload date:
- Size: 4.8 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
5b97af8576592e57090313f165dba53843886785232d337d04d2152918e4c3c8
|
|
MD5 |
819ec303a1da06d41d9c08d11931319a
|
|
BLAKE2b-256 |
7cee5c2437d67c5cafafc1f5c56356eed1a6fb499080e0f1686069f0016c7e09
|