PublicaMundi / ckanext-publicamundi

PublicaMundi main CKAN extension
http://publicamundi.eu
Other
13 stars 12 forks source link

Refactor INSPIRE from_xml function to remove dependencies from owslib #94

Open smanousopoulos opened 9 years ago

smanousopoulos commented 9 years ago

We can use lxml xpath capabilities to parse inspire xml files without having to be dependent on owslib. In this way we can also fix problems created by owslib xml parsing (e.g. bug #63 )

kalxas commented 9 years ago

The preferable way would be to fix OWSLib instead and provide patches upstream.