rphlo / karttapullautin

A fast and accurate map generator from classified LiDAR data.
GNU General Public License v3.0
36 stars 9 forks source link

Script not executing complete #14

Closed stefankinell closed 1 year ago

stefankinell commented 1 year ago

In the last version with buildings translated to rust I get some errors. This is the output:

Karttapullautin v. 20190203 (c) Jarkko Ryyppo 2012-19  All rights reserved.
This exe is free for non commercial use or if used for for navsport 
mapping (orienteering, rogaining, adventure racing mapping).
There is no warranty. Use it at your own risk!
Preparing input file
.......... done.
Knoll detection part 1

Knoll detection part 2
..Illegal modulus zero at pullauta line 6371.

Contour generation part 1
.................... done.
Contour generation part 2

Contour generation part 3
.................... done.
Contour generation part 4
GD Warning: one parameter to a memory allocation multiplication is negative or zero, failing operation gracefully
gdImageCreate error at /Library/Perl/5.30/darwin-thread-multi-2level/GD/Image.pm line 122.

Vegetation generation

Cliff generation 

Detecting buildings

Rendering png map with depressions
...temp/vegetation.png not found: No such file or directory at /Library/Perl/5.30/darwin-thread-multi-2level/GD/Image.pm line 100.

Rendering png map without depressions
...temp/vegetation.png not found: No such file or directory at /Library/Perl/5.30/darwin-thread-multi-2level/GD/Image.pm line 100.

All done!

Which means that the output is not complete

stefankinell commented 1 year ago

My bad, I do not know what happened but after a restart of the computer it ran as it should again. I'll close this.