One of the issues with creating autogen is that vegetation polygons might suppress buildings. When the vegetation overlaps the building the building will not be shown. This can be a bit annoying, since you would like the building to suppress the vegetation normally. To work around this problem I have added a new step to […]
scenProc manual
From now on you will find a PDF manual inside the scenProc downloads. At the moment not all sections of the manual are finished, but I will try to complete it as soon as possible. With all the recent changes to scenProc and with some of the functions being quite complex, I think it is […]
Different scenProc download links
A few weeks ago I made two versions of scenProc available on the development releases page. One for 32 bit operating systems and one for 64 bit operating systems. Since both of these files are rather big, due to the inclusion of all the GDAL/OGR libraries, it means that downloading an updated version can take […]
Import resample configuration
The scenProc IMPORTGDAL step to import imagery data assumes that the imagery you use is georeferenced in some way. So for example as GeoTIFF or as BMP file with an accompanying world file. But that is not always the case of course. Some developers use unreferenced images and provide the needed coordinates in the INF […]
Detect features, holes and performance
The scenProc feature to detect holes from imagery often returns polygons with holes, especially in area with dense forests and some clearings in the forest. When the ProcessHoles option is set to true the holes will be processed for the output of the detect feature step as well. But I have to give a warning, […]
scenProc batch processing
When you want to process bigger quantities of data with scenProc the graphical user interface is not always the easiest way to do this. In that case it is much easier if you can call scenProc from a script, for example a batch file. This is already possible for a while, but yesterday I have […]
Placing effects
Although the scenProc tool is mainly used to create autogen files, it is also capable to produce BGL files using BGLComp. A processing step to place library objects this way has been available for quite a while. Today I have added another step that uses the BGLComp exporter, it can be used to place effect […]
OGR power!
For the new scenProc feature to detect features from imagery I started to use the GDAL/OGR libraries. But since the OGR library supports reading many vector formats, I have now also add a new step that allows you to read in data through this library. It is called IMPORTOGR. The attributes are the same as […]
Vegetation detection tutorial
Here is the video tutorial I promised about the new scenProc feature to detect vegetation. In this tutorial I show how this new feature works and I also try to explain some of the theory behind it. I’ll try to add some information about this feature to the manual soon as well, as I know […]
Detect vegetation from imagery
In the last months I often wrote about my progress of adding a feature to scenProc to detect features from imagery. My main purpose was to detect vegetation. I have now finished this feature and put it in the scenProc development release. Be aware that adding this feature meant I had to add the GDAL […]