From 0c18a57c4e9f31a00554172674a626b561109cd2 Mon Sep 17 00:00:00 2001 From: Al Date: Mon, 13 Jul 2015 14:27:26 -0400 Subject: [PATCH] [fix] planet url no longer needed --- scripts/geodata/osm/osm_address_training_data.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/geodata/osm/osm_address_training_data.py b/scripts/geodata/osm/osm_address_training_data.py index d6f6acdc..d444157a 100644 --- a/scripts/geodata/osm/osm_address_training_data.py +++ b/scripts/geodata/osm/osm_address_training_data.py @@ -404,10 +404,6 @@ if __name__ == '__main__': default=tempfile.gettempdir(), help='Temp directory to use') - parser.add_argument('-u', '--url', - default=DEFAULT_PLANET_URL, - help='URL of OSM planet dump to use (PBF preferably)') - parser.add_argument('-r', '--rtree-dir', required=True, help='Language RTree directory')