Since 10 UTC on Oct 13th, something about the file changed that makes parsel no longer recognize the very last Point node of the XML. It does, however, still recognize the last ExtendedData node - so we have station id, name, and weather metrics, but no station coordinates.
At the time I incorrectly added e8a6a41 because I thought the issue was on the DWD side, but after manual inspection it turns out that the file looks absolutely normal and that parseldoes pick up the Point node when I move the whole Placemark node into a separate file. So maybe it's related to how we handle compression or file encoding?
When unzipped, each station in the MOSMIX file looks roughly like this:
Since 10 UTC on Oct 13th, something about the file changed that makes
parsel
no longer recognize the very lastPoint
node of the XML. It does, however, still recognize the lastExtendedData
node - so we have station id, name, and weather metrics, but no station coordinates.At the time I incorrectly added e8a6a41 because I thought the issue was on the DWD side, but after manual inspection it turns out that the file looks absolutely normal and that
parsel
does pick up thePoint
node when I move the wholePlacemark
node into a separate file. So maybe it's related to how we handle compression or file encoding?The affected station is K626 (HERMESKEIL).