/ReadPlotCSV_streamlit

Version of this application to share on Streamlit with submodule removed

Primary LanguagePython

File Check

Check the Binary or DB file for any errors in the data. This will check things like voltage, heading, pitch and roll spikes, date jumps and other test. Streamlit is used to display plots of the results.

File Check Loading

File Check Summary

File Check Streamlit

Install requirements

pip install -r requirements.txt
pip install -r rti_python\requirements.txt
pip install -r rti_python_plot\requirements.txt

Run Application

# To just see results
python app.py

# To see plots also
streamlit run app.py