wmo-im / wis2-data-analysis

Apache License 2.0
0 stars 1 forks source link

Include last element in topic #4

Closed david-i-berry closed 1 year ago

david-i-berry commented 1 year ago

On line 214 of data_processor.py:

https://github.com/wmo-im/wis2-data-analysis/blob/6ab81446b5cd5a5bb4239d6368bf0f5497742d6f/data_processor.py#L214C105-L214C105

we are extracting the topic but are losing the last level, e.g. SYNOP. We want to include this information as well in the topic. For example, at some point we will want to include TEMP, SHIP and other data types in the monitoring,.

celgarrai commented 1 year ago

done