Closed david-i-berry closed 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,.
done
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,.