diff --git a/scripts/geodata/osm/osm_address_training_data.py b/scripts/geodata/osm/osm_address_training_data.py index af7b3c44..7a075e34 100644 --- a/scripts/geodata/osm/osm_address_training_data.py +++ b/scripts/geodata/osm/osm_address_training_data.py @@ -32,7 +32,7 @@ from geodata.file_utils import * this_dir = os.path.realpath(os.path.dirname(__file__)) -FORMATTER_GIT_REPO = 'https://github.com/OpenCageData/address-formatting' +FORMATTER_GIT_REPO = 'https://github.com/openvenues/address-formatting' WAY_OFFSET = 10 ** 15 RELATION_OFFSET = 2 * 10 ** 15