- Messages
- 1,263
- Country
I have DEM data of Canada. My INF file will not create the BGL file. There are no errors. I have added and deleted optional parameters and the file "compiles" for 7 hours , down to 30 minutes. I must be doing something wrong. The example files compile. My data compiles with the FS9 SDK resample.exe within 10 seconds.
Here is the INF File. Any suggestions would be appreciated.
; Resample INFormation file
; Variations test
[Source]
Type = Multisource
NumberOfSources = 2
[Source1]
Type = Raw
Layer = Elevation
SourceDir = "SourceData"
SourceFile = "040p04e.raw"
nCols= 1201
nRows= 1201
ULXMAP = -81.75
ULYMap = 43.25
XDIM = 0.000208160
YDIM = 0.000208160
BandLayout=BSQ
ByteOrder=Intel
nBands=1201
SampleType=SINT16
PixelIsPoint=0
[Source2]
Type = Raw
Layer = Elevation
SourceDir = "SourceData"
SourceFile = "040p04w.raw"
nCols= 1201
nRows= 1201
ULXMAP = -82.00
ULYMap = 43.25
XDIM = 0.000208160
YDIM = 0.000208160
BandLayout=BSQ
ByteOrder=Intel
nBands=1201
SampleType=SINT16
PixelIsPoint=0
[Destination]
DestDir = "Output"
DestBaseFileName = "040p04"
DestFileType = BGL
LOD = Auto
UseSourceDimensions = 0
NorthLat=43.25
SouthLat=43.00
WestLon=-82.00
EastLon=-81.50
BoundingCell=8,52,33
MinBoundingCell=13,1672,1063
MaxBoundingCell=13,1679,1067
Here is the INF File. Any suggestions would be appreciated.
; Resample INFormation file
; Variations test
[Source]
Type = Multisource
NumberOfSources = 2
[Source1]
Type = Raw
Layer = Elevation
SourceDir = "SourceData"
SourceFile = "040p04e.raw"
nCols= 1201
nRows= 1201
ULXMAP = -81.75
ULYMap = 43.25
XDIM = 0.000208160
YDIM = 0.000208160
BandLayout=BSQ
ByteOrder=Intel
nBands=1201
SampleType=SINT16
PixelIsPoint=0
[Source2]
Type = Raw
Layer = Elevation
SourceDir = "SourceData"
SourceFile = "040p04w.raw"
nCols= 1201
nRows= 1201
ULXMAP = -82.00
ULYMap = 43.25
XDIM = 0.000208160
YDIM = 0.000208160
BandLayout=BSQ
ByteOrder=Intel
nBands=1201
SampleType=SINT16
PixelIsPoint=0
[Destination]
DestDir = "Output"
DestBaseFileName = "040p04"
DestFileType = BGL
LOD = Auto
UseSourceDimensions = 0
NorthLat=43.25
SouthLat=43.00
WestLon=-82.00
EastLon=-81.50
BoundingCell=8,52,33
MinBoundingCell=13,1672,1063
MaxBoundingCell=13,1679,1067