Places
Place
Bases: BaseModel
Source code in passengersim/config/places.py
name
instance-attribute
Identifying code for this place.
For airports, typically the three letter code.
time_zone
class-attribute
instance-attribute
The time zone for this location.
great_circle
Using Haversine formula, to get distance between points in miles.