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/
Raw data
{
"_id": null,
"home_page": "https://github.com/slf-dot-ch/snowmicropyn",
"name": "snowmicropyn",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "",
"keywords": "SLF,SnowMicroPen,Snow Micro Pen,SMP,Snow,Science,Research",
"author": "WSL Institute for Snow and Avalanche Research SLF",
"author_email": "snowmicropen@slf.ch",
"download_url": "https://files.pythonhosted.org/packages/b9/78/5884f45dcb870798b87f275337b47323305168ae12778d3b98404032c468/snowmicropyn-1.2.1.tar.gz",
"platform": null,
"description": "snowmicropyn\n============\n\nA Python package to read, export and post process data (``*.pnt`` files)\nrecorded by SnowMicroPen_, a snow penetration probe for scientifc applications\ndeveloped at SLF_.\n\nThe software is open source and released under `GPL`_. Contributions are\nwelcome.\n\nInstalling\n----------\n\nInstall and update using ``pip``:\n\n.. code-block:: console\n\n pip install -U snowmicropyn\n\nA Simple Example\n----------------\n\n.. code-block:: python\n\n from snowmicropyn import Profile\n\n p = Profile.load('/examples/profiles/S37M0876.ini')\n\n ts = p.timestamp\n coords = p.coordinates\n samples = p.samples # It's a pandas dataframe\n\nDocumentation\n-------------\n\nThe project's documentation_ can be studied on *Read the Docs*.\n\nContact\n-------\n\nTo get in touch, please write to snowmicropen@slf.ch.\n\n\n.. _SLF: https://www.slf.ch\n.. _SnowMicroPen: https://www.slf.ch/en/services-and-products/research-instruments/snowmicropen-r-smp4-version.html\n.. _GPL: https://www.gnu.org/licenses/gpl-3.0.en.html\n.. _documentation: https://snowmicropyn.readthedocs.io/\n\n\n",
"bugtrack_url": null,
"license": "GPL",
"summary": "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.",
"version": "1.2.1",
"project_urls": {
"Homepage": "https://github.com/slf-dot-ch/snowmicropyn"
},
"split_keywords": [
"slf",
"snowmicropen",
"snow micro pen",
"smp",
"snow",
"science",
"research"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "7cee5c2437d67c5cafafc1f5c56356eed1a6fb499080e0f1686069f0016c7e09",
"md5": "819ec303a1da06d41d9c08d11931319a",
"sha256": "5b97af8576592e57090313f165dba53843886785232d337d04d2152918e4c3c8"
},
"downloads": -1,
"filename": "snowmicropyn-1.2.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "819ec303a1da06d41d9c08d11931319a",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 4842168,
"upload_time": "2023-09-28T18:33:22",
"upload_time_iso_8601": "2023-09-28T18:33:22.924842Z",
"url": "https://files.pythonhosted.org/packages/7c/ee/5c2437d67c5cafafc1f5c56356eed1a6fb499080e0f1686069f0016c7e09/snowmicropyn-1.2.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b9785884f45dcb870798b87f275337b47323305168ae12778d3b98404032c468",
"md5": "6506749648a4030b4cc230b4823713ae",
"sha256": "5bed2f7edfda43eb992de464a2150e662032e9a48bfa44303fd6dc2451bac2d1"
},
"downloads": -1,
"filename": "snowmicropyn-1.2.1.tar.gz",
"has_sig": false,
"md5_digest": "6506749648a4030b4cc230b4823713ae",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 4812404,
"upload_time": "2023-09-28T18:33:33",
"upload_time_iso_8601": "2023-09-28T18:33:33.790896Z",
"url": "https://files.pythonhosted.org/packages/b9/78/5884f45dcb870798b87f275337b47323305168ae12778d3b98404032c468/snowmicropyn-1.2.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-09-28 18:33:33",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "slf-dot-ch",
"github_project": "snowmicropyn",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "snowmicropyn"
}