Closed GoogleCodeExporter closed 9 years ago
[deleted comment]
Non-pysal Issue, problem is in GeoSpace GUI....
This is a side effect of the GUI. The control used in the GUI is a wx.Slider
which only allows 100 values. The min_threshold value use used to calculate the
Slider value of the Slider position (int(math.ceil((rec_dist/max_dist) *100)),
where max_dist is the diagonal of the shapefile's bounding box. The position
of the slider is rounded up to ensure the min_threshold is met.
Original comment by schmi...@gmail.com
on 19 Oct 2012 at 9:06
Original issue reported on code.google.com by
sjsrey
on 19 Oct 2012 at 7:39