Skip to content
Prev 11214 / 29559 Next

Lidar data classification

On 17/03/11 11:38:19, Ervan Rutishauser wrote:
Hi Ervan,

it seems you're up to doing some clustering on spatial data (which is
similar to classification here). In other words, you have a
spatialPointsDataFrame, and each of the points has four variables' values
attached (canopyheight, max height, ...).  The spatial data points are
uniformly (or on a grid) distributed in space, I guess.  

If the above is correct: I've developed something that can perform
exploratory clustering on this type of data sets. Nearly the same type of
data occur in precision agriculture and they want to find management zones
(management zone delineation): homogeneous areas inside a field. I'm
currently working on that task and it's part of my PhD thesis. If you
want, you can have a look at this publication of mine at last year's
precision agriculture conference:
http://fuzzy.cs.uni-magdeburg.de/aigaion/index.php/publications/show/772

I've written all of this in R and maybe we can have a look at the
clustering I've done. I think what you want is probably something that
gives you a first look at the data and helps you in delineating your
forest into zones, if that's what you want.

Regards,
Georg.