I'm in need to process a large batch of Landsat images with MapTiler and since the version I'm using (1.0 Beta 2) does not support multiple input files, I created a simple python script that calls gdal2tiles for every file.
The problem is that using, apparently, the same settings, I get different coordinates.
This is the correct output from MapTiler:
mar_apr.tif EPSG:900913 And this is the incorrect output from gdal2Tiles:
mar_apr_CLIP1.tif EPSG:900913 Does MapTiler perform any other operations besides running gdal2Tiles?
Thanks in advance!
أكثر...
The problem is that using, apparently, the same settings, I get different coordinates.
This is the correct output from MapTiler:
mar_apr.tif EPSG:900913 And this is the incorrect output from gdal2Tiles:
mar_apr_CLIP1.tif EPSG:900913 Does MapTiler perform any other operations besides running gdal2Tiles?
Thanks in advance!
أكثر...