Enhance to handle xml with missing 'type' attributes
Open
enhancement
- Dominant language
- Python
- Stars
- 67
- Forks
- 18
- Avg merge
- 2h 26m
- Merged PRs (30d)
- 1
Description
Recent example data shows xml where the 'type' attribute is not present on every element in the xml tree, currently resqpy relies on this type attribute. Enhancements are required to rely instead on the element tag, rather than the type attribute, to read these datasets.
Contributor guide
Research direction
Start by locating the resqpy XML dataset reader and tracing where each element's 'type' attribute is required. Compare that path with the element tags in the recent example data. Done means datasets whose XML elements omit 'type' attributes can still be read using their tags.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100