Commit graph

  • 32f54cc211 Merge branch 'cliOptions' master gabe 2021-07-14 14:16:55 -0500
  • 7cc32129db added licence file, readme, and updated .gitignore. gabe venberg 2021-05-23 13:20:15 -0500
  • c6e5863eb2 Initial commit Gabe 2021-05-23 18:08:00 +0000
  • 23e58901f7 cleaned up the code to put a bunch of things inside functions to make it easier to process multiple files in the future. cliOptions gabe venberg 2021-03-31 16:55:04 -0500
  • 9787052272 added first pass of CLI options. can change output resoltion and output filename. gabriel venberg 2021-03-18 00:30:34 -0500
  • 6335c4b474 With larger images, it can take some time to generate the heatmap. now contains a terminal message to indicate this. gabriel venberg 2021-03-08 20:55:19 -0600
  • 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. gabriel venberg 2021-03-08 20:38:31 -0600
  • 4d4a7e72b3 *changed info logging to print statements gabe venberg 2021-03-05 16:52:13 -0600
  • 5c631c8ca3 Added some extra logging lines, output filename now depends on input filename, moved function declarations to the top. gabriel venberg 2021-03-05 13:17:38 -0600
  • 36e083eee0 inital commit. basic heatmap generator. still have to make many options configurable. gabriel venberg 2021-03-02 14:07:44 -0600