-
Seems parallel version of gdal2tiles produce missing tiles at some zoom levels:
Same as for this patch: https://trac.osgeo.org/gdal/ticket/4379
Code I used for tile generation:
~~~
set -x # Du…
-
Decoding of some PNG files generated by GDAL2Tiles (raster map tile generator) fails with the error message "not enough pixel data". Most other decoders can read these files without any issues.
Even …
tdilo updated
7 years ago
-
It would help inter-compatibility if the specification of the custom sqlite format used by Osmand could be published somewhere in the doc.
-
Also here is the stack trace when attempting to upload a basemap image (Roman Colosseum). Looks like our GDAL upgrade has executables in /usr/bin instead of /usr/local/bin now. I don't know why the …
-
Looking for help in calculating the resolution values for a geotiff tiled with `gdal2tiles.py` with profile set to 'raster'. Here is the output from `gdalinfo.py`:
```
Size is 46237, 56448
Coordina…
-
I'm experiencing troubles with this set of tiles https://dl.dropboxusercontent.com/u/4624786/osm/gdal_tiles.zip which was generated by
```
gdal2tiles.py --profile=mercator -d --resampling=near -z 1-…
-
The functionality to display the map overlays is ready, so we can go ahead and process these images. Once they're done, we can run a simple `gdal2tiles.py -z 16-20 {{georectified tif file.tif}}` comma…
-
If I want to tile just zoom levels 0 and 1 (`-z 0-1`) it ignores my parameter and tiles 0-5.
5 being the "Native zoom of the raster".
My goal is to host this on AWS Lambda and allocate a single …
-
**Issue by [ri0t](https://github.com/ri0t)**
_Tuesday Oct 07, 2014 at 11:48 GMT_
_Originally opened as https://github.com/Hackerfleet/hfos_old/issues/38_
---
...of ANY kind would be cool, but…
-
Adding `gdal2tiles_parallel.py` will save lots of time generating the tiles across multiple cores.
At the moment the `gdal2tiles.py` only uses 1 core per process, it would be nice to run this process…