Xavier Olive
ff12d819da
fix publish source
2022-12-30 14:17:36 +01:00
Xavier Olive
dc9d7ea91a
fix test runner.os
2022-12-30 14:10:22 +01:00
Xavier Olive
5bc11cd78c
fix test runner.os
2022-12-30 14:08:44 +01:00
Xavier Olive
9e6f9c3ffe
upload source
2022-12-30 14:05:38 +01:00
dependabot[bot]
e1017bc2e5
Bump codecov/codecov-action from 2 to 3 ( #136 )
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 2 to 3.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-30 14:02:05 +01:00
Xavier Olive
ebe1f76cd9
dependabot.yml
2022-12-30 13:57:57 +01:00
Xavier Olive
8830ef3dfe
fix poetry PATH for windows
2022-12-30 13:50:43 +01:00
Xavier Olive
d999851da5
fix typo and &&
2022-12-30 13:42:52 +01:00
Xavier Olive
6d0406c6b9
update version
2022-12-30 13:28:36 +01:00
Xavier Olive
6140f84058
update yml
2022-12-30 00:59:30 +01:00
Xavier Olive
a8f3b9c811
attempt to fix poetry windows cache issue
2022-12-28 00:11:52 +01:00
Xavier Olive
8f098671a0
Update .gitignore
2022-12-28 00:05:07 +01:00
Xavier Olive
4cf99e8927
switch to poetry ( #135 )
2022-12-27 23:58:28 +01:00
Xavier Olive
5a703a0d3c
Merge pull request #134 from junzis/pr_flarm
...
FLARM decoder
2022-12-04 23:41:18 +01:00
Xavier Olive
90f35a8f29
FLARM decoder
2022-12-04 00:08:25 +01:00
Xavier Olive
87e6f50486
FLARM decoder
2022-12-04 00:04:55 +01:00
Xavier Olive
0667c1b3c3
include Python 3.11
2022-11-01 20:45:47 +09:00
Xavier Olive
9d82f9b9c9
compatibility with Python 3.7
2022-11-01 20:38:29 +09:00
Xavier Olive
51222372b1
fully annotated code
2022-11-01 16:32:42 +09:00
Xavier Olive
d3607a16c1
Merge pull request #132 from JWyman482/bds62_baro_rounding_fix
...
Bds62 baro rounding fix
2022-08-15 23:39:15 +02:00
John Wyman
6a427c08b5
Update display to remove units if baro == none
2022-08-14 00:45:13 -07:00
John Wyman
afd53af87b
Increase padding on _print to fit baro
2022-08-14 00:34:17 -07:00
John Wyman
6b4a5bdaf3
move round() call to baro == None else clause
2022-08-14 00:27:09 -07:00
Xavier Olive
3e0d7ceec5
Merge pull request #131 from dforsi/fix/imports
2022-08-11 19:01:54 +02:00
Daniele Forsi
130491e641
Add missing import
...
Found with pylint.
Fixes:
pyModeS/streamer/decode.py:290:21: E0602: Undefined variable 'traceback' (undefined-variable)
2022-08-08 19:56:34 +02:00
Xavier Olive
1f620d6534
Merge pull request #129 from dforsi/fix/description
2022-08-08 13:57:22 +02:00
Daniele Forsi
b4d4ef8f1f
Fix description
2022-08-08 10:21:57 +02:00
Junzi Sun
bb8f83e832
fix RCv for position with GNSS height
2022-07-09 12:11:28 +02:00
Junzi Sun
b90932e51d
add missing parameters for dumpto file
2022-07-09 10:09:41 +02:00
Xavier Olive
b36540e2a1
fix corner case
2022-05-31 09:55:07 +02:00
Junzi Sun
c02414417d
new release 2.11
2022-04-18 20:50:24 +02:00
Xavier Olive
13f4fe77bb
tests with coverage
2022-04-18 20:40:49 +02:00
Xavier Olive
401f3f5e95
ignore for windows+github actions
2022-04-18 20:28:56 +02:00
Xavier Olive
73c3a75234
more os
2022-04-18 18:50:38 +02:00
Xavier Olive
06941bac2e
fix tests
2022-04-18 18:47:12 +02:00
Xavier Olive
6e33ac0288
with mypy
2022-04-18 18:32:33 +02:00
Xavier Olive
65ce1a62c4
test ci and fix #125
2022-04-18 17:59:30 +02:00
Junzi Sun
5dc74a5548
new release
2022-04-18 11:59:14 +02:00
Junzi Sun
e7edba9e25
Merge pull request #121 from Flyer350/patch-9
...
Update bds20.py
2022-04-18 11:28:15 +02:00
Junzi Sun
ce5adbafe5
Update bds20.py
2022-04-18 11:27:53 +02:00
Flyer350
b52431ca51
Update bds20.py
...
#message with empty callsign can still be BDS2,0
Example messages:
a900189f20000000000000d0d739
a100000020000000000000a81785
2022-01-24 10:38:17 +01:00
Junzi Sun
00f04a8886
Merge pull request #119 from Flyer350/patch-8
...
fix bug in squawk decoding for BDS61
2021-11-22 10:23:32 +01:00
Flyer350
0eb2d1f6a2
Update bds61.py
...
Fix the Mode A decoder. The ZERO is already part of the binary data inside the message and does not need to be added.
See ED-102A, 2.2.3.2.7.8.1.2 b. Starting with ―ME‖ bit 12, the code sequence shall be C1, A1, C2, A2, C4, A4, ZERO, B1, D1, B2, D2, B4, D4.
2021-11-18 11:24:42 +01:00
Junzi Sun
26ef5d3ad9
Merge pull request #116 from dforsi/fix/typos
...
Fix typos in doc strings
2021-11-02 22:10:54 +01:00
Daniele Forsi
b90c2e740d
Fix typos in print() strings
2021-10-09 23:17:31 +02:00
Daniele Forsi
e39baf38ed
Fix typos
2021-10-09 22:50:28 +02:00
Junzi Sun
b9471d7fcb
move functions to py_common
2021-10-09 00:02:33 +02:00
Junzi Sun
a350050e6e
Merge pull request #112 from maranov/bugfix/airborne_velocity_trk
...
Fix UnboundLocalError in airborne_velocity when velocity is zero
2021-07-07 22:47:51 +02:00
Junzi Sun
01574a9f01
Merge pull request #111 from maranov/bugfix/tcpclient_disconnect
...
Fix invalid socket disconnect call in TcpClient
2021-07-07 22:46:21 +02:00
Junzi Sun
cdb7aef82e
Merge pull request #108 from dforsi/fix/typos
...
Fix typos
2021-07-07 22:45:22 +02:00