- Messages
- 466
- Country

Hi,
I downloaded a tile for some photoscenery from the USGS site. I added a blendmask as a new (5th) channel in the GeoTiff using Gimp. After compiling the BGL, however, the blend mask does not show in the sim. I also tried saving the GeoTiff as a BMP and the blend mask as a separate Tiff and defining the coordinates for both images in the INF file. This time, it wouldn't even compile a BGL. What am I doing wrong?
INF for TIFF with RGB and blend mask channels
INF for the BMP + TIFF Blend Mask
I downloaded a tile for some photoscenery from the USGS site. I added a blendmask as a new (5th) channel in the GeoTiff using Gimp. After compiling the BGL, however, the blend mask does not show in the sim. I also tried saving the GeoTiff as a BMP and the blend mask as a separate Tiff and defining the coordinates for both images in the INF file. This time, it wouldn't even compile a BGL. What am I doing wrong?
INF for TIFF with RGB and blend mask channels
Code:
[Source]
Type = GeoTIFF
SourceDir = "."
SourceFile = "59831004_WGS84_test.tif"
Layer = Imagery
Variation = Day
NullValue = 0,0,0
[Destination]
DestDir = "."
DestBaseFileName = "L08_Ortho"
DestFileType = BGL
LOD = Auto
CompressionQuality = 85
INF for the BMP + TIFF Blend Mask
Code:
[Source]
Type = MultiSource
NumberOfSources = 2
[Source1]
Type = BMP
Layer = Imagery
SourceDir = "."
SourceFile = "59831004_WGS84_test.BMP"
Variation = All
NullValue = 0,0,0
Channel_BlendMask = 2.0
SamplingMethod=Gaussian
ULXMAP = 33.2743713
ULYMap = -116.3552204
XDIM = 1.03757047590173E-05
YDIM = 1.03757003037450E-05
[Source2]
Type = TIFF
Layer = None
SourceDir = "."
SourceFile = "59831004_WGS84_test_B.TIF"
ULXMAP = 33.2743713
ULYMap = -116.3552204
XDIM = 1.03757047590173E-05
YDIM = 1.03757003037450E-05
SamplingMethod=Gaussian
[Destination]
DestDir = "."
DestBaseFileName = "L08_Ortho"
DestFileType = BGL
LOD = Auto
UseSourceDimensions = 0
CompressionQuality = 85
