We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Need a pull request for this information to readme.md I think.
Sorry, something went wrong.
@mathben By all means pls take it forward; i'm out of time bandwidth for now so won't be able to.
No branches or pull requests
This worked for me and was simple, while trying to install gdal via pip etc did not, so sharing it here:
Got this from https://stackoverflow.com/a/41613466/4355695
After that, the script runs just fine:
The text was updated successfully, but these errors were encountered: