junzis / pyModeS

Python decoder for Mode S and ADS-B signals
GNU General Public License v3.0
546 stars 153 forks source link

Position surface doc error #66

Closed wrobell closed 4 years ago

wrobell commented 4 years ago

Improve the style of the summary of the function and add note about surface position message and reference position. Describe reference position arguments.

Use is None for reference position test as bool(0.0) evaluates to false.

Improve formatting of the error messages in the exceptions raised by the function (i.e. it seems most of the error messages start with a capital letter).