Skip to content

Pixel poligonization and database

Nicolas Garcia Ospina requested to merge pixel-polygonize into master

In this MR I included a step that transforms specific pixel values (found in built_pixel_values attribute for DataSource) into a polygon.

Also introduced the DataBase class that shall be further used to request roads data and also pushing results from this program into the final DB (I could not get the mocking to work so there are no tests here)

\approve @fd @ds

PD. sorry for the delay on creating the MR, I discovered that polygons are created with different point orders on different machines.

Merge request reports