- Messages
- 1,637
- Country

Can I use one poly layer to "clip" a 2nd poly layer. At first glance I would say yes as by using this step:
BooleanFeatures|DIFFERENCE|VegType="*crop*"|FROMFILE="CHICO_Z20_buildMS.shp"|3
I was able to clip out nice little holes in my crop polys around my buildings (farms in this case). But when I try to do this on a broader scale clipping trees from croplands all tree polys that touch a crop poly is deleted.
For example, the screenshot below shows my trees in green surrounding a couple of farms.
Now I have added a 2nd layer, my crop polys in orange.
So I am assuming I could use a similar step like:
BooleanFeatures|DIFFERENCE|VegType="tree"|VegType="*crop*"|0
and it would cut though/slice ("clip"), the tree polys. Instead, it is completely deleting the tree polys. Even the trees directly around the farm houses where they are not touching the crop poly. Is this possible or am I using the step incorrectly?
Right now I have to run several "stages" of scenPROC to achieve the desired results.
1. run scenProc to detect/create trees using TFE
2. Export into QGIS to clip the tree polys using the cropland polys (using QGISs DIFFERENCE)
3. Run a second scenPROC to make some adjustments (buffer, etc.), and create the agn files.
Would like to do it all in one scenPROC run but maybe not possible?
This leads to a 2nd question. If I use a step on a poly, lets say like buffer, or a boolean, can the results be saved (or temporarily used) as a newly named layer to continue the scenPROC process with that newly named poly? Curious.
Thanks
BooleanFeatures|DIFFERENCE|VegType="*crop*"|FROMFILE="CHICO_Z20_buildMS.shp"|3
I was able to clip out nice little holes in my crop polys around my buildings (farms in this case). But when I try to do this on a broader scale clipping trees from croplands all tree polys that touch a crop poly is deleted.
For example, the screenshot below shows my trees in green surrounding a couple of farms.
Now I have added a 2nd layer, my crop polys in orange.
So I am assuming I could use a similar step like:
BooleanFeatures|DIFFERENCE|VegType="tree"|VegType="*crop*"|0
and it would cut though/slice ("clip"), the tree polys. Instead, it is completely deleting the tree polys. Even the trees directly around the farm houses where they are not touching the crop poly. Is this possible or am I using the step incorrectly?
Right now I have to run several "stages" of scenPROC to achieve the desired results.
1. run scenProc to detect/create trees using TFE
2. Export into QGIS to clip the tree polys using the cropland polys (using QGISs DIFFERENCE)
3. Run a second scenPROC to make some adjustments (buffer, etc.), and create the agn files.
Would like to do it all in one scenPROC run but maybe not possible?
This leads to a 2nd question. If I use a step on a poly, lets say like buffer, or a boolean, can the results be saved (or temporarily used) as a newly named layer to continue the scenPROC process with that newly named poly? Curious.
Thanks

