4
votes
1answer
139 views

Arcgis: Programmatically export to geotiff in different scales

I am totally new to ArcGis so please bear with me using the wrong terminology. I would like to programatically export geotiff files in different scales (e.g. 1:25000, 1:50000 etc) using arcgis10. ...
1
vote
1answer
267 views

Using arcpy.mapping.ExportToTIFF() to create dataframe geotiff

Has anyone created a dataframe geotiff using arcpy.mapping.ExportToTIFF() with satisfactory results? My output has poor quality and the georeferencing is significantly off. This example is the ...
5
votes
2answers
2k views

GeoTIFF file creation from .Tiff file

im not sure if this question is suitable for GIS I'm working on a software that displays a map, like this ![enter image description here][1] i also have some export functions which exports the the ...