I've got some initial steps toward this work at
https://github.com/OSGeo/gdal/pull/963
It doesn't have any of the automated conversion yet but I've added a todo
list and am hoping to have something semi-useful running in CI soon.
On Tue, 2 Oct 2018 at 22:04 Craig de Stigter <
craig.destig...@koor
Hi Luca,
actually, the coefficients of a world file aren't simply pixel size and
rotation. Therefore, with a rotation in the mix, you may need to do some
math :(
You may want to take a look a the world file definitions to see what these
6 coeffs represent:
https://en.wikipedia.org/wiki/World_file
Hi all,
I need to use the coordinates information contained in a kml file to
write a wld file.
In the KML I have
47.551729
45.438335
12.736706
9.670600
-1.35
I converted them to UTM WGS84 32N coordinate system
5273247.79
5031864.43
781130.01
552448.98
Thanks. Are those tests entirely based on the osgeo git tests, or are there
some extra ones? It might be worth getting the extra ones in at least.
On Tue, 2 Oct 2018 at 18:06, Kurt Schwehr wrote:
> I am definitely interested in improvements to the test infrastructure, but
> always fear slowing