osmbe / road-completion-old

This repository contains all the code needed to compare open-data road datasets to OSM data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

This repository contains all the code needed to compare open-data road datasets to OSM data.


Languages

Language:JavaScript 86.6%Language:Shell 10.5%Language:Dockerfile 1.5%Language:PLpgSQL 1.4%