-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fixed formatting of CHANGELOG.md - Fixes #37: Move RTFD docs over to Markdown. - Fixes #38: Don't discard ImportError exception.
- Loading branch information
Showing
20 changed files
with
323 additions
and
389 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,30 @@ | ||
ADSBCOT 6.1.0 | ||
------------- | ||
Added optional altitude filters: ALT_UPPER, ALT_LOWER | ||
## ADSBCOT beta | ||
|
||
- Fixed formatting of CHANGELOG.md | ||
|
||
## ADSBCOT 6.1.0 | ||
|
||
Added optional altitude filters: ALT_UPPER, ALT_LOWER: | ||
- ALT_UPPER: Upper Altitude Limit, geometric (GNSS / INS) altitude in feet referenced to the WGS84 ellipsoid. | ||
- ALT_LOWER: Lower Altitude Limit, same ref as ALT_UPPER. | ||
|
||
ADSBCOT 6.0.0 | ||
------------- | ||
## ADSBCOT 6.0.0 | ||
|
||
Improved support for AirTAK. | ||
- Added a Read the Docs documentation site: https://adsbcot.readthedocs.io | ||
- Added ability to read file:// URLs, including reading aircraft.json from local fs. | ||
- Replaced setup.py metadata with setup.cfg. | ||
- Code cleanup. | ||
|
||
ADSBCOT 5.1.2 | ||
------------- | ||
## ADSBCOT 5.1.2 | ||
|
||
- Fixed #17: Incorrect course/track for some dump1090 feeds. Thanks @dnlbaldwin | ||
- Code cleanup. | ||
|
||
ADSBCOT 5.1.1 | ||
------------- | ||
## ADSBCOT 5.1.1 | ||
|
||
Adding CoT XML Declaration to output CoT. | ||
|
||
ADSBCOT 5.0.5 | ||
------------- | ||
## ADSBCOT 5.0.5 | ||
|
||
Updated adsbexchange.com Raspberry Pi installation instructions. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# | ||
# Copyright 2023 Sensors & Signals LLC | ||
# Copyright Sensors & Signals LLC https://www.snstac.com | ||
# | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
|
@@ -13,9 +13,6 @@ | |
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
# | ||
# Author:: Greg Albrecht <[email protected]> | ||
# License:: Apache License, Version 2.0 | ||
# | ||
|
||
this_app = adsbcot | ||
.DEFAULT_GOAL := all | ||
|
@@ -75,3 +72,7 @@ test_cov: | |
|
||
black: | ||
black . | ||
|
||
mkdocs: | ||
pip install -r docs/requirements.txt | ||
mkdocs serve |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.