Mostafamabrok / satellitescraper

Easy to use python package for scraping high-resolution satellite images from apple maps.🌎
GNU General Public License v3.0
10 stars 0 forks source link

Sqlite Files are not deleted after failed runs #11

Closed Mostafamabrok closed 3 months ago

Mostafamabrok commented 3 months ago

The SQLite files determine what tiles are to be downloaded, now when these files conflict with the set download geographical area, the program gets stuck in an infinite loop. Normally during successful runs, these files are deleted right after, however, if a error is raised while downloading the files never get the chance to be deleted, thus making the next download run fail.

Mostafamabrok commented 3 months ago

I dont know why i made this issue, it should be up to the user to delete the sqlite files