Classify building footprints

I have been adding more built-in attributes to scenProc recently, to allow you to classify buidling footprints in different types. Then for each type you can make different kind of autogen. This work is not yet finished, but in this blog post I want to show what you can do already now. Please read the scenProc manual to see which attributes are available and what they mean. Below is a scenProc configuration file I used to create autogen around the city of Amsterdam: # Amsterdam autogen test IMPORTSHP|buildings_adam.shp|NOREPROJ # ADDATTRIBUTE|*|BUILDCAT|5|1 ADDATTRIBUTE|FCONVEX=1|BUILDCAT|4|1 ADDATTRIBUTE|FNUMPERPANG>3;FNUMNOTPAR<2;FNUMVERT<10|BUILDCAT|3|1 ADDATTRIBUTE|FAREARAT>0.85|BUILDCAT|2|1 ADDATTRIBUTE|FNUMVERT=4;FNUMPERPANG=4|BUILDCAT|1|1 # EXPORTSHP|*|bla # SPLITGRID|AGN # SETAGNBUILDINGHEIGHT|1.0;0.4;0.2;0.0 … Continue reading Classify building footprints