Package FlightReportManager :: Module PlotGPSTrack :: Class PlotGPSTrack
[hide private]
[frames] | no frames]

Class PlotGPSTrack

source code

Plot flight track on a map - plot as a static track

Instance Methods [hide private]
 
__init__(self, pud_file)
Get instances and prepare vars
source code
 
prepareDataFrame(self)
Put data into dictionary; then geoplotlib is able to draw it onto the map
source code
 
plotTrackOnMap(self)
Plot the track onto the map - engine is based on pyglet - right now it is just a point cloud
source code
 
plotTrackOnMap_MP(self)
Do the same like PlotTrackOnMap but do it as a separate process.
source code
Method Details [hide private]

plotTrackOnMap_MP(self)

source code 

Do the same like PlotTrackOnMap but do it as a separate process. Recommended when calling the method from another GUI library.