Alistair Green
10 years ago
Dear Pilots,
Recently I started using XCSoar on my smartphone to record IGC logge
traces of my flights in club gliders. Naturally I wanted to review m
flights on a PC afterwards, but this was not easy to do without expensiv
commercial software. Some free programs exist, but I found them to b
tricky to set up and awkward to use on a small laptop screen.
So, I decided to write my own IGC viewing software, and release it fo
free.
The result is now online at:
https://alistairmgreen.github.io/jsigc/
and the full source code is available from:
https://github.com/alistairmgreen/jsigc
It is written in JavaScript and runs inside a web browser, which means tha
no installation is required - simply go to the web site, click the butto
and select a file. (Note that all of the processing happens on you
computer; nothing is ever uploaded to the Internet.)
The layout of the web page adjusts itself to match the screen size. I hav
used it on a large desktop monitor, a 15" laptop, a small netbook and
smartphone.
At present, the software has the following features:
* Interactive map showing the glider's flight path and the declared tas
(if any). The map data comes from the OpenStreetMap project.
* Graph showing the GPS height and pressure altitude as a function of time
either in metres or in feet.
* Display of any "header" information included in the file (pilot name
glider registration etc.)
Of course it is by no means a replacement for "SeeYou" or similar, but
hope that it will be useful to somebody.
I intend to make further improvements in the future, and would be gratefu
for any input from the community. Comments, suggestions and bug reports ca
be left on the GitHub issue tracker:
https://github.com/alistairmgreen/jsigc/issues
Anyone with programming or web design skills is more than welcome to mak
their own copy of the code and add some new features or cosmetic tweaks.
would love to receive a GitHub "pull request" with your enhancements.
Thanks for reading.
Regards,
Alistair Green
Bath, Wilts & North Dorset Gliding Club, UK
P.S. In case you have never heard of "GitHub", it is one of the bigges
computer programming sites on the Web. It provides tools for sharin
program source code and merging together changes made by different people
allowing programmers all over the world to collaborate.
Recently I started using XCSoar on my smartphone to record IGC logge
traces of my flights in club gliders. Naturally I wanted to review m
flights on a PC afterwards, but this was not easy to do without expensiv
commercial software. Some free programs exist, but I found them to b
tricky to set up and awkward to use on a small laptop screen.
So, I decided to write my own IGC viewing software, and release it fo
free.
The result is now online at:
https://alistairmgreen.github.io/jsigc/
and the full source code is available from:
https://github.com/alistairmgreen/jsigc
It is written in JavaScript and runs inside a web browser, which means tha
no installation is required - simply go to the web site, click the butto
and select a file. (Note that all of the processing happens on you
computer; nothing is ever uploaded to the Internet.)
The layout of the web page adjusts itself to match the screen size. I hav
used it on a large desktop monitor, a 15" laptop, a small netbook and
smartphone.
At present, the software has the following features:
* Interactive map showing the glider's flight path and the declared tas
(if any). The map data comes from the OpenStreetMap project.
* Graph showing the GPS height and pressure altitude as a function of time
either in metres or in feet.
* Display of any "header" information included in the file (pilot name
glider registration etc.)
Of course it is by no means a replacement for "SeeYou" or similar, but
hope that it will be useful to somebody.
I intend to make further improvements in the future, and would be gratefu
for any input from the community. Comments, suggestions and bug reports ca
be left on the GitHub issue tracker:
https://github.com/alistairmgreen/jsigc/issues
Anyone with programming or web design skills is more than welcome to mak
their own copy of the code and add some new features or cosmetic tweaks.
would love to receive a GitHub "pull request" with your enhancements.
Thanks for reading.
Regards,
Alistair Green
Bath, Wilts & North Dorset Gliding Club, UK
P.S. In case you have never heard of "GitHub", it is one of the bigges
computer programming sites on the Web. It provides tools for sharin
program source code and merging together changes made by different people
allowing programmers all over the world to collaborate.