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
Attempting to use gdal2tiles to generate tiles.
Unable to exclude the generation of blank tiles, this would normally be done using the --exclude or -x flags
gdal2tiles.generate_tiles(source_path, destination_path, zoom=[18, 20], nb_processes=4, resume=True, tile_size=256, srcnodata=0, verbose=True, webviewer=all )
Adding or enabling one of the following would be very helpful
exclude=True exclude="--exclude" exclude="-x" flag="-x"
If I've misunderstood how the exclude works please let me know.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Attempting to use gdal2tiles to generate tiles.
Unable to exclude the generation of blank tiles, this would normally be done using the --exclude or -x flags
What I Did
Adding or enabling one of the following would be very helpful
If I've misunderstood how the exclude works please let me know.
The text was updated successfully, but these errors were encountered: