https://github.com/mbari-org/lcmto
https://github.com/mbari-org/lcmto
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mbari-org/lcmto
- Owner: mbari-org
- License: mit
- Created: 2025-02-13T22:31:41.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-02-14T17:11:28.000Z (11 months ago)
- Last Synced: 2025-02-14T18:24:12.958Z (11 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LCMTO LCM log conversion utility
This is a simple package for use on Python (>3.6) that facilitates conversion of LCM files into Pandas dataframes and CSV files.
## Installation
You must have LCM installed, and source can be found on the [LCM Github page](https://lcm-proj.github.io).
Install the package by navigating to the directory containing `setup.py` and execute the following command:
python setup.py build && python setup.py install
## Getting Started
Once installed, this utility assumes you have employed [`lcm-gen`](https://linux.die.net/man/1/lcm-gen) to generate types and have those available to your python environment, either installed in your site-packages, or referenced through export of `PYTHONPATH` or within code using `sys.path.append`.
### Reading in a Dataframe
See the help for `lcmto.dataframe()`
### Creating a CSV-file
See the help for `lcmto.csv()'