Skip to main content

Discovery of where I get the data from

Since I found that the supplied airport data in Virtual Airlines Manager was not suitable for several reasons , I had to think of what data do I need and where can I get what I feel is better data.

I sat back and looked at how I use flight simulation and how what I needed from that to accomplish my needs.

I found it easy to think about this ,  I fly with the X-Plane flight simulator with various aircraft some of which are payware.  When I fly I like to use the auto-pilot and thus follow a flight route in the FMC computer.  Thus I have a subscription to Navigraph to update my FMC data each month on their release cycle and I create my flight plans using SIMBRIEF.

So I looked into what I get from Navigraph and I found that I can get a list of all the Airports and Latitude and Longitude in a text file

NZSP-89.981947-144.063631

Where NZSP is the ICAO code and the Latitude and Longitude co-ordinates.

This is a starting point as with this file I get nearly 13500 airports that I could program a route in flight simulator to and from.

As you can see this is not much information at all but of course very vital for flying in X-Plane.

I looked at the airport table in Virtual Airline Manager and all of the software package and found that I could trim the number of field down to these -:




 However of course I started by creating the data from my NAVIGRAPH  file as I had 3 elements of the table already and the first field is just an incremental number and the key to the file is the 'ident' field.

I started by building a master procedure PHP script that would eventually run everything in order and then I built a script to build any database tables that I would need to use to create the new master records for VAM.

Thus at the end of the first part in theory I had a new Airport table with 13500 records 



But there are missing details such as below



So where can I get the rest of the information from if possible ?
There are many databases and software API's available and some are the same source as VAM and as such may not be upto date and are more flight simulation based than current real world.

These source fall into three categories
FREE - these tend to be limited in data quality and content but some of them relate to real world aviation and as such can be treated with more respect.
SMALL CHARGE  - Now we are getting more into data that is for the real world aviation situations and as such some of these can be a good source as you can get the data you want without great expense,  however these sites operate often on a capped subscription with a limit on hits to their data.
EXPENSIVE these are ok if you can afford them as they are the most comprehensive and correct real-world data available they can from the same vendor as the small charge group but contain more data.

The secret is to seek what I needed at good real world accuracy and without great expense and hopefully FREE .



Comments

Popular posts from this blog

Roadmap for my Project

Given that for my project I have chosen the package Virtual Airline Manager references will be made regarding the tables and data of that package.  However the roadmap can apply in theory to any software for a Virtual Airline. Firstly with any software package you need to install it and get some understanding of how it works so that what you create in a refined process is suitable for use.  The same applies if the Virtual Airline already has been built with software other than a package. Once I am happy with the basic installation of Virtual Airline Manager , it does come with some data but since you are starting out to build a new airline many tables are empty and those that have data in would apply to any airline created.  Well thats the theory I guess but in reality is the supplied data what I really want . The main data that is supplied in Virtual Airline Manager  is for Airports and their associated runways and local navigation aids. Because this is an installation with no
Welcome to my new blog !!!. Well the title explains a lot but i will explain why I started my project One of the main if only the main reason for doing this is that so much data is out there which may or may not be correct or exactly what I want to achieve for this exercise. Virtual Airlines have been around for many years to make the experience of flying with a flight simulator such as Microsoft Flight Simulator or X-Plane or indeed any other flight simulation platform that has appeared over the last 10 to 20 years. Virtual Airlines come in all shapes and formats , many emulate their real world entities and many others are fictional or in other words exist only for the Virtual Aviation world. Obviously the Virtual Airline needs a website address and web-pages to operate and many have spent the time to develop extensive websites with a plethora of download files to support their Virtual Airline such as Aircraft Liveries and unique ACARS reporting systems. Others