Tweak readme, remove spurious script, add 3 more lists

This commit is contained in:
Mike C 2018-02-28 18:20:21 -05:00
parent 772f05f199
commit 6e950d7154
5 changed files with 6 additions and 13 deletions

View file

@ -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

1
lists/belgium.txt Normal file
View file

@ -0,0 +1 @@
europe/belgium

1
lists/luxembourg.txt Normal file
View file

@ -0,0 +1 @@
europe/luxembourg

1
lists/portugal.txt Normal file
View file

@ -0,0 +1 @@
europe/portugal

View file

@ -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