File parser for Fidas® Frog dust monitor
FidasFrogParser is a file parsing code snippet for Fidas® Frog fine dust monitor.
$ pip install -r requirements.txt
Use FidasFrogParser from the command line:
$ python fidas-parser.py -i <inputpath> [-m <mergeheader>] [-g <gpsfile>] [-o <outputpath>]'
- -i input path to a file or directory
- -m column name for timestamp header in GPS merge file (optional)
- -g the actual GPS file (optional)
- -o output path (optional)
FidasFrogParser has been originally developed by:
- Aare Puussaar [email protected]
- Write test
- input checks
- GPS merging
- time conversions
- Add more input arguments
- human readable switch for output files
- custom output header
- Add comment extraction function
- Add formatting arguments
Add Fidas Frog v2 supportAdd bulk processing
Feel free to fork, download, modify and reuse this parser.
FidasFrogParser is provided under the MIT:
Copyright (c), 2017 Open Lab Newcastle University, UK. Aare Puussaar