Board index FlightGear Development AI Traffic

What traffic files are you doing

Intelligent, computer controlled vehicles that drive/fly over the planet!

Re: What traffic files are you doing

Postby portreekid » Mon Jun 06, 2016 11:46 am

gooneybird wrote in Mon Jun 06, 2016 10:39 am:
portreekid wrote in Mon Jun 06, 2016 9:33 am:https://github.com/nikopoler/wed2fg doesn't use the yellow lines. You don't have to add any parking positions. I will even add the lines from the parking position to the nearest line node, since they aren't drawn in WED. The problem with TaxiDraw is that it can't read any apt files version 850+. I tried to get it compiled but failed. :-(


Thanks, seems to work better than the previous version but still needs Taxidraw to connect parking positions and pushbacks etc.

Sure? It didn't need it for me.
gooneybird wrote in Mon Jun 06, 2016 10:39 am:I use the Taxidraw version from here ftp://ftp.uni-duisburg.de/FlightGear/Win32/ and followed these instructions to set it up: http://wiki.flightgear.org/TaxiDraw

Oh I'll maybe have a look.
portreekid
 
Posts: 651
Joined: Tue Jan 14, 2014 4:36 pm
Location: Leipzig
Callsign: PORTREE
Version: 2020.2.1
OS: Windows 10

Re: What traffic files are you doing

Postby gooneybird » Mon Jun 06, 2016 7:33 pm

This is what I got today :?

Image

Apart from the parking not being connected it is a nice clean conversion and will be a great help.

BecOzIcan wrote in Mon Jun 06, 2016 11:29 am:I am using the same taxidraw version (not the most recent 3.2) which can definitely open the apt.dat I found in fg 2016.2.1. which seems to be a version 1000

(see below LIRF)

Only issue (apt 1000 related) is runways don't show up but worse case scenario you can add them (just to place your "on runway" taxidraw points) using the runway length/width, centre lat/lon details found in WED.


Strange, with that apt.dat I get the same as you at LIRF but elsewhere I get no taxiways, aprons or runways :?
I usually use and old apt.dat, generally the runways do not change so they should be ok (still check them first though) but I ignore the taxiways and aprons.
My Github repository (mostly AI stuff) https://github.com/gooneybird47
User avatar
gooneybird
 
Posts: 3046
Joined: Sat May 31, 2008 2:57 pm

Re: What traffic files are you doing

Postby portreekid » Tue Jun 07, 2016 7:05 am

I saw code for the pushbacks so something is going wrong. One of the problems may be that there are no nodes to connect to. .
portreekid
 
Posts: 651
Joined: Tue Jan 14, 2014 4:36 pm
Location: Leipzig
Callsign: PORTREE
Version: 2020.2.1
OS: Windows 10

Re: What traffic files are you doing

Postby BecOzIcan » Tue Jun 07, 2016 1:23 pm

Interesting you got it ti work G. Definitely fails on my machine,

Tested/Failed with LIMC, WSSS and even LEBL (like you did) . Opening up the xml I noticed I have a closing tag but no opening one for <TaxiNodes/> (see below just after the parkpos list) I tried to remove it but still fail. I guess it makes sense Taxidraw would actually need some nodes.

