mapping-geojson-osm/update_scripts/update_and_transform.sh
2024-12-10 13:21:52 +01:00

8 lines
193 B
Bash

#!/bin/bash
# run this to update the data, convert it, and get the latest data from OSM at once.
source functions.sh
bash get_datasets.sh
bash run_all_extractors.sh
bash run_all_converters.sh