7 lines
173 B
Bash
7 lines
173 B
Bash
|
#!/bin/bash
|
||
|
# run this to update the data, convert it, and get the latest data from OSM at once.
|
||
|
|
||
|
bash get_datasets.sh
|
||
|
bash run_all_converters.sh
|
||
|
bash run_all_extractors.sh
|