FoxtrotScenery
Resource contributor
- Messages
- 86
- Country
Hey everyone,
With the disappearance of existing tools for creating elevation rectangles from a DEM source as well as some recent problems with the newly introduced terraform method, I've started work on a small tool which can convert a DEM source image to Rectangle objects with a heightmap. I currently have a process which works with a WGS84 raster as input and it can convert said raster to a Rectangle with customisable resolution. At a resolution of 25 metres, it took about 5 seconds to process the entire island of Lesvos, which is just over 4000 square km of data. With a lot of headroom for optimisation, I think it's promising for processing large sets of elevation data.
Now the question arises, is anyone interested in such a tool and what features (specifically related to elevation, not yet planning on including anything else) would you really need to have included in the tool? This is a side project to my scenery development but since I really needed to edit the elevation, I created this tool to streamline the process and I want to share this with the community.
Here's some of the features I am considering myself right now:
With the disappearance of existing tools for creating elevation rectangles from a DEM source as well as some recent problems with the newly introduced terraform method, I've started work on a small tool which can convert a DEM source image to Rectangle objects with a heightmap. I currently have a process which works with a WGS84 raster as input and it can convert said raster to a Rectangle with customisable resolution. At a resolution of 25 metres, it took about 5 seconds to process the entire island of Lesvos, which is just over 4000 square km of data. With a lot of headroom for optimisation, I think it's promising for processing large sets of elevation data.
Now the question arises, is anyone interested in such a tool and what features (specifically related to elevation, not yet planning on including anything else) would you really need to have included in the tool? This is a side project to my scenery development but since I really needed to edit the elevation, I created this tool to streamline the process and I want to share this with the community.
Here's some of the features I am considering myself right now:
- Process all raster projections instead of just WGS84
- Merge and blend raster files at different resolutions (for localised high res terrain)
- Import 3D objects and convert to Rectangles (for manual sculpting in 3D software)
- Merge generated Rectangles into MSFS project XML
- Drape runways over customised terrain
- Export existing rectangles to a 3D object for object placement