SNOWPAT
This library is used to handle file formats widely used in Snow Science
Installation
The recommended way of installing this library is via the PyPi library:
pip install [--user] snowpat
Modules
Extensive Documentation on the Modules can be found in the Docs on the Top.
For reading, writing and handling iCSV files, see icsv
For reading, writing and handling SMET files, see: pysmet
The SNOWPACK legacy output files .pro can be read with: snowpackreader
And a plotting Framework for Snowpacks and Profiles is available under: snowlense
Developer
If you want to contribute to the development of this library, you can find the source code on GitLab. This project is managed with poetry, the api reference is generated with pdoc3 (pdoc --html --output-dir docs/api_reference snowpat) and the upload works via twine (twine upload --skip-existing dist/*)