<div dir="ltr">Thanks Even, that's what I was looking for.<div>Thanks a lot for the support.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, 11 Jun 2024 at 16:09, Even Rouault <<a href="mailto:even.rouault@spatialys.com">even.rouault@spatialys.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Johannes,<br>
<br>
access to your DIMAP product would be needed to investigate.<br>
<br>
I assume the product also returns RPC?   If so, test GetMetadata("RPC") <br>
!= null, and if it does, you can likely consider than any GeoTransform <br>
is "garbage". If you have RPCs, you can directly compute a geotransform. <br>
You need to reproject using GDALWarp() with the "-rpc" option.<br>
<br>
Even<br>
<br>
Le 11/06/2024 à 16:02, Johannes Paul via gdal-dev a écrit :<br>
> Hello,<br>
><br>
> coming back to an old thread regarding a DIMAP product which has no <br>
> lon/lat <br>
> (<a href="https://lists.osgeo.org/pipermail/gdal-dev/2018-January/048014.html" rel="noreferrer" target="_blank">https://lists.osgeo.org/pipermail/gdal-dev/2018-January/048014.html</a>).<br>
> GDALGetGeoTransform method will return CE_None despite <br>
> GeoTransformation matrix is not as expected, and in that specific case <br>
> I would rather use GDALGCPsToGeoTransform to compute GeoTransform array.<br>
><br>
> Is there a way I can detect GDALGetGeoTransform shall not be used ?<br>
><br>
> Thanks,<br>
> Johannes<br>
><br>
><br>
><br>
> _______________________________________________<br>
> gdal-dev mailing list<br>
> <a href="mailto:gdal-dev@lists.osgeo.org" target="_blank">gdal-dev@lists.osgeo.org</a><br>
> <a href="https://lists.osgeo.org/mailman/listinfo/gdal-dev" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br>
<br>
-- <br>
<a href="http://www.spatialys.com" rel="noreferrer" target="_blank">http://www.spatialys.com</a><br>
My software is free, but my time generally not.<br>
<br>
</blockquote></div>