Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 935 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 935 Bytes

Urbanistic Polygons

Builds areas based on urban properties and merges similar areas of OSM for analysis reasons.

Build status

The algorithm works in three steps:

  1. Build a planar graph based on all types of barriers that are relevant, for example:
  • Roads.
  • Water bodies.
  • Landuse polygons. raw data
  1. This planer graph defines polygons by definition. Assign urban scores to each polygons. We use the following categories but they are configurable:
  • water
  • residential
  • rural
  • industrial basic polygons
  1. Merge polygons based on their similarities and the type of barrier between them.