bufrust 1.0.1__tar.gz → 1.0.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {bufrust-1.0.1 → bufrust-1.0.2}/Cargo.lock +1 -1
- {bufrust-1.0.1 → bufrust-1.0.2}/Cargo.toml +1 -1
- {bufrust-1.0.1 → bufrust-1.0.2}/PKG-INFO +1 -1
- {bufrust-1.0.1 → bufrust-1.0.2}/pyproject.toml +1 -1
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/__init__.py +1 -1
- bufrust-1.0.2/python/bufrust/definitions/bufr/tables/0/wmo/10 +1 -0
- bufrust-1.0.2/python/bufrust/definitions/bufr/tables/0/wmo/11 +1 -0
- bufrust-1.0.2/python/bufrust/definitions/bufr/tables/0/wmo/12 +1 -0
- bufrust-1.0.2/python/bufrust/definitions/bufr/tables/0/wmo/7 +1 -0
- bufrust-1.0.2/python/bufrust/definitions/bufr/tables/0/wmo/8 +1 -0
- bufrust-1.0.2/python/bufrust/definitions/bufr/tables/0/wmo/9 +1 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/src/lib.rs +11 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/src/tables.rs +34 -6
- {bufrust-1.0.1 → bufrust-1.0.2}/tests/fixture_decode.rs +25 -0
- bufrust-1.0.2/tests/fixtures/rjtd_iucc10.bufr +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/.gitignore +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/LICENSE +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/README.md +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/ECCODES_LICENSE +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/ECCODES_NOTICE +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/local/0/98/0/2/element.table +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/local/0/98/0/6/element.table +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/local/0/98/0/element.table +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/local/0/98/0/sequence.def +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/local/1/254/0/element.table +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/local/1/39/0/element.table +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/local/1/39/0/sequence.def +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/local/1/78/0/element.table +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/local/1/78/0/sequence.def +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/local/1/78/10/element.table +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/local/1/78/10/sequence.def +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/local/1/98/0/2/element.table +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/local/1/98/0/6/element.table +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/local/1/98/0/element.table +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/local/1/98/0/sequence.def +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/local/101/98/0/element.table +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/local/101/98/0/sequence.def +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/local/19-1/254/0/element.table +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/local/19-1/254/0/sequence.def +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/local/19-1/98/0/6/element.table +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/local/19-1/98/0/element.table +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/local/19-1/98/0/sequence.def +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/local/2/78/0/element.table +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/local/2/78/0/sequence.def +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/local/2/98/0/element.table +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/local/2/98/0/sequence.def +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/local/3/78/0/element.table +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/local/3/78/0/sequence.def +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/local/3/98/0/element.table +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/local/3/98/0/sequence.def +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/local/4/78/0/element.table +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/local/4/78/0/sequence.def +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/local/4/98/0/element.table +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/local/5/78/0/element.table +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/local/5/78/0/sequence.def +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/local/6/78/0/element.table +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/local/6/78/0/sequence.def +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/local/7/78/0/element.table +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/local/7/78/0/sequence.def +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/local/8/78/0/element.table +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/local/8/78/0/sequence.def +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/local/8/78/3/element.table +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/local/8/78/3/sequence.def +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/0/element.table +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/0/sequence.def +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/13/element.table +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/13/sequence.def +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/14/element.table +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/14/sequence.def +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/15/element.table +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/15/sequence.def +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/16/element.table +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/16/sequence.def +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/17/element.table +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/17/sequence.def +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/18/element.table +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/18/sequence.def +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/19/element.table +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/19/sequence.def +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/2/element.table +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/2/sequence.def +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/20/element.table +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/20/sequence.def +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/21/element.table +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/21/sequence.def +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/22/element.table +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/22/sequence.def +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/23/element.table +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/23/sequence.def +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/24/element.table +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/24/sequence.def +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/25/element.table +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/25/sequence.def +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/26/element.table +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/26/sequence.def +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/27/element.table +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/27/sequence.def +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/28/element.table +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/28/sequence.def +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/29/element.table +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/29/sequence.def +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/30/element.table +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/30/sequence.def +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/31/element.table +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/31/sequence.def +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/32/element.table +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/32/sequence.def +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/33/element.table +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/33/sequence.def +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/34/element.table +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/34/sequence.def +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/35/element.table +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/35/sequence.def +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/36/element.table +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/36/sequence.def +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/37/element.table +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/37/sequence.def +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/38/element.table +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/38/sequence.def +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/39/element.table +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/39/sequence.def +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/40/element.table +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/40/sequence.def +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/41/element.table +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/41/sequence.def +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/42/element.table +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/42/sequence.def +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/43/element.table +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/43/sequence.def +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/44/element.table +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/44/sequence.def +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/45/element.table +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/45/sequence.def +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/6/element.table +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/6/sequence.def +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/3/local/1/98/0/element.table +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/3/local/1/98/0/sequence.def +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/3/wmo/11/element.table +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/3/wmo/11/sequence.def +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/3/wmo/6/element.table +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/3/wmo/6/sequence.def +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/py.typed +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/scripts/bump-version.py +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/scripts/download-eccodes-bufr-tests.ps1 +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/src/bin/check_eccodes_numeric.rs +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/src/bitstream.rs +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/src/data.rs +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/src/descriptor.rs +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/src/error.rs +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/src/message.rs +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/tests/eccodes_bufr4_numeric.rs +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/tests/eccodes_bufr4_refs.rs +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/tests/fixtures/ecmwf_cyclone_tracks.bufr +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/tests/fixtures/rjtd_drifting_buoy.bufr +0 -0
- {bufrust-1.0.1 → bufrust-1.0.2}/tests/table_loading.rs +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
13
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
13
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
13
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
13
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
13
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
13
|
|
@@ -45,6 +45,7 @@ fn expand_descriptors(table_dir: &str, descriptors: Vec<u32>) -> PyResult<Vec<u3
|
|
|
45
45
|
|
|
46
46
|
#[pyfunction]
|
|
47
47
|
fn decode_values(data: &[u8], table_dir: &str) -> PyResult<Vec<DecodedValue>> {
|
|
48
|
+
let data = first_message_data(data).map_err(tables::to_py_err)?;
|
|
48
49
|
let message = parse_message(data).map_err(tables::to_py_err)?;
|
|
49
50
|
let tables = TableSet::from_eccodes_dir(table_dir).map_err(tables::to_py_err)?;
|
|
50
51
|
let section4 = &data
|
|
@@ -54,6 +55,7 @@ fn decode_values(data: &[u8], table_dir: &str) -> PyResult<Vec<DecodedValue>> {
|
|
|
54
55
|
|
|
55
56
|
#[pyfunction]
|
|
56
57
|
fn decode_values_with_tables(data: &[u8], tables: &TableSet) -> PyResult<Vec<DecodedValue>> {
|
|
58
|
+
let data = first_message_data(data).map_err(tables::to_py_err)?;
|
|
57
59
|
let message = parse_message(data).map_err(tables::to_py_err)?;
|
|
58
60
|
let section4 = &data
|
|
59
61
|
[message.section4_data_offset..message.section4_data_offset + message.section4_data_length];
|
|
@@ -65,6 +67,7 @@ fn decode_values_with_definitions(
|
|
|
65
67
|
data: &[u8],
|
|
66
68
|
definitions_root: &str,
|
|
67
69
|
) -> PyResult<Vec<DecodedValue>> {
|
|
70
|
+
let data = first_message_data(data).map_err(tables::to_py_err)?;
|
|
68
71
|
let message = parse_message(data).map_err(tables::to_py_err)?;
|
|
69
72
|
let tables = TableSet::from_eccodes_definitions(definitions_root, &message)
|
|
70
73
|
.map_err(tables::to_py_err)?;
|
|
@@ -74,6 +77,7 @@ fn decode_values_with_definitions(
|
|
|
74
77
|
}
|
|
75
78
|
|
|
76
79
|
pub fn decode_values_with_builtin_tables(data: &[u8]) -> Result<Vec<DecodedValue>> {
|
|
80
|
+
let data = first_message_data(data)?;
|
|
77
81
|
let message = parse_message(data)?;
|
|
78
82
|
let tables = TableSet::from_builtin_definitions(&message)?;
|
|
79
83
|
let section4 = &data
|
|
@@ -81,6 +85,13 @@ pub fn decode_values_with_builtin_tables(data: &[u8]) -> Result<Vec<DecodedValue
|
|
|
81
85
|
decode_uncompressed_values(&message, &tables, section4)
|
|
82
86
|
}
|
|
83
87
|
|
|
88
|
+
fn first_message_data(data: &[u8]) -> Result<&[u8]> {
|
|
89
|
+
split_messages(data)?
|
|
90
|
+
.into_iter()
|
|
91
|
+
.next()
|
|
92
|
+
.ok_or(BufrError::MissingMagic)
|
|
93
|
+
}
|
|
94
|
+
|
|
84
95
|
#[pymodule]
|
|
85
96
|
fn _bufrust(m: &Bound<'_, PyModule>) -> PyResult<()> {
|
|
86
97
|
m.add_class::<BufrMessage>()?;
|
|
@@ -87,12 +87,13 @@ impl TableSet {
|
|
|
87
87
|
|
|
88
88
|
pub fn from_eccodes_definitions(root: impl AsRef<Path>, message: &BufrMessage) -> Result<Self> {
|
|
89
89
|
let root = root.as_ref();
|
|
90
|
-
let master_dir =
|
|
91
|
-
.join("bufr")
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
90
|
+
let master_dir = resolve_eccodes_table_dir(
|
|
91
|
+
root.join("bufr")
|
|
92
|
+
.join("tables")
|
|
93
|
+
.join(message.master_table_number.to_string())
|
|
94
|
+
.join("wmo")
|
|
95
|
+
.join(message.master_tables_version_number.to_string()),
|
|
96
|
+
)?;
|
|
96
97
|
let mut tables = Self::from_eccodes_dir(master_dir)?;
|
|
97
98
|
if message.local_tables_version_number != 0 {
|
|
98
99
|
let local_dir = local_table_dir(root, message);
|
|
@@ -450,6 +451,33 @@ fn matching_files(path: &Path, prefix: &str, suffix: &str) -> Result<Vec<PathBuf
|
|
|
450
451
|
Ok(files)
|
|
451
452
|
}
|
|
452
453
|
|
|
454
|
+
fn resolve_eccodes_table_dir(path: PathBuf) -> Result<PathBuf> {
|
|
455
|
+
if path.is_dir() {
|
|
456
|
+
return Ok(path);
|
|
457
|
+
}
|
|
458
|
+
if path.is_file() {
|
|
459
|
+
let alias = std::fs::read_to_string(&path)?;
|
|
460
|
+
let alias = alias.trim();
|
|
461
|
+
if alias.is_empty()
|
|
462
|
+
|| alias.contains(std::path::MAIN_SEPARATOR)
|
|
463
|
+
|| alias.contains('/')
|
|
464
|
+
|| alias.contains('\\')
|
|
465
|
+
{
|
|
466
|
+
return Err(BufrError::Table(format!(
|
|
467
|
+
"invalid ecCodes table alias {} -> {alias:?}",
|
|
468
|
+
path.display()
|
|
469
|
+
)));
|
|
470
|
+
}
|
|
471
|
+
if let Some(parent) = path.parent() {
|
|
472
|
+
return resolve_eccodes_table_dir(parent.join(alias));
|
|
473
|
+
}
|
|
474
|
+
}
|
|
475
|
+
Err(BufrError::Table(format!(
|
|
476
|
+
"ecCodes table directory does not exist: {}",
|
|
477
|
+
path.display()
|
|
478
|
+
)))
|
|
479
|
+
}
|
|
480
|
+
|
|
453
481
|
fn unit_to_type(unit: &str) -> &'static str {
|
|
454
482
|
match unit {
|
|
455
483
|
"CCITT IA5" => "string",
|
|
@@ -33,3 +33,28 @@ fn decodes_rjtd_drifting_buoy_fixture() {
|
|
|
33
33
|
assert_eq!(values[0].descriptor, 001087);
|
|
34
34
|
assert_eq!(values[0].value, Some(2_102_606.0));
|
|
35
35
|
}
|
|
36
|
+
|
|
37
|
+
#[test]
|
|
38
|
+
fn decodes_rjtd_iucc10_fixture() {
|
|
39
|
+
let bytes = include_bytes!("fixtures/rjtd_iucc10.bufr");
|
|
40
|
+
let messages = parse_messages(bytes).unwrap();
|
|
41
|
+
|
|
42
|
+
assert_eq!(messages.len(), 1);
|
|
43
|
+
assert_eq!(messages[0].originating_centre, 34);
|
|
44
|
+
assert_eq!(messages[0].data_category, 12);
|
|
45
|
+
assert_eq!(messages[0].master_tables_version_number, 12);
|
|
46
|
+
assert_eq!(messages[0].typical_year, 2025);
|
|
47
|
+
assert_eq!(messages[0].typical_month, 8);
|
|
48
|
+
assert_eq!(messages[0].typical_day, 22);
|
|
49
|
+
|
|
50
|
+
let values = decode_values_with_builtin_tables(bytes).unwrap();
|
|
51
|
+
assert_eq!(values.len(), 32);
|
|
52
|
+
assert_eq!(values[7].descriptor, 001007);
|
|
53
|
+
assert_eq!(values[7].value, Some(174.0));
|
|
54
|
+
assert_eq!(values[10].descriptor, 001027);
|
|
55
|
+
assert_eq!(values[10].text.as_deref(), Some("nameless"));
|
|
56
|
+
assert_eq!(values[14].descriptor, 005002);
|
|
57
|
+
assert_eq!(values[14].value, Some(17.34));
|
|
58
|
+
assert_eq!(values[15].descriptor, 006002);
|
|
59
|
+
assert_eq!(values[15].value, Some(117.8));
|
|
60
|
+
}
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/local/0/98/0/element.table
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/local/0/98/0/sequence.def
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/local/1/254/0/element.table
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/local/1/39/0/element.table
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/local/1/39/0/sequence.def
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/local/1/78/0/element.table
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/local/1/78/0/sequence.def
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/local/1/78/10/element.table
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/local/1/78/10/sequence.def
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/local/1/98/0/element.table
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/local/1/98/0/sequence.def
RENAMED
|
File without changes
|
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/local/101/98/0/sequence.def
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/local/2/78/0/element.table
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/local/2/78/0/sequence.def
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/local/2/98/0/element.table
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/local/2/98/0/sequence.def
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/local/3/78/0/element.table
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/local/3/78/0/sequence.def
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/local/3/98/0/element.table
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/local/3/98/0/sequence.def
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/local/4/78/0/element.table
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/local/4/78/0/sequence.def
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/local/4/98/0/element.table
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/local/5/78/0/element.table
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/local/5/78/0/sequence.def
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/local/6/78/0/element.table
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/local/6/78/0/sequence.def
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/local/7/78/0/element.table
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/local/7/78/0/sequence.def
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/local/8/78/0/element.table
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/local/8/78/0/sequence.def
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/local/8/78/3/element.table
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/local/8/78/3/sequence.def
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/0/element.table
RENAMED
|
File without changes
|
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/13/element.table
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/13/sequence.def
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/14/element.table
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/14/sequence.def
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/15/element.table
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/15/sequence.def
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/16/element.table
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/16/sequence.def
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/17/element.table
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/17/sequence.def
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/18/element.table
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/18/sequence.def
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/19/element.table
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/19/sequence.def
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/2/element.table
RENAMED
|
File without changes
|
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/20/element.table
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/20/sequence.def
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/21/element.table
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/21/sequence.def
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/22/element.table
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/22/sequence.def
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/23/element.table
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/23/sequence.def
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/24/element.table
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/24/sequence.def
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/25/element.table
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/25/sequence.def
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/26/element.table
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/26/sequence.def
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/27/element.table
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/27/sequence.def
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/28/element.table
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/28/sequence.def
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/29/element.table
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/29/sequence.def
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/30/element.table
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/30/sequence.def
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/31/element.table
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/31/sequence.def
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/32/element.table
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/32/sequence.def
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/33/element.table
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/33/sequence.def
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/34/element.table
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/34/sequence.def
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/35/element.table
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/35/sequence.def
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/36/element.table
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/36/sequence.def
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/37/element.table
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/37/sequence.def
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/38/element.table
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/38/sequence.def
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/39/element.table
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/39/sequence.def
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/40/element.table
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/40/sequence.def
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/41/element.table
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/41/sequence.def
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/42/element.table
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/42/sequence.def
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/43/element.table
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/43/sequence.def
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/44/element.table
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/44/sequence.def
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/45/element.table
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/45/sequence.def
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/0/wmo/6/element.table
RENAMED
|
File without changes
|
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/3/local/1/98/0/element.table
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/3/local/1/98/0/sequence.def
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/3/wmo/11/element.table
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/3/wmo/11/sequence.def
RENAMED
|
File without changes
|
{bufrust-1.0.1 → bufrust-1.0.2}/python/bufrust/definitions/bufr/tables/3/wmo/6/element.table
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|