You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will be more important when KCor comes back online.
They provided some data in 2024, but the XML data is malformed and can't be processed as valid XML.
We can likely add a patch to work around this, but since there's no new data coming in, it's not much of a priority.
Error reported by glymur (used by sunpy to read jp2 files) when trying to parse the XML:
/usr/local/lib/python3.12/dist-packages/glymur/jp2box.py:3084: UserWarning: XMLSyntaxError encountered while parsing an XML box at byte offset 77:
"error parsing attribute name, line 12, column 7 (<string>, line 12)"
Further debug shows the root cause seems to be these dollar signs in the XML tag: MJD_D$...
This will be more important when KCor comes back online.
They provided some data in 2024, but the XML data is malformed and can't be processed as valid XML.
We can likely add a patch to work around this, but since there's no new data coming in, it's not much of a priority.
Error reported by glymur (used by sunpy to read jp2 files) when trying to parse the XML:
Further debug shows the root cause seems to be these dollar signs in the XML tag:
MJD_D$...
This MJD tag wasn't in earlier files from 2022 and earlier.
I sent an email to their contact address letting them know they have bad XML in these headers.
The text was updated successfully, but these errors were encountered: