Microsoft Games\Microsoft Flight Simulator X SDK\SDK\Environment Kit\Terrain SDK\Terrain and Scenery.html
i have acquired a GeoBase. now what to do with these data and to convert compile it to fsx?
043a05_0200_deme.dem
043a05_0200_demw.dem
http://dbwww.essc.psu.edu/notes/utilities.html
my computer can't open read_dem.exe it gives me a message
"The version of this file is not compatible with the version of Windows you're running. Check your computer's system information to see whether you need an x86 (32-bit) or x64 (64-bit) version of the program. and then contact the software publisher.
Notes on Acquiring Raw Digital Elevation Data
A DEM provides a digital representation of a portion of the earth's elevation points over a two-dimensional surface. A DEM is generated by sampling an array of elevation values derived from topographic maps, aerial photographs, or satellite images.
There are a number of places to get digital elevation data. Most terrain data available for free over the Internet is typically stored in formats such as the USGS DEM (Digital Elevation Model) ASCII, USGS TAR, or USGS Spatial Data Transfer Standard (SDTS) formats. All source data is expected to use WGS84 projection.
For example, this is a link to the USGS 100 meter DEM for the entire United States of America. Just click on the area of DEM you want:
http://edcwww.cr.usgs.gov/glis/hyper/guide/1_dgr_demfig/index1m.html
The raw data used when creating terrain for Flight Simulator must be in a binary file format, with each elevation point (measured in meters above mean sea level) being assigned a 16-bit integer. The resampler supports both LSB (least significant byte first) and MSB (most significant byte first) 16-bit integers.
The USGS DEM and SDTS formats are not compatible with the terrain tools included with this SDK, but there are converters available (free of charge) on websites that convert the data to a compatible binary form. For example, see the read_dem.exe tool that’s available for download at http://dbwww.essc.psu.edu/notes/utilities.html. After using this tool, you should be able to run the output DEM data through the Resample tool.
You may find that the source files you acquire come with a header file. This header file provides the information needed for some sections of the .inf file such as the bounding area.
i have acquired a GeoBase. now what to do with these data and to convert compile it to fsx?
043a05_0200_deme.dem
043a05_0200_demw.dem
http://dbwww.essc.psu.edu/notes/utilities.html
my computer can't open read_dem.exe it gives me a message
"The version of this file is not compatible with the version of Windows you're running. Check your computer's system information to see whether you need an x86 (32-bit) or x64 (64-bit) version of the program. and then contact the software publisher.


