A minor modification to skip the Station ID token during the Wind Speed sanitation that is performed within parsing.sanitation.base.py::sanitize_report_list(). Prior to this change, some station IDs that end in "K" were being erroneously corrected to end in "KT".
I modified an existing test case within tests/parsing/data/sanitize_metar_list_cases.json to validate. Prior to this change, K13K would become K13KT after sanitation.
Checklist
[x] Tests covering the new functionality have been added
[x] Documentation has been updated OR the change is too minor to be documented
[x] Changes are listed in the CHANGELOG.md OR changes are insignificant
Description
A minor modification to skip the Station ID token during the Wind Speed sanitation that is performed within
parsing.sanitation.base.py::sanitize_report_list()
. Prior to this change, some station IDs that end in "K" were being erroneously corrected to end in "KT".I modified an existing test case within
tests/parsing/data/sanitize_metar_list_cases.json
to validate. Prior to this change,K13K
would becomeK13KT
after sanitation.Checklist
CHANGELOG.md
OR changes are insignificant