2024-10-18 14:59:08 +02:00
|
|
|
#!/bin/bash
|
|
|
|
# run this to update the data, convert it, and get the latest data from OSM at once.
|
2024-12-10 13:21:52 +01:00
|
|
|
source functions.sh
|
2024-10-18 14:59:08 +02:00
|
|
|
bash get_datasets.sh
|
|
|
|
bash run_all_extractors.sh
|
2024-10-22 11:10:31 +02:00
|
|
|
bash run_all_converters.sh
|
|
|
|
|