Realtime Dashboard with Python: Difference between revisions

From wikiluntti
(Created page with "== Introduction == What is needed * Read the CSV file in a robust manner * Make some maths a * Plot and update the graphs * Show the map and GNSS coordinates == Read the CSV == == Real time plotting == == GIS and maps ==")
 
Line 8: Line 8:


== Read the CSV ==
== Read the CSV ==
See https://labex.io/tutorials/python-how-to-implement-robust-error-handling-in-python-csv-processing-398214


== Real time plotting ==
== Real time plotting ==


== GIS and maps ==
== GIS and maps ==

Revision as of 20:28, 11 April 2025

Introduction

What is needed

  • Read the CSV file in a robust manner
  • Make some maths a
  • Plot and update the graphs
  • Show the map and GNSS coordinates

Read the CSV

See https://labex.io/tutorials/python-how-to-implement-robust-error-handling-in-python-csv-processing-398214

Real time plotting

GIS and maps