- Install the
requirements.txt. Some months ago only god and I knew how GDAL was installed, now only god does! So pray your bests so it doesn't crash.
- Something I discovered is that if you first go like
sudo apt-get install libgdal-dev; export CPLUS_INCLUDE_PATH=/usr/include/gdal; export C_INCLUDE_PATH=/usr/include/gdaland then install the requirements it usually works. - All this discoverments are summarized in
./sh/install_gdal.shwhich you can execute if you want a non-guaranteed proper installation.
- Generate the image by running
python create_image.pyunder your collection compressed in a *.zip file. - Select the folder where the tiles will be processed and just run
./sh/process_image.sh <generated_image> <target_folder>
Voilà