Buffl

GIS

JS
by Julia S.

There is one layer named “trees”. In the attributes, you can see that there is a field named “kind”, where the info is stored wether the tree is an olive tree, willow, pine tree etc.

You know that the tree with the ID 4 has the bark beetle. You have to save the trees around it; but only pine trees are inhabited by bark beetles. They travel distances of around 600 m.

Explain which analysis has to be performed to determine how many trees could be affected.

First, the tree with the ID 4 has to be found. So, in the attribute table, with “Selection by attributes”, the object “ID” = 4 can be found. After selecting and exporting it (right click on the layer -> data -> export features) the buffer analysis can be performed.

Because the bark beetle travels 600m far, the buffer distance needs to be those 600 meters.

After creating the buffer layer, it can be intersected with our tree layer from the beginning. In the intersect tool, the buffer layer needs to be selected first.

The intersected layer contains all tree objects within that 600m distance.

Now, within the attribute table, right click on the “kind” field and select “summarize”. In that menu, select “kind” as case and statistic field and choose “count” as statistic method.

The outcome should be a table which shows how many trees of each kind exist. In our intersect layer, again with “Selection by attributes”, all pine trees can be selected and shown on the map. If wanted, we can export those into another layer.

Author

Julia S.

Information

Last changed