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

Getting "DEM Missing Data! Needs Further Adjustment." Error #5

Open AeroSteveO opened 1 year ago

AeroSteveO commented 1 year ago

I'm trying to run with the following in the downloadlist.txt file: https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/WI_Statewide_2018_A18/WI_FondduLac_2018/LAZ/USGS_LPC_WI_Statewide_2018_A18_0339.laz https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/WI_Statewide_2018_A18/WI_FondduLac_2018/LAZ/USGS_LPC_WI_Statewide_2018_A18_0340.laz

and am currently getting the following output:

Generating .dtm files...

Generating .asc files...

[]
DEM Missing data!  Needs further adjustment.  Setting lowest value to 0.
Cleaning up...

This is also not outputting any STL files to the STL folder or other output files that i can find. Any help would be appreciated.

Details about what i'm running it on: Python 3.8.10 on WSL2.0 ubuntu machine, also tried using the .exe on a windows 10 machine to the same output

AeroSteveO commented 1 year ago

ahh my .laz files aren't being downloaded by the widget, and also aren't following the naming conventions so its being skipped

AeroSteveO commented 1 year ago

got things downloaded, using the -e flag and the files in the LAS directory, but still no dice

AeroSteveO commented 1 year ago

wait, now got things running, using the windows .exe rather than the python script, woo