HeikoJabusch
|
|
Group: Forum Members
Posts: 2,
Visits: 0
|
I tested flysto.net and desperatly needed an export of all three hundred gpx logs from Skydemon. So I wrote an autoit script to export it. Please observe that you have to edit it (line 1, 3 and 37) to make it work on your machine.
-----------------------------------------------------------------
WinWaitActive("SkyDemon Plan: Lueneburg - Pirna-Pratzschwitz","")
for $i = 1 to 307 Sleep(1000); Send("{CTRLDOWN}l{CTRLUP}"); WinWaitActive("Open File",""); sleep(1000); Send("{TAB}"); for $x = 1 to $i Send("{DOWN}"); Sleep(10); next Send("{ENTER}"); Sleep(1000);
Send("{TAB}") Sleep(500); Send("{TAB}") Sleep(500); Send("{TAB}") Sleep(500); Send("{TAB}") Sleep(500); Send("{TAB}") Sleep(500);
Send("{ENTER}") WinWaitActive("Save As","") Sleep(500); $sString = String($i) Send( $sString) Send("{ENTER}") Sleep(1000); Send ( "!{F4}") Sleep(1000); WinWaitActive("SkyDemon Plan: Lueneburg - Pirna-Pratzschwitz","")
next
|
|
|
Tony N
|
|
Group: Forum Members
Posts: 335,
Visits: 2.4K
|
+x+x+xJust manually downloaded 3 years of flights from Skydemon to create my own map. Looked desperately for a folder of log files or a way to export so I will this a +1 KimW,
Which map facility did you use for this? SD or something else? Tony I used https://www.mygpsfiles.com/app/It creates every flight in different color, but I wanted a more clean look. You can play with track width, transparency and color. If I could batch download that would be an easier workflow, but now I just exported one by one, and will do that periodically to create new maps as flights are added. KimW, Thanks, I will have a play... Tony
|
|
|
KimW
|
|
Group: Forum Members
Posts: 42,
Visits: 0
|
+x+xJust manually downloaded 3 years of flights from Skydemon to create my own map. Looked desperately for a folder of log files or a way to export so I will this a +1 KimW,
Which map facility did you use for this? SD or something else? Tony I used https://www.mygpsfiles.com/app/It creates every flight in different color, but I wanted a more clean look. You can play with track width, transparency and color. If I could batch download that would be an easier workflow, but now I just exported one by one, and will do that periodically to create new maps as flights are added.
|
|
|
Tony N
|
|
Group: Forum Members
Posts: 335,
Visits: 2.4K
|
+xJust manually downloaded 3 years of flights from Skydemon to create my own map. Looked desperately for a folder of log files or a way to export so I will this a +1 KimW,
Which map facility did you use for this? SD or something else? Tony
|
|
|
KimW
|
|
Group: Forum Members
Posts: 42,
Visits: 0
|
Just manually downloaded 3 years of flights from Skydemon to create my own map. Looked desperately for a folder of log files or a way to export so I will this a +1
|
|
|
DeeCee 57
|
|
Group: Forum Members
Posts: 10,
Visits: 22
|
+xThere's no facility for doing this at the moment. As with all feature requests, if enough people seem to want it, we will do our best to include it. Thanks for that quick answer Tim
|
|
|
november romeo
|
|
Group: Forum Members
Posts: 3,
Visits: 10
|
A batch export would be brilliant, so that I can import all my data to Flysto.
|
|
|
Tim Dawson
|
|
Group: Forum Members
Posts: 8K,
Visits: 9K
|
There's no facility for doing this at the moment. As with all feature requests, if enough people seem to want it, we will do our best to include it.
|
|
|
DeeCee 57
|
|
Group: Forum Members
Posts: 10,
Visits: 22
|
+xFor anyone interested in creating a map of say all the flights that occurred during a year, is there a way to batch export the GPX or KML data? The one by one leg export of the data offered in either the desktop or tablet version of SkyDemon is tedious to say the least... Individual log export from the PC at present: - Analysis - Open Flight Log... Ctrl+L - Open File window - wait for logs to load - select log (only one log selectable) - Export chosen log to an external folder - closing the log window then even closes the Open Flight Log window instead of offering Next or Previous, which means the whole process to be done from the start, for every which log...
The whole operation of exporting logs from the cloud is cumbersome. There must be a way to download all of one's logs from the cloud, no?
|
|
|
DeeCee 57
|
|
Group: Forum Members
Posts: 10,
Visits: 22
|
For anyone interested in creating a map of say all the flights that occurred during a year, is there a way to batch export the GPX or KML data? The one by one leg export of the data offered in either the desktop or tablet version of SkyDemon is tedious to say the least...
|
|
|