- Messages
- 130
- Country
-
I know there is a terrain forum but there doesn't seem to be much traffic there.
I currently have a geotiff which I got by converting a usgs .dem using 3DEM. I am following the fsx sdk documentation, however, I cannot figure out how to run the geotiff through resample. I obviously know that you need a .INF, but it doesn't wan't to compile.
All I did was take an example .INF and edit it to my needs.
However, the example .inf compiles just fine, but my .inf does not. I have all of the files where they should go according to the sdk example.
I currently have a geotiff which I got by converting a usgs .dem using 3DEM. I am following the fsx sdk documentation, however, I cannot figure out how to run the geotiff through resample. I obviously know that you need a .INF, but it doesn't wan't to compile.
All I did was take an example .INF and edit it to my needs.
Code:
[Source]
Type = GeoTIFF
Layer = Elevation
SourceDir = "SourceData"
SourceFile = "culebra.tif"
[Destination]
DestDir = "Output"
DestBaseFileName = "Culebra"
DestFileType = BGL
LOD = Auto
However, the example .inf compiles just fine, but my .inf does not. I have all of the files where they should go according to the sdk example.
Last edited: