brandonp1551 / Waterflow

Water Flow project
0 stars 0 forks source link

Internally convert .laz files #10

Closed taylorcjensen closed 7 years ago

taylorcjensen commented 7 years ago

Converting .laz files to .txt files makes the file about 10 times as large. We may want to include code in our Map constructor to accept .laz files and internally convert them directly into our Map object, rather than relying on a .txt intermediary file. This would make using our code less bulky and awkward.

Not a high priority.

LASzip has some source code available for converting .laz.

taylorcjensen commented 7 years ago

This isn't going to happen. Closing issue.