Meshman
Charter Member
My HD has a folder named \Work. Underneath are two folder; \SourceData and \Output. The INF file is placed in the Work folder, along with a copy of Resample.exe. The INF just gets dragged on top of Resample.exe and out spits the BGL file, if the INF file is correctly setup.
[Source]
Type = GeoTIFF
Layer = Elevation
SourceDir = "SourceData."
SourceFile = "2NC0_gm.Tif"
[Destination]
DestDir = "Output"
DestBaseFileName = "z_2NC0"
DestFileType = BGL
CompressionQuality = 97
LOD = Auto
Most of the difficulties comes from the directories specified in the INF file, so that's why I have a seperate little work area.
We could always discuss running things from the DOS prompt...
[Source]
Type = GeoTIFF
Layer = Elevation
SourceDir = "SourceData."
SourceFile = "2NC0_gm.Tif"
[Destination]
DestDir = "Output"
DestBaseFileName = "z_2NC0"
DestFileType = BGL
CompressionQuality = 97
LOD = Auto
Most of the difficulties comes from the directories specified in the INF file, so that's why I have a seperate little work area.
We could always discuss running things from the DOS prompt...
