Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Unavailability_MarketDocument_parser and fix ZipParser bug. #21

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nberliner
Copy link

The Unavailability_MarketDocument_parser allows you to parse 4.7.6. Fall-backs (see ENTSO-E API Guide).

I added checks in the ParserFactory to check the document_type for the Unavailability_MarketDocument tag. Please note that I added the document_types for the Outages_MarketDocument_Parser() to the best of my knowledge but cannot give a guarantee.

I further reverted the changes to the ZipParser that were introduced with commit 0145930 . As it was implemented, the ZipParser was handing a list()down to the XMLParser which caused an error. IMHO it is better to handle the occurrence of multiple zip files in the ZipParser directly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant