Roads
1
Download county data
2
Download OSM roads
3
Convert to GeoJSON
4
Diff vs OSM
Paths
1
Upload county paths
2
Download OSM paths
3
Convert to GeoJSON
4
Diff vs OSM
Addresses
1
Download county data
2
Download OSM addresses
3
Convert to GeoJSON
4
Diff vs OSM
Downloaded files
{% for county, file_names in data_files.items() %}
{% for file_name in file_names %}
{{ file_name }}
{% endfor %}
{% endfor %}
Output
Run a step to see output here.