Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix addrs command - Missing Details for given Lat-Lon #518

Merged

Conversation

sagarbadiyani
Copy link

@sagarbadiyani sagarbadiyani commented Jun 25, 2022

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: #503

@sagarbadiyani sagarbadiyani changed the title [Address Fetch] Fix Missing Details for given Lat-Lon Fix addrs - Missing Details for given Lat-Lon Jun 25, 2022
@sagarbadiyani sagarbadiyani changed the title Fix addrs - Missing Details for given Lat-Lon Fix addrs command - Missing Details for given Lat-Lon Jun 25, 2022
@Datalux
Copy link
Owner

Datalux commented Jun 28, 2022

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

Thanks in advance!

@sagarbadiyani sagarbadiyani changed the base branch from master to development June 28, 2022 15:40
@sagarbadiyani
Copy link
Author

sagarbadiyani commented Jun 28, 2022

@Datalux Done for v2 branch here #525

@sagarbadiyani
Copy link
Author

@Datalux Can we merge this one?

@Datalux Datalux merged commit be821b5 into Datalux:development Aug 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants