Hi Frank (and others),
> Jachym,
>
> The problem is that your output file does not have a geotransform set,
> so ReprojectImage() does not realize the output file overlaps the
> area available from the input file. You need to set the geotransform
> before calling ReprojectImage(). Setting the co
Jachym Cepicky wrote:
Hi
I would like to write "custom" version of the gdalwarp tool in Python
using gdal.ReprojectImage() function, but the only result I get, is just
a empty "black" image.
The code would look like this:
# --- python code start ---
from osgeo import gdal
# let's
Hi
I would like to write "custom" version of the gdalwarp tool in Python
using gdal.ReprojectImage() function, but the only result I get, is just
a empty "black" image.
The code would look like this:
# --- python code start ---
from osgeo import gdal
# let's have georeferenced geot