Gregrs400 / AirportSim

Object-Oriented Representation of Airports and the systems within. Extension of a final project for a class.
1 stars 0 forks source link

Modify Airport class to use Latitude and Longitude for location #3

Closed Gregrs400 closed 2 months ago

Gregrs400 commented 4 months ago

Current airport location system, a matrix, is not as realistic as using latitude and longitude, and makes for less realistic times for flights within the 30 min blocks produced by the matrix. The airport objects need to use latitude and longitude, and the matrix needs to be removed.

Gregrs400 commented 2 months ago

The implementation of latitude and longitude as well as the removal of the Airport matrix were completed in a previous commit.