You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should be fairly straightforward to implement inverse geo-coding, i.e. find the closest city/region/country for given coordinates.
This would require downloading all the datasets however.
Ideally, the nearest neighbor lookup could be done efficiently with a KD-tree structure (e.g. in scipy). Though scipy is a fairly heavy dependency so maybe this could be an optional feature if scipy is installed.
The text was updated successfully, but these errors were encountered:
It should be fairly straightforward to implement inverse geo-coding, i.e. find the closest city/region/country for given coordinates.
This would require downloading all the datasets however.
Ideally, the nearest neighbor lookup could be done efficiently with a KD-tree structure (e.g. in scipy). Though scipy is a fairly heavy dependency so maybe this could be an optional feature if scipy is installed.
The text was updated successfully, but these errors were encountered: