Metadata-Version: 2.4
Name: snowprofile
Version: 0.1.3
Summary: Tools to read, write and process punctual snow profiles. It includes tools to read and write from and to the international CAAML format.
License-Expression: CECILL-C
Project-URL: Homepage, https://github.com/UMR-CNRM/snowprofile
Project-URL: Repository, https://github.com/UMR-CNRM/snowprofile
Keywords: snow profile,CAAML
Classifier: Development Status :: 4 - Beta
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENCE-en.txt
License-File: LICENCE.txt
Requires-Dist: pydantic<3,>=2
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: pyproj>=2.2.0
Provides-Extra: doc
Requires-Dist: sphinx; extra == "doc"
Requires-Dist: autodoc_pydantic; extra == "doc"
Provides-Extra: tests
Requires-Dist: pytest; extra == "tests"
Requires-Dist: lxml; extra == "tests"
Provides-Extra: plots
Requires-Dist: matplotlib; extra == "plots"
Dynamic: license-file

# snowprofile

Toolbox to read, write and browse snow profile data with python.

It includes tools to read/writes files in the [CAAML Snow Profile](http://caaml.org/Schemas/SnowProfileIACS/index.html) format.o

It also include basic python plotting tools for snow profiles.

The full documentation is available at [https://snowprofile.readthedocs.io](https://snowprofile.readthedocs.io/en/latest/)
