API to get enormous amount of high resolution satellite images from satellites.pro quickly through multi-threading! create map your own map dataset. Bringing data to Humans.
Fixes an issue where a thread can get hung (due to lack of resources?) in download, or exit without completion by replacing the while semaphore with multiprocessing.pool.ThreadPool.join()
Adds a prefix kwarg to get_img() to help with bulk fetching that may have useful tags
Fixed a few redundant variables
Added an explicit check for lat/lng vs step resolution to raise a ValueError if the values wouldn't return any results, despite a positive separation
while
semaphore withmultiprocessing.pool.ThreadPool.join()
prefix
kwarg toget_img()
to help with bulk fetching that may have useful tagsValueError
if the values wouldn't return any results, despite a positive separation