furrysalamander / mini-map-maker

A tool for automatically generating 3D printable STLs from freely available lidar scan data.
MIT License
66 stars 3 forks source link

Printing the middle of the earth #1

Closed mrwulff closed 3 years ago

mrwulff commented 3 years ago

https://prnt.sc/xn42lh USGS_LPC_NV_LasVegas_QL1_2016_16220_LAS_2018.zip downloadlist.txt

jeyeager65 commented 3 years ago

When I was trying to figure out my own problem, some debugging showed that somehow in asc_parse.gen_stls_from_ascs, lowest_value was getting set to -9999. I made a change to filter out values less than zero from d that I think fixed it, but couldn't verify due to my issues generating a reasonable sized STL.

furrysalamander commented 3 years ago

I think I found the fix for this, just trying to get caught up on homework so I have time to implement the patch.

furrysalamander commented 3 years ago

This should be resolved with my latest commit. If it's still a problem feel free to leave a comment.