Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing requirements on ubuntu (gdal) (solved) #15

Open
answerquest opened this issue Apr 19, 2019 · 2 comments
Open

Installing requirements on ubuntu (gdal) (solved) #15

answerquest opened this issue Apr 19, 2019 · 2 comments

Comments

@answerquest
Copy link

answerquest commented Apr 19, 2019

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
@mathben
Copy link

mathben commented May 30, 2023

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

@answerquest
Copy link
Author

answerquest commented May 30, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants