From ec1e8202688dc11f14f7727ffb26eb72be65d932 Mon Sep 17 00:00:00 2001 From: Al Date: Thu, 9 Jul 2015 13:44:14 -0400 Subject: [PATCH] [parsing] Changing to OpenCageData repo --- 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 aec1cd25..cc704db3 100644 --- a/scripts/geodata/osm/osm_address_training_data.py +++ b/scripts/geodata/osm/osm_address_training_data.py @@ -26,7 +26,7 @@ from geodata.file_utils import * this_dir = os.path.realpath(os.path.dirname(__file__)) -FORMATTER_GIT_REPO = 'https://github.com/lokku/address-formatting' +FORMATTER_GIT_REPO = 'https://github.com/OpenCageData/address-formatting' WAY_OFFSET = 10 ** 15 RELATION_OFFSET = 10 ** 15