-
is it possible to make this part multithreaded as well?
https://github.com/OSGeo/gdal/blob/35c07b18316b4b6d238f6d60b82c31e25662ad27/swig/python/gdal-utils/osgeo_utils/gdal2tiles.py#L1227
-
Sto terminando lo sviluppo di un'app che utilizza la geolocalizzazione a partire da un Point del GPS e restituisce il codice regionale (tramite [@turf/boolean-point-in-polygon](https://www.npmjs.com/p…
-
## Expected behavior and actual behavior.
1. I tried writing tiles to an AWS S3 bucket using `gdal2tiles.py` utility
2. I ran into this error: `PermissionError: [Errno 13] Permission denied: '…
-
## Expected behavior and actual behavior.
On Mac, I expected to be able to install GDAL with Homebrew and then install Python bindings with Pip.
However, the pip install failed. Below is a truncat…
-
## Motivation
Trouver un moyen simple d'exporter les résultats sous forme raster ou vecteur.
- Pour l'export raster: l'utilisateur souhaite pouvoir définir lui-même le dallage. Il convient simplemen…
-
Bei der Auslieferung von dynamischen Zwischenergebnissen der Georeferenzierung, soll geprüft werden, ob diese als TMS ausgeliefert werden können. Statt der Erzeugung eines GeoTIFF und Mapfile und dere…
-
Hello,
I cannot install GDAL for Python 3.10.7 (official docker image: https://hub.docker.com/_/python)
Here are the steps to reproduce the errors:
```
$ docker run -it --rm --name pyth…
-
Tiles seem individually OK in the new TMS exports - https://github.com/publiclab/mapknitter/pull/1548 and https://github.com/publiclab/mapknitter-exporter-sinatra/pull/134
https://storage.googleapi…
-
The version of GDAL that is available via conda install does not include GEOS support, which is a problem for a large portion of our code base. To remedy the issue, I have been attempting to build a s…
-
While building the autotests for pyscripts/gdal-utils one of the things that tripped me up for a bit was that the utils do not return the same status code for "was run without arguments". Some are `0`…