Process I followed (same as with Vadym's previous script):

1. Get the WED airport from https://gateway.x-plane.com/scenery/page/limc
2. Unzip and Save apt.dat under WED / Sceneries / Custom Sceneries / LIMC
3. Run WED, Open LIMC project, /File Import apt.dat >> Point to the downloaded apt.dat / Import - Airport loaded onto WED Screen - /File/Save (which creates the earth wed xml
4. Run the WED2FG script in the same folder the earth wed xml is in, his creates the LIMC.groundnet.XML.
5. Start Taxidraw, New Project for exting airport : point to apt (either 810, 850 or 1000 version makes no difference in outcome)
6. Airport loads
7. /File Import AI network, point to the LIMC groundnet created by the script
8. Observe immediate failure/termination of Taxidraw

Code: Select all
?xml version="1.0" ?>
<groundnet>
  <!--Groundnet for Barcelona - El Prat (LEBL)-->
  <parkingList>
    <Parking airlineCodes="" heading="245.50" index="8897" lat="N41 17.754" lon="E2 3.766" name="101 T2/R4" number="" radius="40" type="gate"/>
    <Parking airlineCodes="" heading="245.50" index="8898" lat="N41 17.780" lon="E2 3.750" name="102 T2/R4" number="" radius="40" type="gate"/>
    <Parking airlineCodes="" heading="245.50" index="8899" lat="N41 17.804" lon="E2 3.736" name="103 T2/R4" number="" radius="40" type="gate"/>
    <Parking airlineCodes="" heading="245.50" index="8900" lat="N41 17.826" lon="E2 3.722" name="104 T2/R4" number="" radius="40" type="gate"/>
    <Parking airlineCodes="" heading="245.50" index="8901" lat="N41 17.849" lon="E2 3.708" name="105 T2/R4" number="" radius="40" type="gate"/>

..... some moe parkings .....

    <Parking airlineCodes="" heading="65.50" index="9125" lat="N41 18.519" lon="E2 5.442" name="Z7 T2/R0" number="" radius="40" type="gate"/>
    <Parking airlineCodes="" heading="65.50" index="9126" lat="N41 18.528" lon="E2 5.437" name="Z8 T2/R0" number="" radius="40" type="gate"/>
    <Parking airlineCodes="" heading="65.50" index="9127" lat="N41 18.538" lon="E2 5.431" name="Z9 T2/R0" number="" radius="40" type="gate"/>
  </parkingList>
  <TaxiNodes/>
  <TaxiWaySegments>
    <arc begin="9170" end="9423" isPushBackRoute="0" name="GS"/>
    <arc begin="9423" end="9170" isPushBackRoute="0" name="GS"/>
    <arc begin="9171" end="9170" isPushBackRoute="0" name="GS"/>



Any obvious mistake which would explain me failing where you succeeded yet again :-) hahahah I thought maybe some magic python library (I run 2.7.6 3.5.1)

Cheers
Ian
Current Projects: AI Traffic, Models & Liveries
User avatar
BecOzIcan
 
Posts: 1302
Joined: Tue Oct 04, 2011 11:43 pm
Location: Sydney, NSW, Australia
Version: 2020.4.0
OS: Win10

Re: What traffic files are you doing

Postby gooneybird » Tue Jun 07, 2016 2:26 pm

It seems you're missing the whole TaxiNodes section. :?

I just tried LIMC and had no problems, I'm using the latest WED14_to_FGAITM2.py ( https://github.com/nikopoler/wed2fg ) from portreekid but from what I can make out my python version is 2.7.2, not sure how much of a difference that will make.
My Github repository (mostly AI stuff) https://github.com/gooneybird47
User avatar
gooneybird
 
Posts: 3046
Joined: Sat May 31, 2008 2:57 pm

Re: What traffic files are you doing

Postby BecOzIcan » Tue Jun 07, 2016 2:31 pm

Yes weird, I am using the same script Portreekid recommended. tried with Python 2.7.6 then upgraded to the latest but no improvement. Well not really a major problem anyway, I am quite happy with the original yellow line script and not much benefit if you still have to manually add pushback routes anyway. i ll let this one go ;-)
Current Projects: AI Traffic, Models & Liveries
User avatar
BecOzIcan
 
Posts: 1302
Joined: Tue Oct 04, 2011 11:43 pm
Location: Sydney, NSW, Australia
Version: 2020.4.0
OS: Win10

Re: What traffic files are you doing

Postby gooneybird » Wed Jun 08, 2016 9:08 pm

Liveries for WOW Air done.
Image

Liveries and traffic for Edelweiss done.
Image

Looks like the groundnet for LSZH Zurich needs a little tweaking.
Image
My Github repository (mostly AI stuff) https://github.com/gooneybird47
User avatar
gooneybird
 
Posts: 3046
Joined: Sat May 31, 2008 2:57 pm

Re: What traffic files are you doing

Postby portreekid » Wed Jun 08, 2016 9:27 pm

Did you add the -c flag?

Code: Select all
WED14_to_FGAITM2.py -s -o D:\ProjectSkye\project\TerraSync\Airports -f "D:\Program Files (x86)\X-Plane 10 Demo\Custom Scenery\LBEL\earth.wed.xml" -c


