gdal2tiles-leaflet icon indicating copy to clipboard operation
gdal2tiles-leaflet copied to clipboard

Installing requirements on ubuntu (gdal) (solved)

Open answerquest opened this issue 5 years ago • 2 comments

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

answerquest avatar Apr 19 '19 07:04 answerquest

Need a pull request for this information to readme.md I think.

mathben avatar May 30 '23 06:05 mathben

@mathben By all means pls take it forward; i'm out of time bandwidth for now so won't be able to.

answerquest avatar May 30 '23 17:05 answerquest