Dear OF Team, I have noticed that it is not possible to retrieve information from SPD based on just one key attribute resulting in a set of values. The reason I am asking for this is to be able to retrieve whether a cluster is permanent or not. For that I would like to be able to use
Where id is the cluster ID. I have 3 plots in a cluster, hence the subsetting [1]. Thanks for your help! Andras asked 07 Jan '19, 13:58 Andras |
Hi Andras,
The expression should be idm:samplingPointData('psp', id, 1) = "yes"
The second argument is the cluster ID, the third argument is the plot ID. answered 08 Jan '19, 13:15 Stefano (OF) ♦♦ Believe it or not, I just thought of it this morning :) Thanks a lot!
(08 Jan '19, 13:45)
Andras
|