A aviation & planes forum. AviationBanter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » AviationBanter forum » rec.aviation newsgroups » Soaring
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

"datamining" thousands of IGC files



 
 
Thread Tools Display Modes
  #1  
Old March 5th 12, 05:26 PM posted to rec.aviation.soaring
Tibor
external usenet poster
 
Posts: 2
Default "datamining" thousands of IGC files

Hi,

are there any open/free tools to datamine on database of many IGC files?

There is a threat that the free airspace for gliding in Slovakia is going to be significantly restricted. We need tools which help prepare arguments about airspace usage and frequency of our flights.

If I was starting from scratch I would probably try to import all the flights into a GIS database (PostGIS) and do the data cleaning and queries there. Does anybody have experience with this?

Thanks for you help,
Tibor Arpas
  #2  
Old March 5th 12, 05:55 PM posted to rec.aviation.soaring
Sean Fidler
external usenet poster
 
Posts: 1,005
Default "datamining" thousands of IGC files

I have an intern currently working on a slightly different project for US flights in an effort to isolate for potential cloud flying incedents over thousands of competition flights. It has been very interesting so far. More later. He did create a batch method for adding large sets of flights (but only a few dozen at a time). Not sure what dbase he is using.

Send me your email and I will connect you.

On Monday, March 5, 2012 12:26:07 PM UTC-5, Tibor wrote:
Hi,

are there any open/free tools to datamine on database of many IGC files?

There is a threat that the free airspace for gliding in Slovakia is going to be significantly restricted. We need tools which help prepare arguments about airspace usage and frequency of our flights.

If I was starting from scratch I would probably try to import all the flights into a GIS database (PostGIS) and do the data cleaning and queries there. Does anybody have experience with this?

Thanks for you help,
Tibor Arpas


  #3  
Old March 5th 12, 06:22 PM posted to rec.aviation.soaring
Morgan[_2_]
external usenet poster
 
Posts: 170
Default "datamining" thousands of IGC files

June 2010 Soaring Page 32

There is an article on Thermal Routes by Alfred Ultsch. I didn't see any contact info, but it might get you started.


On Monday, March 5, 2012 9:26:07 AM UTC-8, Tibor wrote:
Hi,

are there any open/free tools to datamine on database of many IGC files?

There is a threat that the free airspace for gliding in Slovakia is going to be significantly restricted. We need tools which help prepare arguments about airspace usage and frequency of our flights.

If I was starting from scratch I would probably try to import all the flights into a GIS database (PostGIS) and do the data cleaning and queries there. Does anybody have experience with this?

Thanks for you help,
Tibor Arpas


  #4  
Old March 5th 12, 06:58 PM posted to rec.aviation.soaring
Walter[_2_]
external usenet poster
 
Posts: 6
Default "datamining" thousands of IGC files

Hi Tibor,
did you already contact Christian at www.streckenflug.at.
He showed us the glider routes in Austria.
Since the pilots from Vienna often fly in your country, they might be verry
willing to help to fight airspace restrictions
Regards and good success
Walter

"Tibor" schrieb im Newsbeitrag
news:28104876.3949.1330968367200.JavaMail.geo-discussion-forums@vbbed8...
Hi,

are there any open/free tools to datamine on database of many IGC files?

There is a threat that the free airspace for gliding in Slovakia is going
to be significantly restricted. We need tools which help prepare arguments
about airspace usage and frequency of our flights.

If I was starting from scratch I would probably try to import all the
flights into a GIS database (PostGIS) and do the data cleaning and queries
there. Does anybody have experience with this?

Thanks for you help,
Tibor Arpas



  #5  
Old March 5th 12, 08:52 PM posted to rec.aviation.soaring
Paul Jessop[_2_]
external usenet poster
 
Posts: 8
Default

At 17:26 05 March 2012, Tibor wrote:
Hi,

are there any open/free tools to datamine on database of many IGC files?

There is a threat that the free airspace for gliding in Slovakia is going
to be significantly restricted. We need tools which help prepare

arguments
about airspace usage and frequency of our flights.

If I was starting from scratch I would probably try to import all the
flights into a GIS database (PostGIS) and do the data cleaning and

