Newer
Older
``icartt`` is an ICARTT format reader and writer
Please have a look at docs/source/usage.rst for usage examples. Full documentation is in preparation.
We are looking forward to receiving your [new issue report](https://mbees.med.uni-augsburg.de/gitlab/mbees/icartt_pypackage/-/issues/new).
If you'd like to contribute source code directly, please [create a fork](https://mbees.med.uni-augsburg.de/gitlab/mbees/icartt_pypackage),
make your changes and then [submit a merge request](https://mbees.med.uni-augsburg.de/gitlab/mbees/icartt_pypackage/-/merge_requests/new) to the original project.
## Installation of the development version
Clone this repository / or your fork and install. We use [poetry](https://python-poetry.org/) for packaging, which needs to be installed.
```
git clone https://mbees.med.uni-augsburg.de/gitlab/mbees/icartt_pypackage.git or <URL of your fork>
cd icartt_pypackage
Note: the package is managed with [poetry](https://python-poetry.org/).
- Compatible with ICARTT v2 standard
- Formats 1001 and 2110
- Complete internal overhaul
## 1.0.0 (2017-12-19)
- Peer-reviewed version to be published in Knote et al., GMD
## 0.1.0 (2017-08-12)
- Initial release