Skip to content

gislars/equalstreetnames

 
 

Repository files navigation

EqualStreetNames.Brussels

This project is coordinated by Open Knowledge Belgium and Noms Peut-Être with the support of OpenStreetMap Belgium and Wikimedia Belgium.

EqualStreetNames is made possible thanks to equal.brussels.

Why EqualStreetNames.Brussels?

The names of public spaces (streets, avenues, squares and others) define the identity of a city and how citizens interact with it. The region of Brussels suffers from a major inequality between male and female street names and we want to help fix this.

There are several ways to approach the inequality of street names and leverage a positive change in our society. Ours is with the use of Open Data to create a map visualizing the streetnames of Brussels by gender.

How did we make this map?

To make this happen, we used open data - data which can be freely used, modified, and shared by anyone for any purpose - from OpenStreetMap and Wikipedia.

On 17 February 2020, 60 volunteers gathered to add the Wikidata tags (a tag containing all the information from a Wikipedia page) to the streets on OpenStreetMap. Using Open Data has unlocked new opportunities, the project now being replicable for other cities and the analysis being fully transparent.

The Equal Street Names project is divided into two phases:

  • Phase 1:
    Mapping the inequality of name attributions.
  • Phase 2:
    Organizing one workshop per month in 2020 to provide a list of names that will be published on the platform and act as references for city councils. The names should represent the diversity of Brussels Region, which means with profiles of women; women from the immigration, women of color, transgender and LGBTQIA+

Data

Data are available in the static/ directory.
Documentation about those data is available in the same folder (see README.md).

Documentation

See docs/README.md

Replicate the EqualStreetNames project for your city

Country City Link Data Repository Maintainer
🇧🇪 Brussels https://equalstreetnames.brussels/ equalstreetnames-brussels @jbelien
🇷🇸 Belgrade https://naziviulica.openstreetmap.rs/ equalstreetnames-belgrade @stalker314314
🇳🇱 Assen https://esn.rlin.eu/ equalstreetnames-assen @robinlinde
🇩🇪 Berlin https://equalstreetnames-berlin.openstreetmap.de/ equalstreetnames-berlin @gislars

See docs/replicate.md

Run locally

  1. Clone the repository

    git clone https://github.com/openknowledgebe/equalstreetnames.git
    cd equalstreetnames
    
  2. Install dependencies

    npm install
    
  3. Create a Mapbox token

  4. Create a file named .env in the root directory of the project

  5. Add the following line to the .env file: MAPBOX_TOKEN=[your Mapbox token] replacing [your Mapbox token] with the token you created

  6. Choose the city you want to run locally :

    1. For Brussels, run

      npm run serve:brussels
      
    2. For Belgrade, run

      npm run serve:belgrade
      
    3. For Assen, run

      npm run serve:assen
      
    4. For Berlin, run

      npm run serve:berlin
      
  7. Once installed and running, go to http://localhost:1234/index.html

About

Map visualizing the streetnames by gender

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 56.1%
  • TypeScript 32.8%
  • CSS 11.1%