Skip to content

Commit 2733077

Browse files
committed
Changes for new 4.0.0
1 parent 7ee3fec commit 2733077

20 files changed

+10530
-819
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## AirCOT 4.0.0
2+
3+
- Happy 2026!
4+
- Rewritten and optimized.
5+
- Added embedded TAK-ADSB-ID from @sgofferj
6+
17
## AirCOT 3.0.0
28

39
Happy Summer Solstice

MANIFEST.in

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
graft aircot
2-
3-
global-exclude .DS_Store
4-
global-exclude __pycache__
5-
global-exclude *.pyc
6-
7-
include README.rst LICENSE
8-
1+
include README.md CHANGELOG.md LICENSE src/aircot/VERSION src/aircot/data/*
2+
graft src
3+
recursive-include src/aircot/data *.csv *.txt
4+
recursive-include aircot/data *.csv *.txt
5+
include src/aircot/data *.csv *.txt

README.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,25 @@
11
![ATAK screenshot with PyTAK logo.](https://aircot.readthedocs.io/en/latest/media/atak_screenshot_with_pytak_logo-x25.png)
22

3-
# Classify aircraft in TAK
3+
# Classify Aircraft in TAK
44

5-
AirCOT is software for classifying aircraft within the Team Awareness Kit (TAK) ecosystem of products.
5+
AirCOT classifies aircraft within the Team Awareness Kit (TAK) ecosystem.
66

7-
AirCOT is used by these TAK compatible products:
7+
## Used By
88

9-
1. [ADSBCOT](https://github.com/snstac/adsbcot) is software for monitoring and analyzing aviation surveillance data via the Team Awareness Kit (TAK) ecosystem of products.
10-
2. [AirTAK](https://www.snstac.com/airtak) is a low SWaP-C device for monitoring and analyzing aviation surveillance data via the Team Awareness Kit (TAK) ecosystem of products.
9+
- **[ADSBCOT](https://github.com/snstac/adsbcot)** - Monitors and analyzes aviation surveillance data via TAK
10+
- **[AirTAK](https://www.snstac.com/airtak)** - Low SWaP-C device for monitoring and analyzing aviation surveillance data via TAK
1111

12-
[Documentation is available here](https://aircot.rtfd.io)
12+
## Documentation
13+
14+
[Read the full documentation](https://aircot.rtfd.io)
1315

1416
## Copyright & License
1517

1618
Copyright Sensors & Signals LLC https://www.snstac.com
1719

18-
Licensed under the Apache License, Version 2.0 (the "License");
19-
you may not use this file except in compliance with the License.
20+
Licensed under the Apache License, Version 2.0 (the "License").
2021
You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
2122

22-
Unless required by applicable law or agreed to in writing, software
23-
distributed under the License is distributed on an "AS IS" BASIS,
24-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
25-
See the License for the specific language governing permissions and
26-
limitations under the License.
23+
Unless required by applicable law or agreed to in writing, software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
24+
25+
* [TAK-ADSB-ID](https://github.com/sgofferj/TAK-ADSB-ID) is licensed under the Attribution-ShareAlike 4.0 International license.

aircot/__init__.py

Lines changed: 0 additions & 64 deletions
This file was deleted.

0 commit comments

Comments
 (0)