Skip to content
This repository has been archived by the owner on Sep 25, 2020. It is now read-only.

Latest commit

 

History

History
25 lines (15 loc) · 1.18 KB

README.md

File metadata and controls

25 lines (15 loc) · 1.18 KB

Road completion project

These are a collection of tools & scripts to compare road datasets between OSM and external sources. This is based on some stuff mapbox started, https://www.mapbox.com/blog/osm-qa-tiles/, and uses their QA tile-based stuff to compare government road datasets to OpenStreetMap.

It uses the following tools:

  • GDAL: to convert shapefiles from local project to WGS84.
  • tippecanoe: a tool from Mapbox to generate vector tiles.
  • tilereduce: another tool from Mapbox (thanks!) to run analysis on the tile data itself.

To produce the following effect:

Awesome gif here!

Folders

Docker folder - Contains dockerized difference tool using urbis data

Old folder - Contains previous none dockerized difference tool using wegenregister data

Backend-frontend

This repository is for the backend. For the front-end website, please refer to road-completion-frontend