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.
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.
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 are available in the static/
directory.
Documentation about those data is available in the same folder (see README.md
).
See docs/README.md
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 |
-
Clone the repository
git clone https://github.com/openknowledgebe/equalstreetnames.git cd equalstreetnames
-
Install dependencies
npm install
-
Create a Mapbox token
-
Create a file named
.env
in the root directory of the project -
Add the following line to the
.env
file:MAPBOX_TOKEN=[your Mapbox token]
replacing[your Mapbox token]
with the token you created -
Choose the city you want to run locally :
-
For Brussels, run
npm run serve:brussels
-
For Belgrade, run
npm run serve:belgrade
-
For Assen, run
npm run serve:assen
-
For Berlin, run
npm run serve:berlin
-
-
Once installed and running, go to http://localhost:1234/index.html