sa2329
sa2329
One approach to checking line-of sight for two points is to translate / warp the elevation data to extract elevations only between the two points of interest, then compute the...
I don't know about efficiency, particularly if you're doing a large number of line of sight computations. I'm not familiar with bresenham. However, it's fairly straightforward to implement and test....
@temas Currently I'm working around this by projecting into a different CRS. Using UTM so units are meters, which matches ellipsoid units and seems to give correct results. If I...
@KukumavMozolo any success with this? My (limited) experience with this is that hdbscan does not support sparse matrices for the distance matrix.
The parameter `min_samples` is used for computing the linkage tree, and defaults to the value of `min_cluster_size`. When setting `min_cluster_size` to a large value `min_samples` should be set to something...