Josh Smailes
Results
2
issues of
Josh Smailes
When given an `Airspace`, the `intersect` method in `flight.py` checks the airspace's geometry as well as its upper and lower bounds, but `clip` ignores the vertical bounds. To clip by...
enhancement
good first issue
The `MessageInterface` class implements the same basic functionality as `Message`, but its `__init__` has sane arguments so it can be used as an interface for other scripts.