From db57855c951b99af414d422a14b5c2663f5b746a Mon Sep 17 00:00:00 2001 From: Al Date: Thu, 3 Sep 2015 10:06:54 -0400 Subject: [PATCH] [osm] Switching formatter repo to the OpenVenues fork, with fixes and several dozen new countries added --- scripts/geodata/osm/osm_address_training_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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