You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Discussion about should we produce a class for a "Coordinate". A "fix" is then an immutable coordinate with a unique str identifier.
This would allow us to define members functions which perform operations on such coordinates. For example "x.get_distance(y)" or "x.get_bearing_to(y)" these are currently being put into airtools (https://github.com/project-bluebird/airtools/pull/8), but perhaps naturally live with a geometric object on which they act.
The text was updated successfully, but these errors were encountered:
Discussion about should we produce a class for a "Coordinate". A "fix" is then an immutable coordinate with a unique str identifier.
This would allow us to define members functions which perform operations on such coordinates. For example "x.get_distance(y)" or "x.get_bearing_to(y)" these are currently being put into airtools (https://github.com/project-bluebird/airtools/pull/8), but perhaps naturally live with a geometric object on which they act.
The text was updated successfully, but these errors were encountered: