reading and parsing Cabrillo log-file
Reading and parsing a Cabrillo log-file made easy using Python library cabrillo. Link to github: https://github.com/thxo/cabrillo/tree/master Install using pip install cabrillo Note:Watch out for suitable command line arguments to avoid runtime errors.When importing N1MM cabrillo log files for example, N1MM uses e.g. “Category”, which is not compliant to the Cabrillo specification (latest: V3). Setting below … Read more