From 73b2aec25e4e6baa7662790e22ff837820b87b20 Mon Sep 17 00:00:00 2001 From: Al Date: Mon, 30 May 2016 22:12:56 -0400 Subject: [PATCH] [fix] input file --- 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 364fd775..109e9b7d 100644 --- a/scripts/geodata/osm/osm_address_training_data.py +++ b/scripts/geodata/osm/osm_address_training_data.py @@ -545,4 +545,4 @@ if __name__ == '__main__': logging.basicConfig(level=logging.INFO) components = AddressComponents(osm_rtree, language_rtree, neighborhoods_rtree, quattroshapes_rtree, geonames) osm_formatter = OSMAddressFormatter(components, subdivisions_rtree, buildings_rtree) - osm_formatter.build_intersections_training_data(args.address_file, args.out_dir, args.ways_db_dir, tag_components=not args.untagged) + osm_formatter.build_intersections_training_data(args.intersections_file, args.out_dir, args.ways_db_dir, tag_components=not args.untagged)