Closed stratiot closed 9 years ago
When importing a specific metadata file, an error is raised on the non-existent attribute online. In debug mode it gives the following message:
"The given XML file is malformed: 'NoneType' object has no attribute 'online'"
This was due to the (wrong) assumption that owslib.iso.MD_Metadata always carries the distribution attribute. Fixed at 142cd98c81b74e76f203f8d7ebd5c6e86cc4b3c9.
owslib.iso.MD_Metadata
distribution
When importing a specific metadata file, an error is raised on the non-existent attribute online. In debug mode it gives the following message:
"The given XML file is malformed: 'NoneType' object has no attribute 'online'"