utilities to view, analyze, and manipulate LIDAR data
Go to file
gabriel venberg 4fe916a23b old algorithm ran in O(a*b*c) time, where a is the number of points in
the LIDAR file, b and c are the dimentions of the resulting heatmap.

new algorithm runs in O(a) time... before, it took ~5 days on my machine
to make a 1000*1000 heatmap. now it takes 5 seconds to make ANY size
image. (the graph making library takes a bit longer, but it is very
little compared to mapping the image array.)
2021-03-08 20:38:31 -06:00
.gitignore inital commit. basic heatmap generator. still have to make many options configurable. 2021-03-02 14:07:44 -06:00
outputHightMap.py old algorithm ran in O(a*b*c) time, where a is the number of points in 2021-03-08 20:38:31 -06:00