Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 996 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 996 Bytes

EqualStreetNames.Brussels

Scripts

Map

  1. Download data from OpenStreetMap (overpass)
  2. Download data from Wikidata
  3. Generate final GeoJSON files
  4. Generate final statistics JSON file

Run locally

  1. composer install
  2. php scripts/overpass/relation.php (documentation)
  3. php scripts/overpass/way.php (documentation)
  4. php scripts/wikidata.php (documentation)
  5. php scripts/geojson.php (documentation)
  6. php scripts/statistics.php (documentation)

Or you can just run (after replacing mycity by the name of your city):

composer run update-data -- --city=mycity

Streets listing

  1. Download data from OpenStreetMap (overpass)
  2. Create street streets listing database
  3. Generate street listing (per municipality)