mapping-geojson-osm/update_scripts/update_and_transform.sh
2024-10-22 11:10:42 +02:00

8 lines
174 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_extractors.sh
bash run_all_converters.sh