update meteorological reports decoding example

pull/83/head
Junzi Sun 4 years ago committed by GitHub
parent 7a4c465f7d
commit 7e966090ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -261,8 +261,20 @@ Mode-S Enhanced Surveillance (EHS)
pms.commb.vr60ins(msg) # Inertial vertical speed (ft/min) pms.commb.vr60ins(msg) # Inertial vertical speed (ft/min)
Meteorological routine air report (MRAR) [Experimental] Meteorological reports [Experimental]
******************************************************** **************************************
To infer the BDS 4,4 and BDS 4,5 codes, you must set `mrar` argumetn to true in the inference function:
.. code:: python
pms.bds.infer(msg. mrar=True)
Once the correct MRAR or MHR messages are identified, use the following decoding functions.
Meteorological routine air report (MRAR)
+++++++++++++++++++++++++++++++++++++++++
.. code:: python .. code:: python
@ -273,8 +285,8 @@ Meteorological routine air report (MRAR) [Experimental]
pms.commb.hum44(msg) # Humidity (%) pms.commb.hum44(msg) # Humidity (%)
Meteorological hazard air report (MHR) [Experimental] Meteorological hazard air report (MHR)
******************************************************* +++++++++++++++++++++++++++++++++++++++++
.. code:: python .. code:: python

Loading…
Cancel
Save