diethard2 / nl_basis

QGIS plugin to generate Spatiale databases from big zipped xml-files holding the basis registration geodata of the Netherlands
0 stars 1 forks source link

Error using test files #6

Open diethard2 opened 8 years ago

diethard2 commented 8 years ago

Following was experienced by Richard Duivenvoorde

Log using test files I have downloaded:

Algorithm Create BAG database starting... The BAG database is created! Create initial datamodel BAG database Datamodel BAG database is created! Start to read data in input folder and fill BAG database

not well-formed (invalid token): line 1, column 2 See log for more details

015-10-23T22:31:19 2 Uncaught error while executing algorithm Traceback (most recent call last): Traceback (most recent call last):| File "/home/richard/apps/qgis/2.12/debug/share/qgis/python/plugins/processing/core/GeoAlgorithm.py", line 230, in execute| self.processAlgorithm(progress)| File "/home/richard/.qgis2/python/plugins/nl_basis/bag_algorithm.py", line 128, in processAlgorithm| self.fill_database(progress)| File "/home/richard/.qgis2/python/plugins/nl_basis/bag_algorithm.py", line 164, in fill_database| filler.run()| File "/home/richard/.qgis2/python/plugins/nl_basis/fill_bag_db.py", line 52, in run| self.process_xml_file(root, name)| File "/home/richard/.qgis2/python/plugins/nl_basis/fill_bag_db.py", line 124, in process_xml_file| event, self._root = an_iterator.next()| File "", line 91, in next|ParseError: not well-formed (invalid token): line 1, column 2|

diethard2 commented 8 years ago

I think I created test files using windows zip facilities.. I am going to look into this issue. Yesterday I processed the original big inspireadressen.zip and there was no problem. Could it really be that my testfiles work on windows but not on OSX/Linux?