On Sat, 26 Jan 2019 at 05:50, Adrien André wrote:
> If GDAL cannot read the .emf file, try using ImageMagick:
> convert image.emf my_raster.png
This is a good approach, however you will also need to pay attention
to convert's -density and -units options [1] to maintain some sort of
meaningful sca
Hi,
you need to know your data spatial resolution and the pixel coordinates
corresponding to (Easting,Northing).
If GDAL cannot read the .emf file, try using ImageMagick:
convert image.emf my_raster.png
Then, you might try to create a worldfile my_raster.wld (See [0]).
The attached example is
Hi,
i am a very beginner in GeoTiff and Georeferencing.
_ i have an image in .emf file format.
_ i also have these UTM informations:
Easting,Northing,Zone,Hemisphere
Exemple: 40,4379520,24,N
How can i use GDAL to create a geotiff from these informations ?
(My GeoTiff need to be in wgs84, eps