kitbenjamin / googleEarthImageCollection

Collect images from Google Earth that will be used to generate 3-D models.
1 stars 0 forks source link

if all images captured and try to rerun .PS1, still creates empty kml and runs GE #27

Closed willmorrison1 closed 4 years ago

willmorrison1 commented 4 years ago

opened this issue to make aware of this low prio issue

willmorrison1 commented 4 years ago

https://github.com/kitbenjamin/googleEarthImageCollection/commit/1f0476b277ecd178302cd84cd8b5c5486ed34542 fixes one bug related to this

willmorrison1 commented 4 years ago

https://github.com/kitbenjamin/googleEarthImageCollection/commit/1f0476b277ecd178302cd84cd8b5c5486ed34542#r39918285 may introduce another issue.

is actually a critical issue: the program is rewriting run#/.csv files. I don't think stageCode 4 is ever reached. Instead, "Stage prior to crash: images havent been created for next run" is still reached when all images have been captured.

kitbenjamin commented 4 years ago

8361133efa7fedb56c5d7794fb74a63de3cd239a should fix this - problem was due to program looking for completed photos to check if there is stuff to do. Now its getting this info from the csv files.

Also it wasn't finding the last run properly as it couldn't identify 2 digit numbers 👎 This is why is was rewriting run#/.csv files