[gdal-dev] calculating geotransform for a given bound Lat Long in EPSG:4326
Ari Jolma
ari.jolma at gmail.com
Wed Dec 16 23:55:12 PST 2015
17.12.2015, 09:32, Gane R kirjoitti:
> How a geotransform values are calulated.
That depends on what you got. If you have a list of points in map
coordinates and the same points in pixels then they can be computed with
linear regression. I believe gdalwarper does it for example. You can do
it yourself too with various tools.
Otherwise you just use whatever metainformation you have and do the math.
It is not clear in your question whether you want to do the calculation
or are you asking how GDAL/some other software calculates the geotransform.
Best regards,
Ari
>
>
> Any references will be of greate help
> Thanks
> Gane
>
>
> _______________________________________________
> gdal-dev mailing list
> gdal-dev at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/gdal-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/gdal-dev/attachments/20151217/a7df4e35/attachment.html>
More information about the gdal-dev
mailing list