- Messages
- 1,025
- Country

Hi guys,
This is a preliminary post as I’m still investigating a few aspects and getting up to speed but Dick aka Rhumbaflappy put me on the right course to figure out the system and structure for generating elevation mesh CGL’s and it appears to be stupidly simple.
The MSFS SDK reads in the elevation data as simple “Arc ASCII Grid” DEM files, from examples I’ve seen I think I may know the projection but am still investigating that but working on some sample data I was able to convert the XML file back into an Arc ASCII Grid .arc file and load it into global mapper.
Once I’m able to run some of my own custom data through the system we should be able to solve or get a long way ahead on being able to generate elevation data for MSFS way more easily than python scripts and other tools. In fact once fully figured out, it might be something scenproc could potentially handle in terms of pulling in geotiff or other elevation data formats, converting them to Arc ASCII Grid, clip files with shp file vector data and generate the XML code but would need Arno’s input on that.
I have to read through a couple of threads to figure out why the dem was upside down and rotated 180 degrees but once that is sorted it really should be a very easy process to create elevation CGL’s for MSFS. I’m very surprised how simple it looks.
I am hoping it is as simple as it appears to be and there’s no blocking issues that pop up. It seems it may actually be a lot easier than FSX/P3D.
This is a preliminary post as I’m still investigating a few aspects and getting up to speed but Dick aka Rhumbaflappy put me on the right course to figure out the system and structure for generating elevation mesh CGL’s and it appears to be stupidly simple.
The MSFS SDK reads in the elevation data as simple “Arc ASCII Grid” DEM files, from examples I’ve seen I think I may know the projection but am still investigating that but working on some sample data I was able to convert the XML file back into an Arc ASCII Grid .arc file and load it into global mapper.
Once I’m able to run some of my own custom data through the system we should be able to solve or get a long way ahead on being able to generate elevation data for MSFS way more easily than python scripts and other tools. In fact once fully figured out, it might be something scenproc could potentially handle in terms of pulling in geotiff or other elevation data formats, converting them to Arc ASCII Grid, clip files with shp file vector data and generate the XML code but would need Arno’s input on that.
I have to read through a couple of threads to figure out why the dem was upside down and rotated 180 degrees but once that is sorted it really should be a very easy process to create elevation CGL’s for MSFS. I’m very surprised how simple it looks.
I am hoping it is as simple as it appears to be and there’s no blocking issues that pop up. It seems it may actually be a lot easier than FSX/P3D.