queries
there. Does anybody have experience with this?

Thanks for you help,
Tibor Arpas


Hi Tibor,

I have done some of this with the IGC files (about 8000 of them I recall)
from the British Gliding Association national ladder. It was published
recently in Sailplane and Gliding and I'll willingly help you in any way I
can. There are some animations to look at if you visit:

http://www.gliding.co.uk/sailplanean...ticles.htm#SG1

The same approach was used to look at all flights over FL100 to back up a
(successful) request for exemption from transponder carriage. I'll put this
on Flickr in a minute.

All this was done by brute force with PERL code, taking a day to run over
the IGC files. The visualisation was done in 3DEM which I highly recommend
for this task.

None of this is open source - though I'd be happy to open source my code if
it is any use.

Please contact me off list and I'll explain further.

Paul

  #6  
Old March 5th 12, 09:19 PM posted to rec.aviation.soaring
Max Kellermann
external usenet poster
 
Posts: 171
Default "datamining" thousands of IGC files

Tibor wrote:
There is a threat that the free airspace for gliding in Slovakia is
going to be significantly restricted. We need tools which help
prepare arguments about airspace usage and frequency of our flights.


One could use the XCSoar calculation engine to extract data from bulk
IGC files. What exactly do you need?

The biggest problem with bulk IGC files is how to get so many IGC
files. The OLC is a commercial company and bans you for attempting to
download more than 10 files in one day. Therefore, supporting the OLC
is harmful for projects like yours.

Max
  #7  
Old March 5th 12, 09:29 PM posted to rec.aviation.soaring
Paul Jessop[_2_]
external usenet poster
 
Posts: 8
Default "datamining" thousands of IGC files

At 17:26 05 March 2012, Tibor wrote:
Hi,

are there any open/free tools to datamine on database of many IGC files?

There is a threat that the free airspace for gliding in Slovakia is going
to be significantly restricted. We need tools which help prepare

arguments
about airspace usage and frequency of our flights.

If I was starting from scratch I would probably try to import all the
flights into a GIS database (PostGIS) and do the data cleaning and

queries
there. Does anybody have experience with this?

Thanks for you help,
Tibor Arpas


