We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
s1_reader.burst_from_xml
Yes - I've already checked
Yes - and alternatives don't suffice
s1_reader.burst_from_xml() includes annotation reader. The logic can be improved by applying the comment below:
s1_reader.burst_from_xml()
(#62 (comment))
I need the logic for annotation reader to take in zipfile object, rather than xml tree, so that the s1_reader.burst_from_xml() can be less populated.
The text was updated successfully, but these errors were encountered:
seongsujeong
No branches or pull requests
Checked for duplicates
Yes - I've already checked
Alternatives considered
Yes - and alternatives don't suffice
Related problems
s1_reader.burst_from_xml()
includes annotation reader. The logic can be improved by applying the comment below:(#62 (comment))
Describe the feature request
I need the logic for annotation reader to take in zipfile object, rather than xml tree, so that the
s1_reader.burst_from_xml()
can be less populated.The text was updated successfully, but these errors were encountered: