Some notes useful for me.
Notes from old thread about downloading maps (2014/2015)
Original script: pobieracz_mapy_wroc.py
(Copy in folder pobieracz_mapy_wroc
)
Maps (zoomify):
- https://sourceforge.net/projects/dezoomify/ (dezoomify-1.4.tar.gz) (2016)
- https://github.com/valgur/dezoomify (dezoomify-master.zip) (2016)
dezoomify.py -b 'http://dk.bu.uni.wroc.pl/midas/manu/tiles//0/03/036/0369/03690/03690015/ImageProperties.xml' output.jpg
zoomify:
- http://fbc.pionier.net.pl/id/oai:kpbc.umk.pl:21499
- http://bc.biblio.olesnica.pl/dlibra/docmetadata?id=70
krpano:
-
page: http://olesnica.nienaltowski.net/Mapy_powiatu/sztabowa_Kreis_Oels/index.html
- url xml: http://olesnica.nienaltowski.net/Mapy_powiatu/sztabowa_Kreis_Oels/sztabowa_Kreis_Oels.xml/
- url tiles folder: http://olesnica.nienaltowski.net/Mapy_powiatu/sztabowa_Kreis_Oels/sztabowa_Kreis_Oels.tiles/
- level: 4
- rows: 7
- cols: 9
-
page: http://olesnica.nienaltowski.net/Mapy_powiatu/KreisOels/index.html
- url xml: http://olesnica.nienaltowski.net/Mapy_powiatu/KreisOels/KreisOels.xml
- url tiles folder: http://olesnica.nienaltowski.net/Mapy_powiatu/KreisOels/KreisOels.tiles/
- level: 5
- rows: 7
- cols: 9
http://fbc.pionier.net.pl/id/oai:kpbc.umk.pl:21499
After digging in HTML/HTTP (using DevTools in Firefox) I found url to ImageProperties.xml
http://kpbc.umk.pl/norestr/mapy/M_4772/files/ImageProperties.xml
which works with old dezoomify (using -b
).
dezoomify.py -b 'http://kpbc.umk.pl/norestr/mapy/M_4772/files/ImageProperties.xml' output.jpg
Sometimes it have problem with timeout
urllib.error.URLError: <urlopen error [Errno 110] Connection timed out>
but it works with less threads ie. one thread -t 1
dezoomify.py -t 1 -b 'http://kpbc.umk.pl/norestr/mapy/M_4772/files/ImageProperties.xml' mapa-1.jpg
After digging in HTML/HTTP (using DevTools in Firefox) I found url to ImageProperties.xml
http://bc.biblio.olesnica.pl/Content/70/scan425_kreis_oels/ImageProperties.xml?noCacheSfx=1551659522092
and after skiping ?noCacheSfx=1551659522092
it works with old dezoomify (using -b
).
dezoomify.py -t 1 -s -b 'http://bc.biblio.olesnica.pl/Content/70/scan425_kreis_oels/ImageProperties.xml' output.jpg
https://sourceforge.net/p/dezoomify/wiki/Troubleshooting/
https://commons.wikimedia.org/wiki/User:F%C3%A6/dezoomify
It can download zoomify
, krpano
and many other formats