Metadata-Version: 2.1
Name: sensor_library_justgo13
Version: 0.2.0
Summary: Library for radar and lidar parser code
Home-page: https://github.com/Justgo13/sensor_library
Author: Jason Gao
Author-email: jgao2299@gmail.com
License: UNKNOWN
Description: Sensor project
        ==============
        Using the project
        -----------------
        **Installation:** 
        
        Enter the command: *pip install sensor-library-justgo13* 
        
        **Testing code:**
        
        cd to *C:\Users\USERNAME\AppData\Local\Programs\Python\Python36\Lib\site-packages\sensor_lib*
        Run *library_gui.py* to run the GUI.
        
        **Reading documentation:**
        
        [Documentation download](https://drive.google.com/file/d/1ts0CmXK1hsYc_OtRn1SudOtLkU89QelY/view?usp=sharing)
        
        Sphinx Documentation
        --------------------
        This project was documented using Sphinx with Vim as the text editor. Sphinx creates .rst
        files when initializing project and Vim is used to open and write to these .rst files. A link to download the version
        of Vim used in this project can be found here:
         
        [Download Vim](https://www.vim.org/download.php#pc)
        
        Sphinx syntax can be be learned through this resource:
        
        [Learn sphinx documentation syntax](https://pythonhosted.org/an_example_pypi_project/sphinx.html)
        
        To initialize a sphinx documentation project use command: *sphinx-quickstart*. Make sure to 
        enable autodocs to import auto-generated code. Example of autodoc commands are *automodule, autoclass and
        autofunction.*
        
        To build a final project use command *make html* for html pages and *make latex* for latex documents.
        
        Jupyter Notebook
        ----------------
        This project has a Jupyter notebook to demonstrate the results of the X4 parser and threshold functions as well as 
        the results of running the TI radar parser.
        
        Running Ouster OS1 Lidar
        -------------------------
        To run the OS1 Lidar, user must have working version of Ubuntu 16.04 or higher. All documentation 
        regarding building and running the Lidar software can be found in the pdf file. 
        
        Required libraries
        ------------------
        numpy, pandas, webbrowser, tkinter, csv, matplotlib, pymoduleconnector, time, optparse, math
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
