Osintgram icon indicating copy to clipboard operation
Osintgram copied to clipboard

Fix addrs command - Missing Details for given Lat-Lon

Open sagarbadiyani opened this issue 3 years ago • 2 comments

geopy's reverse() returns None for some Lat Lon values, this wasn't being handled gracefully in Osintgram. For example, if we get Lat Lon values as 89.06192, 4.53075, self.geolocator.reverse() will return None. This PR will skip the locations which do not have any addresses mapped to them.

Issue: https://github.com/Datalux/Osintgram/issues/503

sagarbadiyani avatar Jun 25 '22 12:06 sagarbadiyani

Hi, thank you for your work. Can you add the changes in v2 too? (v2 branch)

Thanks in advance!

Datalux avatar Jun 28 '22 15:06 Datalux

@Datalux Done for v2 branch here https://github.com/Datalux/Osintgram/pull/525

sagarbadiyani avatar Jun 28 '22 16:06 sagarbadiyani

@Datalux Can we merge this one?

sagarbadiyani avatar Aug 13 '22 09:08 sagarbadiyani