GitHubRGI / geopackage-python

Achived - See GitLab repository for current development
https://gitlab.com/GitLabRGI/erdc/geopackage-python
GNU General Public License v3.0
65 stars 42 forks source link

gdal2tiles_parallel.py: error: Processing of several input files is not supported #24

Closed grl-sage closed 8 years ago

grl-sage commented 8 years ago

Script below works fine but the tiles that are created are less resolution than the original input image. It makes folder 9-15.

python Tiling\gdal2tiles_parallel.py -p geodetic -e -a 0,0,0 C:\GeoPackage\Suitable\Suitability.png C:\GeoPackage\Suitability\Tiles

I specified -z 16 to create 16 zoom levels.

python Tiling\gdal2tiles_parallel.py –z 16 -p geodetic -e -a 0,0,0 C:\GeoPackage\Suitable\Suitability.png C:\GeoPackage\Suitability\Tiles

I receive the error:

Usage: gdal2tiles_parallel.py [options] input_file(s) [output]

gdal2tiles_parallel.py: error: Processing of several input files is not supporte d.

Please first use a tool like gdal_vrtmerge.py or gdal_merge.py on the files: gdal_vrtmerge.py -o merged.vrt z 16 C:\GeoPackage\Suitability\Suitability.png

stevendlander commented 8 years ago
stevendlander commented 8 years ago

Closing unless this is still an issue.