Problem z gminą Łańcut @iMPA
Closed this issue · 2 comments
./punktyadresowe_import.py lancut
INFO:main.iMPA:http://lancut.e-mapa.net/application/system/init.php
Traceback (most recent call last):
File "./punktyadresowe_import.py", line 667, in
main()
File "./punktyadresowe_import.py", line 644, in main
rets = parallel_execution(_map(lambda x: lambda: imp_gen(x).getAddresses(), args.gmina))
File "/home/zibi/osm-tools/impa/osm-addr-tools/utils.py", line 12, in parallel_execution
[__executor.submit(x) for x in args]
File "/home/zibi/osm-tools/impa/osm-addr-tools/utils.py", line 11, in
map(lambda x: x.result(),
File "/usr/lib64/python3.4/concurrent/futures/_base.py", line 402, in result
return self.__get_result()
File "/usr/lib64/python3.4/concurrent/futures/_base.py", line 354, in __get_result
raise self._exception
File "/usr/lib64/python3.4/concurrent/futures/thread.py", line 54, in run
result = self.fn(_self.args, *_self.kwargs)
File "./punktyadresowe_import.py", line 644, in
rets = parallel_execution(_map(lambda x: lambda: imp_gen(x).getAddresses(), args.gmina))
File "./punktyadresowe_import.py", line 378, in init
self._initFromIMPA(gmina)
File "./punktyadresowe_import.py", line 395, in _initFromIMPA
init_data = json.loads(data)
File "/usr/lib64/python3.4/json/init.py", line 318, in loads
return _default_decoder.decode(s)
File "/usr/lib64/python3.4/json/decoder.py", line 343, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/lib64/python3.4/json/decoder.py", line 361, in raw_decode
raise ValueError(errmsg("Expecting value", s, err.value)) from None
ValueError: Expecting value: line 1 column 3760 (char 3759)
To wynika z tego, że:
http://lancut.e-mapa.net/application/system/init.php
Nie jest poprawnym JSON-em (np. http://jsonlint.com/ pokaże, że):
{
"value": "63",
"text": "MPZP 013, uchwała XXXIV/219/97",
"data": [
,
,
,
]
},
Nie może być tak, że mamy strukturę [, , ,].
Poszukam jakby takie błędy obejść. Można spróbować też to poprawić u źródła, lub po prostu podać --wms i --terc.
Ostatnia poprawka adresuje również ten błąd.