Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.
By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

HI arno,Why can I export ANG files?Does converting to agn format do not require shp data?你好,
Create3DBuilding 步骤没有建造任何建筑物,所以也没有导出 BGL 文件。
你确定你的shapefile有一个名为building的属性吗?你用QGIS之类的工具检查过SHP数据吗?hai
Your SHP data has an attribute fclass, which has a value of building. So then your filter should be fclass="building".
Those are not errors, they are warnings. But normally you should not get them on every building, it can happen for very complex shapes where the algorithm fails.
Can you show how your footprints look?
Those are not errors, they are warnings. But normally you should not get them on every building, it can happen for very complex shapes where the algorithm fails.
Can you show how your footprints look?
hi arno,Give it a try. This is a simple graphic I captured in that shp.It's really weird that you get these errors with simple rectangular footprints. Can you send me that SHP file with the two buildings so that I can try to reproduce it here?

ImportOGR|test.shp|*|*|NOREPROJ
#
Create3DBuilding|FROMFILE="test.shp" And fclass="building" And FNUMVERT=4|3;6|elev|GABLED|30;40|0|0|0|NONE
Hi,
Now I see you are running scenProc 3.0 with this script. This error is due to a bug in version 3.0 that you can't make untextured buildings. If I run it in the latest development release it works fine for me. I used this script:
Code:ImportOGR|test.shp|*|*|NOREPROJ # Create3DBuilding|FROMFILE="test.shp" And fclass="building" And FNUMVERT=4|3;6|elev|GABLED|30;40|0|0|0|NONE
Hi,
Now I see you are running scenProc 3.0 with this script. This error is due to a bug in version 3.0 that you can't make untextured buildings. If I run it in the latest development release it works fine for me. I used this script:
Code:ImportOGR|test.shp|*|*|NOREPROJ # Create3DBuilding|FROMFILE="test.shp" And fclass="building" And FNUMVERT=4|3;6|elev|GABLED|30;40|0|0|0|NONE
Are you sure you downloaded a recent development release? Some of the bugs you reported were only fixed in the release a few days ago.
hi,arno,Can you share a new version of yours? Because I just exported the AGN format file and also got the above error.Are you sure you downloaded a recent development release? Some of the bugs you reported were only fixed in the release a few days ago.

It seems to be working fine, thank you,arnoYou can always get the latest version from this page:
The error message you get seems to indicate your scenProc installation might not be complete, the gdal_data folder seems to miss some files. Just download the release again should fix that.