Skip to content

noedigcode/GidPlot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

118 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GidPlot Logo Gid~Plot

An app to just plot CSV data

2024-2026 Gideon van der Kolf, noedigcode@gmail.com

Just import a CSV file and plot some data. Is that so hard?

And show the CSV data in a table, mark import errors, link different plots, create sub-ranges to plot, snap windows to screen edges and a bit more.

Plus, plot latitude/longitude data on a map. Yes, an actual map!

Requirements:

  • Qt 5
    • Qt SVG module (on Ubuntu, libqt5svg5-dev for building and libqt5svg5 for running)
  • Windows or Linux (and probably Mac too)
  • OpenSSL for retrieving map tiles over https.
    • On Windows, you need the libcrypto-1_1-x64.dll and libssl-1_1-x64.dll files which are not provided by Qt. You need to build these yourself or find them bundled with some application.

Building:

Open the gidplot.pro file with QtCreator and build

Or run the following from the command line:

mkdir build
cd build
qmake ../gidplot.pro
make

About

Just plot some CSV data

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors

Languages