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

[v2] Fix addrs command - Missing Details for given Lat-Lon #525

Merged
merged 1 commit into from
Aug 17, 2022

Conversation

sagarbadiyani
Copy link

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

Duplicated from development branch
Ref: #518 (comment)

@sagarbadiyani sagarbadiyani changed the title Fix addrs command - Missing Details for given Lat-Lon #518 [v2] Fix addrs command - Missing Details for given Lat-Lon Jun 28, 2022
@Datalux Datalux merged commit 1d7f2c8 into Datalux:v2 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

3 participants