Visualizing Geographic Data- Basemap and Python

The goal of this exercise was to explore the fundamentals of geographic coordinate systems and how to work with the Basemap library to plot geographic data points on maps using flight data from the open flights website. The final map examines all the routes from Dallas Fort Worth which have an absolute difference of larger than 180 degrees for either the latitude or longitude values. This is because basemap struggles to create great circles with values greater than 180 degrees. The diagram is as follows: These are all the routes. However these are all the airport longitudes and latitudes from the flight database as a scatterplot in using Basemap.