Generate raster image tiles for use with leaflet.
This worked for me and was simple, while trying to install gdal via pip etc did not, so sharing it here: ``` sudo add-apt-repository -y ppa:ubuntugis/ppa sudo apt update sudo apt install gdal-bin python-gdal python3-gdal ``` Got this from https://stackoverflow.com/a/41613466/4355695 After that, the script runs just fine: ``` python gdal2tiles-multiprocess.py -l -p raster bigimage.jpg tiles ```
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by answerquest and has received 2 comments.