Airports


This class relies on a Database of airports kindly provided by http://www.partow.net/miscellaneous/airportdatabase/index.html.

Free use of The Global Airport Database are permitted under the guidelines and in accordance with the most current version of the "Common Public License."

See e.g. http://www.opensource.org/licenses/cpl1.0.php for details.

For convenience reasons, it is included in this release.


Airports.inCountry([\NETHERLANDS, \GERMANY, \LUXEMBOURG]).printAll

Airports.countries

Airports.inArea([45, 47], [7, 8]).collectAs({|port| port.country}, Set)


Airports.data.first.inspect