Hey Jennifer, (I CC to the list, hope you don't mind)
it took much longer than expected to be able to revise the code and see
what actually happens.
However, first the final result with the option to calculate 10%, 30%,
50%, 70% and 90% isopleths is probably clear: so for the one bear
dataset that I have I get in the column "percent-cover-hull" actually
the real values (e.g. 12.08% instead of 10%, and 29.8% instead of 30%).
The 100% covers all points (usually only one polygon), while all 12.08%
polygons together (or all 29.8% polygons together) covers only a "core"
set of points, with the smaller value, i.e. the 12.08% or 30% instead of
100% referring to polygons that mark hotspots / cores ( = high density
of points).
So given that, the density for each hull polygon calculated (I for
instance used k=20 points) will set the number of points found in the
hull to the area of the hull polygon, or in the code:
density = numPts/(area / 1000000.0);
This means, the smaller the polygon area the higher the density if, as
in my example k=20 points (i.e. number of points is fixed). This also
means that the density must be larger than 0 and has no upper limit.
So, sorting the polygons by density will give you polygons where many
points are in a small space. That means, if the sampling rate stays
constant, then this is a hotspot or core area or much visited place.
However, if sampling rate is not constant (e.g. some devices sample
every 5 minutes and other every 30mins) then this means nothing.
In principle you can use LoCoH to achieve what you want, but I would
also ask: Why not using KDE, Line-KDE methods for that (or as comparison)?
I attach an image where I used LineKDE (bandwidth = 2000m , 200m
grid)and LoCoH-k with k=20 on grizzly bear data. You can see the LoCoH
polygons coloured; the more yellow the lower the "percent-cover-hull"
value (the more likely a core/hotspot area). In comparion the resulting
p=95% (brownish) and p=65% (blueish) percentil lines for the Line-KDE.
While the 95% percentil line (area) encompases most points, the 65%
encompases rather a core-set of points, or marks hotspot areas. The
LoCoH result is more obvious here, but if I set p=30% I should get more
pronounced hotspot areas. Well, of course, at the end there is probably
more parameters to set "correctly/meaningfull" than for LoCoH.
hope this helps,
stefan
Am 15.01.16 um 10:49 schrieb Jennifer Newton:
> Dear Dr. Steiniger,
>
> Thank you for the quick response. I appreciate you looking into the
> density value. It will be very helpful to me, as I am using this
> analysis to investigate where different groups of people go within a
> trail system for my dissertation. I hope to find the most
> visited/heavily used areas within the trail system for each group, and
> then compare them.
>
> I look forward to your response.
>
> Thank you!
>
> Jenn
>
> On Fri, Jan 15, 2016 at 6:45 AM, Stefan Steiniger <
sst...@geo.uzh.ch
> <mailto:
sst...@geo.uzh.ch>> wrote:
>
> Hi Jenn,
>
> thanks for your feedback. I shall get back to you in the next days,
> as i need to check what i programmed and don't have the sources with
> me at the moment. However, I don't think that there was/is an upper
> limit on the density value. As far as I recall the original paper
> does not talk about density and only calculates areas/ranges, but i
> implemented it to have something more comparable to the KDE approach.
>
> until later,
>
> stefan
>
> ------ Originalnachricht ------
> *Von: *Jennifer Newton__
> *Datum: *13.01.2016 11:08
> *An: *
sst...@geo.uzh.ch <mailto:
sst...@geo.uzh.ch>;
> *Betreff:*Help with OpenJUMP LoCoH Analysis
>
> Dear Dr. Steiniger,
>
> Thank you for creating the HoRAE toolbox for OpenJUMP. I have found
> it very helpful, however I currently need some help....
>
> I am doing a k-LoCoH analysis in OpenJump. The analysis is working,
> but I'm having trouble understanding the output. There is a
> "density" column in the output, and I'm not sure what units this is
> in, or what it indicates (the numbers range from a 3 digit number to
> 7 digit number).
>
> I know by highlighting some of the polygons that the higher the
> number in the density column the more used the area...but I still
> would like to know what this number actually means before I continue
> with my results. Any help you could provide is greatly appreciated!
> (I am conducting this analysis as part of my dissertation :) ).
>
> Thank you!
>
> Jenn
> --
> *Jennifer N. Newton*
> Doctoral Candidate
> Recreation, Park and Tourism Management and
> Human Dimensions of Natural Resources and the Environment
> The Pennsylvania State University
> 804 Ford Building
> Tel:
(724)651-3069 <tel:%28724%29651-3069>
> Email:
jnn...@psu.edu <mailto:
jnn...@psu.edu>
> **
>
>
>
>
> --
> *Jennifer N. Newton*
> Doctoral Candidate
> Recreation, Park and Tourism Management and
> Human Dimensions of Natural Resources and the Environment
> The Pennsylvania State University
> 804 Ford Building
> Tel:
(724)651-3069
> Email:
jnn...@psu.edu <mailto:
jnn...@psu.edu>
> **