[Not sure why the subject didn't appear on this post before]

Hi Tibor,

I have done some of this with the IGC files (about 8000 of them I recall)
from the British Gliding Association national ladder. It was published
recently in Sailplane and Gliding and I'll willingly help you in any way I
can. There are some animations to look at if you visit:

http://www.gliding.co.uk/sailplanean...ticles.htm#SG1

The same approach was used to look at all flights over FL100 to back up a
(successful) request for exemption from transponder carriage. I'll put this
on Flickr in a minute.

All this was done by brute force with PERL code, taking a day to run over
the IGC files. The visualisation was done in 3DEM which I highly recommend
for this task.

None of this is open source - though I'd be happy to open source my code if
it is any use.

Please contact me off list and I'll explain further.

Paul


  #8  
Old March 5th 12, 09:30 PM posted to rec.aviation.soaring
Paul Jessop[_2_]
external usenet poster
 
Posts: 8
Default "datamining" thousands of IGC files

At 17:26 05 March 2012, Tibor wrote:
Hi,

are there any open/free tools to datamine on database of many IGC files?

There is a threat that the free airspace for gliding in Slovakia is going
to be significantly restricted. We need tools which help prepare

arguments
about airspace usage and frequency of our flights.

If I was starting from scratch I would probably try to import all the
flights into a GIS database (PostGIS) and do the data cleaning and

queries
there. Does anybody have experience with this?

Thanks for you help,
Tibor Arpas


[Not sure why the subject didn't appear on this post before]

Hi Tibor,

I have done some of this with the IGC files (about 8000 of them I recall)
from the British Gliding Association national ladder. It was published
recently in Sailplane and Gliding and I'll willingly help you in any way I
can. There are some animations to look at if you visit:

http://www.gliding.co.uk/sailplanean...ticles.htm#SG1

The same approach was used to look at all flights over FL100 to back up a
(successful) request for exemption from transponder carriage. I'll put this
on Flickr in a minute.

All this was done by brute force with PERL code, taking a day to run over
the IGC files. The visualisation was done in 3DEM which I highly recommend
for this task.

None of this is open source - though I'd be happy to open source my code if
it is any use.

Please contact me off list and I'll explain further.

Paul


  #9  
Old March 5th 12, 09:30 PM posted to rec.aviation.soaring
Paul Jessop[_2_]
external usenet poster
 
Posts: 8
Default "datamining" thousands of IGC files

At 17:26 05 March 2012, Tibor wrote:
Hi,

are there any open/free tools to datamine on database of many IGC files?

There is a threat that the free airspace for gliding in Slovakia is going
to be significantly restricted. We need tools which help prepare

arguments
about airspace usage and frequency of our flights.

If I was starting from scratch I would probably try to import all the
flights into a GIS database (PostGIS) and do the data cleaning and

queries
there. Does anybody have experience with this?

Thanks for you help,
Tibor Arpas


[Not sure why the subject didn't appear on this post before]

Hi Tibor,

I have done some of this with the IGC files (about 8000 of them I recall)
from the British Gliding Association national ladder. It was published
recently in Sailplane and Gliding and I'll willingly help you in any way I
can. There are some animations to look at if you visit:

http://www.gliding.co.uk/sailplanean...ticles.htm#SG1

The same approach was used to look at all flights over FL100 to back up a
(successful) request for exemption from transponder carriage. I'll put this
on Flickr in a minute.

All this was done by brute force with PERL code, taking a day to run over
the IGC files. The visualisation was done in 3DEM which I highly recommend
for this task.

None of this is open source - though I'd be happy to open source my code if
it is any use.

Please contact me off list and I'll explain further.

Paul


  #10  
Old March 6th 12, 07:20 AM posted to rec.aviation.soaring
Tibor
external usenet poster
 
Posts: 2
Default "datamining" thousands of IGC files

Thanks everyone for suggestions, please keep them coming . For now we need to answer simple question or two. e.g. how many "flights/hours have reached 7500ft MSL."?

We'll probably get only competition flights (no online competitions), as we luckily have quite enough competitions in Slovakia and it's easy to approach the organizers.

For longer term, of course we would like to have more sophisticated collection, filtering and ad hoc queries. That's why I mentioned importing flights into relational+spatial database. I think it's the propper groundwork for anybody doing statistics or visualizations. If we create something along this lines I'll let you know.

Thanks,
Tibor

On Monday, March 5, 2012 6:26:07 PM UTC+1, Tibor wrote:
Hi,

are there any open/free tools to datamine on database of many IGC files?

There is a threat that the free airspace for gliding in Slovakia is going to be significantly restricted. We need tools which help prepare arguments about airspace usage and frequency of our flights.

If I was starting from scratch I would probably try to import all the flights into a GIS database (PostGIS) and do the data cleaning and queries there. Does anybody have experience with this?

Thanks for you help,
Tibor Arpas




On Monday, March 5, 2012 6:26:07 PM UTC+1, Tibor wrote:
Hi,

are there any open/free tools to datamine on database of many IGC files?

There is a threat that the free airspace for gliding in Slovakia is going to be significantly restricted. We need tools which help prepare arguments about airspace usage and frequency of our flights.

If I was starting from scratch I would probably try to import all the flights into a GIS database (PostGIS) and do the data cleaning and queries there. Does anybody have experience with this?

Thanks for you help,
Tibor Arpas


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
(USA) US/Mexico "airspace" (boundary) files available Tuno Soaring 4 March 27th 10 07:17 PM
"MAKE THOUSANDS FAST" [email protected] Restoration 0 January 27th 08 08:20 PM
Marine Corps Now Authorized To Use "Involuntary Recall" To Force Thousands Back To Iraq (for Israel, of course!) - see comments on page 1 of following URL: dontcowerfromthetruth Naval Aviation 0 August 23rd 06 09:23 AM
Another CLUSTER Fu*k by Thousands Standing Around Whatdoyouexpect Piloting 0 March 18th 06 03:27 PM
TURN $5 IN THOUSANDS TURN $5 IN THOUSANDS Home Built 0 August 1st 05 12:38 PM


All times are GMT +1. The time now is 04:18 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 AviationBanter.
The comments are property of their posters.