Unofficial python package for Global Volcanism Program (GVP)

1 Open Issue Need Help Last updated: Aug 26, 2025

Open Issues Need Help

View All on GitHub

AI Summary: A downloaded XML Spreadsheet 2003 file is corrupted, preventing Python libraries from parsing it due to a `ParseError`. The issue is caused by the unescaped `<` symbol in the `Tectonic Settings` column, making the XML not well-formed. The problem needs to be fixed, potentially by escaping the character during file generation or converting the file to the newer XLSX format.

Complexity: 2/5
bug enhancement good first issue

Unofficial python package for Global Volcanism Program (GVP)

Python