- Messages
- 96
- Country
So, I'm back after a hiatus, mostly brought forth by PC woes but also by research. I have a much better laptop now, and there's been some progress made to the project regarding Mount St. Helens and its pre-1980 appearance.
Last week, in what I thought was never going to ever happen, the USGS released a 10-meter mesh of Mount St. Helens and the entire Spirit Lake/North Fork Toutle River area. The mesh was an undertaking between the USGS and a student intern from the Portland (OR) Community College GIS and Geospatial Technologies program. The release of this mesh solves much of the issues I had been having previously with flattening the valley slope, and presents a much higher detail fidelity around Spirit Lake.
HOWEVER.
In the compilation of the mesh for FSX, there are, or IS, a problem. After compiling for FSX, where there is no mesh data in the GeoTIFF, it appears as a rather large "plateau." I could not remember how I resolved this issue nor could I find it in any previous thread.
Attached are screenshots.
The native projection is NAD83 UTM10, and was reprojected in QGIS to EPSG:4326 WGS84. For some reason, attempting to compile the BGL using the native NAD83 UTM10 GeoTiff results in Resample.exe failing to do so.
Also attached is the code in the *.INF file. These parameters worked in the past, but aren't now. Any suggestions?
[Source]
Type=GeoTIFF
Layer=Elevation
SourceDir="."
SourceFile="MSH_Pre_1980_test3.tif"
MinValidValue=344
NullCellValue=-32767
[Destination]
DestDir="."
DestBaseFileName="MSH_Pre_1980_Test"
DestFileType=BGL
LOD=6,16
FractionBits = 3
BaseValue = 1000
Last week, in what I thought was never going to ever happen, the USGS released a 10-meter mesh of Mount St. Helens and the entire Spirit Lake/North Fork Toutle River area. The mesh was an undertaking between the USGS and a student intern from the Portland (OR) Community College GIS and Geospatial Technologies program. The release of this mesh solves much of the issues I had been having previously with flattening the valley slope, and presents a much higher detail fidelity around Spirit Lake.
HOWEVER.
In the compilation of the mesh for FSX, there are, or IS, a problem. After compiling for FSX, where there is no mesh data in the GeoTIFF, it appears as a rather large "plateau." I could not remember how I resolved this issue nor could I find it in any previous thread.
Attached are screenshots.
The native projection is NAD83 UTM10, and was reprojected in QGIS to EPSG:4326 WGS84. For some reason, attempting to compile the BGL using the native NAD83 UTM10 GeoTiff results in Resample.exe failing to do so.
Also attached is the code in the *.INF file. These parameters worked in the past, but aren't now. Any suggestions?
[Source]
Type=GeoTIFF
Layer=Elevation
SourceDir="."
SourceFile="MSH_Pre_1980_test3.tif"
MinValidValue=344
NullCellValue=-32767
[Destination]
DestDir="."
DestBaseFileName="MSH_Pre_1980_Test"
DestFileType=BGL
LOD=6,16
FractionBits = 3
BaseValue = 1000