Giter Club home page Giter Club logo

python-data-plotting-tool's Introduction

python 2D plotting tool

Constraints

  • written in Python
  • Use Python 3.11
  • Use matplotlib.pyplot for visualisation
  • Logfiles:
    • gps.txt: an ASCII text file that contains the GPGGA, GPRMC and GPVTG messages
    • ppg-raw-data_ch3_6_12_2023_16-57-13: Goodix GH3220 PPG raw data single channel
    • future enhancement: imu.dat: a binary file that contains the CORRIMUDATAS messages (with short binary HEADER)
  • Use pdf documentation in resources

Problem : Plot of 2 arrays forr ppg-raw data (ppg-raw-data_ch3_6_12_2023_16-57-13)

This tool plots ppg raw data.

Problem : Plot of flight route (gps.txt)

a tool which is plotting the flight route of a plane.

  • Interpret gps.txt file, read GPGGA message
  • Plot longitude and latitude on a 2-dimensional plot with x-axis = longitude and y-axis = lattitude
  • Longitude and latitude shall be displayed in degrees ranging from -180...180 degrees. For example, position of Sydney is 150 Deg E, 31 Deg S. This shall be displayed as 150.00 for longitude and -31.00 for latitude (log of GPGGA is storing the values in a different format!)
  • diagram and axis titles

python-data-plotting-tool's People

Contributors

simonxinwang avatar dii avatar nearmaptechnology avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.