at least the logging indicates that the routes are added. I just discovered that the flag doesn't work anyway.

https://dl.dropboxusercontent.com/u/58353843/LEBL.groundnet.xml
portreekid
 
Posts: 651
Joined: Tue Jan 14, 2014 4:36 pm
Location: Leipzig
Callsign: PORTREE
Version: 2020.2.1
OS: Windows 10

Re: What traffic files are you doing

Postby SP-KOK » Thu Jun 09, 2016 2:33 pm

Hey , I have a question . I fly often with EPWA but missing there groundsnet for AI aircraft . Maybe someone would do it , because I do not know at this and depends on me to see LOT aircraft on parking spaces . thanks.
SP-KOK
 
Posts: 679
Joined: Tue Feb 02, 2016 6:04 pm

Re: What traffic files are you doing

Postby BecOzIcan » Sun Jun 12, 2016 5:33 am

SP-KOK wrote in Thu Jun 09, 2016 2:33 pm:Hey , I have a question . I fly often with EPWA but missing there groundsnet for AI aircraft . Maybe someone would do it , because I do not know at this and depends on me to see LOT aircraft on parking spaces . thanks.


Hi, you can find instruction on how you can build the groundnetwork here. http://wiki.flightgear.org/Interactive_traffic
Current Projects: AI Traffic, Models & Liveries
User avatar
BecOzIcan
 
Posts: 1302
Joined: Tue Oct 04, 2011 11:43 pm
Location: Sydney, NSW, Australia
Version: 2020.4.0
OS: Win10

Re: What traffic files are you doing

Postby BecOzIcan » Sun Jun 12, 2016 5:38 am

Back to thread topic. AUI Ukraine International June 2016 traffic file complete. Will prepare the missing liveries (ERJ195, B738) then submit
Current Projects: AI Traffic, Models & Liveries
User avatar
BecOzIcan
 
Posts: 1302
Joined: Tue Oct 04, 2011 11:43 pm
Location: Sydney, NSW, Australia
Version: 2020.4.0
OS: Win10

Re: What traffic files are you doing

Postby BecOzIcan » Mon Aug 22, 2016 4:16 am

Working on Turkish Airlines and ANA traffic files.
Current Projects: AI Traffic, Models & Liveries
User avatar
BecOzIcan
 
Posts: 1302
Joined: Tue Oct 04, 2011 11:43 pm
Location: Sydney, NSW, Australia
Version: 2020.4.0
OS: Win10

Re: What traffic files are you doing

Postby BecOzIcan » Mon Aug 29, 2016 4:33 pm

Updated ANA traffic file (SEP 2016) available from viewtopic.php?f=23&t=30344

Turkish Airlines will be next
Current Projects: AI Traffic, Models & Liveries
User avatar
BecOzIcan
 
Posts: 1302
Joined: Tue Oct 04, 2011 11:43 pm
Location: Sydney, NSW, Australia
Version: 2020.4.0
OS: Win10

Re: What traffic files are you doing

Postby BecOzIcan » Fri Sep 09, 2016 2:39 pm

Turkish Airlines traffic file (AUG 2016 timetable) available from viewtopic.php?f=23&t=30370

Qatar and Asiana are next
Current Projects: AI Traffic, Models & Liveries
User avatar
BecOzIcan
 
Posts: 1302
Joined: Tue Oct 04, 2011 11:43 pm
Location: Sydney, NSW, Australia
Version: 2020.4.0
OS: Win10

Re: What traffic files are you doing

Postby flycanarias » Sat Nov 19, 2016 7:34 pm

Hello guys, some Ideas for you: Would you do TUIFLY and CONDOR? (Tuifly 738 is already on the AI database, Condor is not, unfortunately)

Regards, flycanarias
Canary Islands Custom Scenery
Improvement of the AI Traffic for the Canary Islands Region
RoutePlans for the Eastern Atlantic (Azores, Madeira, Cap Verde, Canaries)
About to open a Binter Canarias VA
flycanarias
 
Posts: 285
Joined: Fri Jun 10, 2016 4:29 pm
Location: EDDF, EDDC, GCFV

PreviousNext

Return to AI Traffic

Who is online

Users browsing this forum: No registered users and 5 guests