Hi whiteav,
One more... Noted
For your second question, as you said the Tool is used to generate tree on big area. So if you need to remove Trees on ponds, roads or other, you should better use an automatised way to do it.
Personaly, i use AGN Merge Tool(AMT) to do this. I just need Vector data of roads(lines), ponds, sea, buildings in shp files. And with Scenproc I generate AGN files(with only Polyvegetation features) from those data to use as Mask in AMT.
But since Arno add the IMPORTAGN step into scenproc, i think that you can do it with it. The step should be something like this:
- IMPORTAGN files issued from VogelTree => trees features
- IMPORTSHP with Vector data of roads, sea, ponds... => Mask features
- SPLITGRIDSTEP
- add filter to CREATERECTANGULARVEGETATION from only trees features outside of Mask features.
- WRITEAGNFILES
Ps: for roads Vector data you Will need to add a step to generate "polygon" from "lines"...
More infos
here