bp / resqpy

Python API for working with RESQML models
https://resqpy.readthedocs.io/en/latest/
MIT License
55 stars 13 forks source link

Ability to access 'source' information from the citation block #812

Closed emmanesbit closed 2 months ago

emmanesbit commented 2 months ago

Currently there is no convenient way to get to the 'source' information in the citation block, except by drilling down with resqpy.olio.xml_et. This information is useful, so I would be beneficial to provide easier options to access the details

andy-beer commented 2 months ago

Resolved by merge request #814 (though could be further enhanced with methods on BaseResqpy class in future).