From 6e950d71543102a680ad40eb5f049cbb7b355cf5 Mon Sep 17 00:00:00 2001 From: Mike C Date: Wed, 28 Feb 2018 18:20:21 -0500 Subject: [PATCH] Tweak readme, remove spurious script, add 3 more lists --- README.md | 3 +++ lists/belgium.txt | 1 + lists/luxembourg.txt | 1 + lists/portugal.txt | 1 + process_all.sh | 13 ------------- 5 files changed, 6 insertions(+), 13 deletions(-) create mode 100644 lists/belgium.txt create mode 100644 lists/luxembourg.txt create mode 100644 lists/portugal.txt delete mode 100755 process_all.sh diff --git a/README.md b/README.md index bea15dd..3733bff 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,9 @@ optional arguments: ./process_maps.py --use-ram --max-heap-space 12g --maps-dir cache --no-map-download --output-map-name netherlands --map-list lists/netherlands.txt ./process_maps.py --use-ram --max-heap-space 12g --maps-dir cache --no-map-download --output-map-name spain --map-list lists/spain.txt ./process_maps.py --use-ram --max-heap-space 12g --maps-dir cache --no-map-download --output-map-name france --map-list lists/france.txt +./process_maps.py --use-ram --max-heap-space 12g --maps-dir cache --no-map-download --output-map-name belgium --map-list lists/belgium.txt +./process_maps.py --use-ram --max-heap-space 12g --maps-dir cache --no-map-download --output-map-name luxembourg --map-list lists/luxembourg.txt +./process_maps.py --use-ram --max-heap-space 12g --maps-dir cache --no-map-download --output-map-name portugal --map-list lists/portugal.txt ./process_maps.py --use-ram --max-heap-space 24g --maps-dir cache --no-map-download --output-map-name australia_oceania --map-list lists/australia_oceania.txt ./process_maps.py --use-ram --max-heap-space 24g --maps-dir cache --no-map-download --output-map-name australia --map-list lists/australia.txt ./process_maps.py --use-ram --max-heap-space 16g --maps-dir cache --no-map-download --output-map-name canada_ontario --map-list lists/ontario.txt diff --git a/lists/belgium.txt b/lists/belgium.txt new file mode 100644 index 0000000..1067a96 --- /dev/null +++ b/lists/belgium.txt @@ -0,0 +1 @@ +europe/belgium diff --git a/lists/luxembourg.txt b/lists/luxembourg.txt new file mode 100644 index 0000000..2ca3c36 --- /dev/null +++ b/lists/luxembourg.txt @@ -0,0 +1 @@ +europe/luxembourg diff --git a/lists/portugal.txt b/lists/portugal.txt new file mode 100644 index 0000000..f89aef3 --- /dev/null +++ b/lists/portugal.txt @@ -0,0 +1 @@ +europe/portugal diff --git a/process_all.sh b/process_all.sh deleted file mode 100755 index 1b2b25f..0000000 --- a/process_all.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash - -./process_maps.py --max-heap-space 24g --maps-dir cache --no-map-download --output-map-name local --map-list lists/michigan.txt --map-list lists/ontario.txt -./process_maps.py --max-heap-space 24g --maps-dir cache --no-map-download --output-map-name midwest --map-list lists/midwest.txt --map-list lists/ontario.txt -./process_maps.py --max-heap-space 24g --maps-dir cache --no-map-download --output-map-name central_america --map-list lists/mexico.txt --map-list lists/central_america.txt -./process_maps.py --max-heap-space 24g --maps-dir cache --no-map-download --output-map-name south_america --map-list lists/south_america.txt -./process_maps.py --max-heap-space 24g --maps-dir cache --no-map-download --output-map-name australia_oceania --map-list lists/australia_oceania.txt -./process_maps.py --max-heap-space 24g --maps-dir cache --no-map-download --output-map-name pennsylvania --map-list lists/pennsylvania.txt -./process_maps.py --max-heap-space 24g --maps-dir cache --no-map-download --output-map-name idaho --map-list lists/idaho.txt -./process_maps.py --max-heap-space 24g --maps-dir cache --no-map-download --output-map-name usa --map-list lists/usa.txt -./process_maps.py --max-heap-space 24g --maps-dir cache --no-map-download --output-map-name canada --map-list lists/canada.txt -./process_maps.py --max-heap-space 24g --maps-dir cache --no-map-download --output-map-name north_america --map-list lists/usa.txt --map-list lists/canada.txt -