Now that's some serious mesh !
How did you get that ? I understand the website you mentioned provides some topography data for some places. But how did you get that in the sim ?
Hey Daube,
Yes the Opentopography website has free elevation data which is derived using LIDAR. It is available as point data (usually LAS files) or the website allows other formats to be generated directly from the point data or previously converted data can be bulk downloaded.
The elevation data can be downloaded as a GEOTIFF file, and then it just needs to be reprojected in to a coordinate system that FSX can understand, which is EPSG 4329 - WGS84. This projection is needed for the FSX resample tool to work with the data, as FSX is based around this coordinate system. It is the same for landclass and photo scenery, as these also need to be in this coordinate system. Once the Tiff file is in this projection, it can be converted to a FSX/P3D bgl by using the resample tool which comes with the FSX and P3D SDKs.
For example, here is the command line used in FWTools to reproject the TIFF projection from the original (NAD83 / UTM zone 11N) to WGS84:
gdalwarp -of GTiff -co "INTERLEAVE=PIXEL" -s_srs "+proj=utm +zone=11N +datum=WGS84" -t_srs "+proj=latlong +datum=WGS84" -r cubic 319_4171_begd.tif 319_4171_begd_wgs84.tif
And then that GeoTIFF file "319_4171_begd_wgs84.tif" is processed through the resample tool using the following information in the .inf file.
[Source]
Type = GeoTiff
SourceDir = "."
SourceFile = "319_4171_begd_wgs84.tif"
Layer = Elevation
NullValue = 0
[Destination]
DestDir = "."
DestBaseFileName = "Inyo_Domes_CA_Geo_FB4"
DestFileType = BGL
CompressionQuality = 100
LOD = Auto
FractionBits = 4
BaseValue = 1000
This only creates the mesh, so obviously some photoreal is required also to see the photo ground textures.
Here is the first version I have created for the Inyo Domes, (with some fairly poor PR imagery) with no blending or any other work done. Eventually I would like to create some photoreal and mesh which blends in to FTX, but I also just like seeing these areas as they are in the sim. Mesh needs to be set to 1m.
https://drive.google.com/file/d/0Bxev_0S9k7HPMHhxa1JfbVF5ZjQ/view?usp=sharing