-
### Feature description
I have an extensive imagery processing pipeline, including computation intensive histogram matching, many image adjustments and many compositing steps, but running gdal2tile…
-
## Expected behavior and actual behavior.
Executing gdal2tiles throws a memory leak warning (but the command works successfully) :
```
"swig/python detected a memory leak of type 'OSRSpatialRefe…
-
I'm desperately trying to call the **gdal2tiles.py** script from AWS lambda function like this
```
import json
import os
from osgeo import gdal
def lambda_handler(event, contex…
-
i use this to change gdal2tiles from python to rust,found no GDALAutoCreateWarpedVRT.
pub fn GDALAutoCreateWarpedVRT(src: &Dataset, wkt1:&str, wkt2: &str) -> GDALDatasetH {
let c_str_1 = CString…
-
Hey,
I've noticed a possible error in gdal2tiles. I'm trying to create png tiles from a png base. It's a small area but I need high zoom level (21-22). Using the generated viewer pages, some of the…
-
gdal2tiles_parallel.py line 1543-1544 has incorrect values for the bounding box:
`
`
shoudld be:
`
`
-
### Feature description
gdal2tiles is currently limited to byte images, should handle all valid pixel types
### Additional context
I've been puzzling over why this hasn't been done yet. Is th…
-
### What is the bug?
When I attempt to use the gdal2tiles.py tool and specify the PNG driver parameter -co ZLEVEL=1, I encounter an error.
```shell
$ gdal2tiles.py -co ZLEVEL=1 input.tif output_f…
-
## Expected behavior and actual behavior.
gdal2tiles fails when using threads, single threaded works as expected
## Steps to reproduce the problem.
gdal2tiles -s EPSG:3857 -z 10-16 --processe…
-
```
ubuntu@ip-172-31-31-248:~$ python gdal2tiles-leaflet/gdal2tiles.py -z 0-11 -l -p raster -w none /mnt/1000/combined2.png /mnt/1000/out/
Generating Base Tiles:
0...10...20...30...40...50...60...7…