Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 377 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 377 Bytes

NominatimLibrary

Requirements

You must install geopy in order to run the library :

pip install geopy

Usage

from NominatimLibrary import Locator, NotFoundException

# Initialize the connection with Nominatim:
locator = Locator()

# Use the methods described in the `__init__.py` file:
locator.distance_crow_coords((1.5,2.6),(0.4,2.6))