- Messages
- 31
- Country

I've been going round in circles the last 24 hours with this lol. I've downloaded some geotiffs from USGS (4) loaded them up into Global Mapper, changed the projection to WGS84 and then exported to a geotiff. Then when I try to run the created geotiff through resample.exe I get the following error:
this is my inf file, resample.exe and the inf file are located in the same directory as the geotiff:
I had a look at the geotiff out put from Global Mapper in FW Tools which displayed:
Have I made an incorrect setting when exporting from Global Mapper?
These are the settings I have used in Global Mapper, I use draw a box to specify the are to be exported:
Thanks in advance
Matt
Code:
GeoTIFF: Only geographic coordinates are supported.
Unable to open data source 'E:\Arial Images\labelle\Corrected\labelle_gnd.tif'.
Failed to create data source.
this is my inf file, resample.exe and the inf file are located in the same directory as the geotiff:
Code:
[Source]
Type = GeoTIFF
SourceDir = "."
SourceFile = "labelle.Tif"
Layer = Imagery
Variation = Day
NullValue = 255,255,255
[Destination]
DestDir = "."
DestBaseFileName = "labelle_gnd"
DestFileType = BGL
LOD = Auto,17
I had a look at the geotiff out put from Global Mapper in FW Tools which displayed:
Code:
E:\Arial Images\labelle\Corrected>gdalinfo labelle.tif
Driver: GTiff/GeoTIFF
Files: labelle.tif
Size is 9971, 10055
Coordinate System is:
PROJCS["unnamed",
GEOGCS["WGS 84",
DATUM["WGS_1984",
SPHEROID["WGS 84",6378137,298.257223560493,
AUTHORITY["EPSG","7030"]],
AUTHORITY["EPSG","6326"]],
PRIMEM["Greenwich",0],
UNIT["degree",0.0174532925199433],
AUTHORITY["EPSG","4326"]],
PROJECTION["Transverse_Mercator"],
PARAMETER["latitude_of_origin",0],
PARAMETER["central_meridian",-81],
PARAMETER["scale_factor",0.9996],
PARAMETER["false_easting",1640416.666666667],
PARAMETER["false_northing",0],
UNIT["US survey foot",0.3048006096012192,
AUTHORITY["EPSG","9003"]]]
Origin = (1494308.544666349900000,9708911.183185949900000)
Pixel Size = (0.999660631344093,-0.999660631344056)
Metadata:
AREA_OR_POINT=Area
Image Structure Metadata:
INTERLEAVE=PIXEL
Corner Coordinates:
Upper Left ( 1494308.545, 9708911.183) ( 81d26'52.40"W, 26d45'14.88"N)
Lower Left ( 1494308.545, 9698859.596) ( 81d26'52.01"W, 26d43'35.30"N)
Upper Right ( 1504276.161, 9708911.183) ( 81d25'2.40"W, 26d45'15.21"N)
Lower Right ( 1504276.161, 9698859.596) ( 81d25'2.04"W, 26d43'35.63"N)
Center ( 1499292.353, 9703885.389) ( 81d25'57.21"W, 26d44'25.26"N)
Band 1 Block=9971x1 Type=Byte, ColorInterp=Red
Band 2 Block=9971x1 Type=Byte, ColorInterp=Green
Band 3 Block=9971x1 Type=Byte, ColorInterp=Blue
Have I made an incorrect setting when exporting from Global Mapper?
These are the settings I have used in Global Mapper, I use draw a box to specify the are to be exported:
Thanks in advance
Matt
