I have made a new video tutorial that demonstrates the typical workflow I use to create autogen from OpenStreetMap data. In this tutorial I am creating forests, buildings and lights as FSX autogen. The tutorial also explains way to classify the buildings into types and categories, for example industrial or residential buildings.
Auto completion for attributes
From the next development release scenProc has a new feature, it is now possible to get auto completion of possible attributes and their values. All you have to do is scan the file you will be processing by pressing the “Scan attributes” button. Be aware that this might take a while for big files. After […]
Turn on the turbo!
A while ago I made the scenProc step to split the features in the correct grid faster by using multiple threads. I have now updated almost all of the steps to use multiple threads and process the features in parallel. So this should reduce the time needed to process bigger areas quite a bit. Especially […]
Creating rectangles from a footprint
I have added a new processing step to scenProc, with this step you can replace a complex building footprint by a number of rectangles. The step only takes the filter of the objects you want to process as argument. So for example: REPLACEPOLYGONBYBUILDINGRECTANGLES|BUILDTYPE=3 It only works well on footprints that have many parallel edges, else […]
Features with holes (2)
Not so long ago I posted about added support to read features with holes from OSM files. Recently I learned that these changes slowed down reading OSM files more than 60 times. So I have removed this feature for now. Back to the drawing board, let’s see if I can find a more efficient way […]
Let there be rectangles…
I have added a new processing step to scenProc that allows you to turn polygons into rectangles. This step is mainly useful when creating autogen vegetation for FS2004, since the vegetation must be rectangular there. What the step does is just take the polygon and try to fill the shape with rectangles of the size […]
Features with holes
I have made some changes to the OSM importer for scenProc and it should now handle features with holes correctly. Since I am currently travelling for work, I do not have the FSX SDK here, so I haven’t been able to try yet if the produced AGN with the holes will actually work. That’s something […]
OpenStreetMap, performance and more
In the next development release there are some interesting changes to the scenProc tool. These are the main changes: You can now read data from the OpenStreetMap XML format. This makes it even easier to use OpenStreetMap data to create autogen objects for FSX. By reading the OSM XML format directly you can get even […]
scenProc GUI available
A first version of the scenProc graphical user interface is now available in the development release package. This new interface allows you to run the scenProc configuration file from the GUI, you don’t have to use the command prompt anymore. I also includes a text editor control, with tooltips and auto-completion to make it easier […]
scenProc GUI progress
I have made some progress on the scenProc user interface. The buttons to process the configuration file are working now, all processing steps report their progress and messages in the GUI, there is syntax highlighting and tool tips showing help about the processing steps. Next item to work on is auto completion while editing the […]