- test
pip --version
andpython --version
incmd.exe
orpowershell.exe
to make sure that Python and PIP are installed. Python version must be>=3.7
- if PIP is not available using the
pip
command in the terminal, openinstall.bat
and replacepip
with the absolute path to PIP like"/Path/To/Pip.exe"
- if Python is not available using the
python
command in the terminal, openmerge.bat
and replacepython
with the absolute path to PIP like"/Path/To/Python3.exe"
, or thepython3
command respectively. - Run
install.bat
(by double-clicking) to install necessary libraries. - Run
run.bat
to scan and merge all relative subdirectories- you can test this using the provided test files in
tiles
(altona
andeimsbuettel
), delete or move them before merging the real tiles.
- you can test this using the provided test files in
- Relative path to scan and output folder can be changed using in the
.env
file- input path defaults to
./tiles
- output path defaults to
./fhh_gesamt
- input path defaults to
- All output and errpr logs will be written to
log.txt
You can also run the python script directly from command line (Windows), using
python merge.py