Commit Graph

70 Commits

Author SHA1 Message Date
Xavier Olive
4cf99e8927
switch to poetry (#135) 2022-12-27 23:58:28 +01:00
Daniele Forsi
e39baf38ed Fix typos 2021-10-09 22:50:28 +02:00
Xavier Olive
20801883d5 suggestions for installation 2021-01-06 16:46:20 +01:00
Junzi Sun
56d70b03d2
Update README.rst 2021-01-06 12:40:04 +01:00
Junzi Sun
dd3a869c08
fix typos 2020-09-24 22:16:08 +02:00
Junzi Sun
7e966090ab
update meteorological reports decoding example 2020-09-24 22:13:13 +02:00
Junzi Sun
560b737739 update api link 2020-05-04 01:51:33 +02:00
Junzi Sun
6571fe6fc0
Update README.rst 2020-04-04 20:48:23 +02:00
Junzi Sun
aa64d4e7a9
update README 2020-04-04 20:44:46 +02:00
Junzi Sun
a75d6fd050 install c module 2020-02-26 00:55:25 +01:00
Junzi Sun
2046b1de07
speedup (#59)
* remove unused functions

* cythonize common

* add bds05

* separate cleanly cython and python, bds05, bds06, modulo issues

* bds08

* bds09

* optimisations in bds09

* "make" things easier

* clean up useless stuff

* add make options

* fix hidden altitude() call

* minor updates to C code

* update tests

* update benchmark

* consolidation

* update clean script

* reduce complexity and change default type to str

Co-authored-by: Xavier Olive <1360812+xoolive@users.noreply.github.com>
2020-02-26 00:16:48 +01:00
Daniele Forsi
489c405de0 Fix typos
Fixed with the command:
  codespell --write-changes --ignore-words-list hve,vas
codespell is available at https://github.com/lucasdemarchi/codespell
2019-10-31 13:38:46 +01:00
Flyer350
2f13524a7c
Update README.rst
fixed typecodes for position messages
2019-10-30 15:54:37 +01:00
Junzi Sun
9a89766766 update installation guide 2019-09-24 21:36:48 +02:00
Junzi Sun
0c1a3b06e1 Merge branch 'master' of github.com:junzis/pyModeS 2019-09-11 15:39:00 +02:00
Junzi Sun
f960cd71bc move dependencies to extras 2019-09-11 15:36:03 +02:00
Enrico Spinielli
3d99deb049
moved pms.adsb.surface_velocity under typecode 5-8
I tried to `pms.adsb.surface_velocity()` as per README with a typecode 19 msg and got an error:

```python
>>> import pyModeS as pms
>>> msg = '8d484966990076b9e0762d5ff92c'
>>> pms.adsb.typecode(msg)
19
>>> pms.adsb.surface_velocity(msg)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "C:\Users\spi\AppData\Roaming\Python\Python27\site-packages\pyModeS\decoder\bds\bds06.py", line 162, in surface_velocity
    raise RuntimeError("%s: Not a surface message, expecting 5<TC<8" % msg)
RuntimeError: 8d484966990076b9e0762d5ff92c: Not a surface message, expecting 5<TC<8
```

so I propose this fix.
I used pyModeS      2.2
2019-09-05 16:56:42 +02:00
Junzi Sun
458b02028d update readme 2019-08-26 16:50:05 +02:00
Junzi Sun
28a6e53d49 update dependencies 2019-08-23 14:59:50 +02:00
Junzi Sun
81d7cef6e8
Merge pull request #47 from junzis/rtlsdr
Add RTL-SDR support
2019-08-23 14:47:50 +02:00
Junzi Sun
4906a49e9c update modeslive command 2019-08-23 14:46:13 +02:00
Junzi Sun
7cb75ea8ca
Update README.rst 2019-08-22 19:47:20 +02:00
Junzi Sun
fdc34497c0 update instruction for rtl-sdr 2019-08-22 10:51:11 +02:00
Junzi Sun
6f6b50776d rename functions for seleted altitudes in BDS40 2019-08-05 10:37:17 +02:00
Junzi Sun
81a46e5070 add the BaseClient example 2019-05-27 10:59:32 +02:00
Junzi Sun
6c2adbe990 update citation info 2019-05-27 10:06:43 +02:00
Junzi Sun
8ded3500d4 version 2.1 2019-04-16 16:56:49 +02:00
Junzi Sun
b97299ce1b update readme 2019-04-03 09:41:22 +02:00
Junzi Sun
652ef65bbb update api doc 2019-04-03 09:40:27 +02:00
Junzi Sun
72fe72c16c pypi release v2.0 2019-02-21 14:52:15 +01:00
Junzi Sun
c4c285266c update readme for new dump option 2019-02-08 16:43:02 +01:00
Magnus Lundmark
759380b5a9 Updated README 2019-01-22 09:52:01 +01:00
Huy Vu
fd15b13c17 Update readme 2018-07-25 20:09:28 +02:00
Junzi Sun
6f139d4ae9 make modeslive uncertanty values optional 2018-07-04 21:20:23 +02:00
Junzi Sun
e5ca76ac0d rename live script to modeslive 2018-07-04 20:56:11 +02:00
Junzi Sun
ea1ccc0c70 add instructions for getting a raw stream from RTL-SDR 2018-06-29 14:13:20 +02:00
Junzi Sun
5fa090b95f update screenshot 2018-06-23 16:05:06 +02:00
Junzi Sun
6c5ae2141b add example screenshot of pmslive 2018-06-23 15:59:26 +02:00
Junzi Sun
24f3658673 skeleton code for DF 0/4/5/11/16 2018-06-23 15:54:17 +02:00
Junzi Sun
205725872a update pmslive and tcpclient, add support for AVR. 2018-06-23 15:19:29 +02:00
Junzi Sun
c0476f5e16 readme code format 2018-06-23 01:29:58 +02:00
Junzi Sun
140b68afbc add pmslive command reference 2018-06-23 01:28:41 +02:00
Junzi Sun
70b3af2c8b add script: pmslive 2018-06-23 01:24:15 +02:00
Junzi Sun
54b2038a41 update readme, add id / alt code instruction 2018-06-21 17:38:59 +02:00
Junzi Sun
82b912bc05 update readme 2018-06-20 22:25:47 +02:00
Junzi Sun
6d5869a9e0 update readme 2018-06-20 22:22:42 +02:00
Junzi Sun
d4ca81e0ca
Update README.rst 2018-06-20 16:18:39 +02:00
Junzi Sun
4f0946c4da update readme 2018-05-17 10:49:40 +02:00
Junzi Sun
46a99852d6 update readme 2018-05-17 10:40:22 +02:00
Junzi Sun
362b92de7a major update; adsb restructure; rename combining util/modes to common. 2018-03-28 13:31:24 +02:00