Skip to content

Latest commit

 

History

History
122 lines (102 loc) · 50.3 KB

README.md

File metadata and controls

122 lines (102 loc) · 50.3 KB

EqualStreetNames

This project is coordinated by Open Knowledge Belgium with the support of OpenStreetMap Belgium and Wikimedia Belgium.

EqualStreetNames is made possible thanks to equal.brussels.

Why

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 a city by gender.

The project start with Brussels, Belgium in March 2020 and since then, this project has been replicated in several cities across multiple countries.

You can see all the cities on a map: https://equalstreetnames.org/

City Data Repository Maintainer Last Update Deploy
🇧🇪 Brussels Repository @jbelien Update data Deploy
🇦🇺 Fremantle Repository @samwilson Update data Deploy
🇦🇹 Vienna Repository Update data Deploy
🇧🇾 Minsk Repository Update data Deploy
🇧🇪 Antwerpen Repository @stijnhuy Update data Deploy
🇧🇪 Braine-l'Alleud Repository @eMerzh Update data Deploy
🇧🇪 Brugge Repository Update data Deploy
🇧🇪 Gent Repository Update data Deploy
🇧🇪 Halle Repository Update data Deploy
🇧🇪 Leuven Repository Update data Deploy
🇧🇪 Liège Repository Update data Deploy
🇧🇪 Mons Repository Update data Deploy
🇧🇪 Namur Repository Update data Deploy
🇧🇪 Nivelles Repository Update data Deploy
🇧🇪 Rixensart Repository @vdarmsta Update data Deploy
🇧🇪 Roeselare Repository @timcouwelier Update data Deploy
🇩🇰 Copenhagen Repository Update data Deploy
🇪🇪 Narva Repository @62mkv Update data Deploy
🇪🇪 Tallinn Repository @62mkv Update data Deploy
🇪🇪 Tartu Repository @62mkv Update data Deploy
🇫🇷 Paris Repository Update data Deploy
🇫🇷 Saint-Brieuc Repository Update data Deploy
🇩🇪 Berlin Repository @gislars Update data
🇩🇪 Brandenburg an der Havel Repository @Itchiii Update data Deploy
🇩🇪 Dresden Repository @Itchiii Update data Deploy
🇩🇪 Frankfurt am Main Repository @BerenikeRe Update data Deploy
🇩🇪 Freiburg im Breisgau Repository @Sequynth Update data Deploy
🇩🇪 Freising Repository @zorae Update data Deploy
🇩🇪 Halle (Saale) Repository @hjoertel Update data Deploy
🇩🇪 Hannover Repository @nortix Update data Deploy
🇩🇪 Kaiserslautern Repository @BerenikeRe Update data Deploy
🇩🇪 Leipzig Repository @imlabormitlea-code Update data Deploy
🇩🇪 Mainz Repository @BerenikeRe Update data Deploy
🇩🇪 Munich Repository @ynux Update data Deploy
🇩🇪 Oldenburg Repository @larsschwarz Update data Deploy
🇩🇪 Rastede Repository @u6CqmdfBgm Update data Deploy
🇩🇪 Wiesbaden Repository @mattsches Update data Deploy
🇬🇷 Athens Repository Update data Deploy
🇭🇺 Budapest Repository Update data Deploy
🇮🇹 Bolzano Repository @abonte Update data Deploy
🇱🇺 Luxembourg Repository @DavidMoraisFerreira Update data Deploy
🇲🇪 Tivat Repository @62mkv Update data Deploy
🇳🇱 Assen Repository @robinlinde Update data Deploy
🇳🇱 Groningen Repository @robinlinde Update data Deploy
🇳🇱 Leiden Repository @RMHogervorst Update data Deploy
🇵🇭 San Pablo Repository Update data Deploy
🇵🇱 Chorzów Repository @ArturLange Update data Deploy
🇵🇱 Warsaw Repository @starsep Update data Deploy
🇵🇱 Wrocław Repository @ArturLange Update data Deploy
🇵🇹 Lisbon Repository Update data Deploy
🇷🇴 Bucharest Repository Update data Deploy
🇷🇸 Belgrade Repository @stalker314314 Update data
🇸🇰 Bratislava Repository @MichalPP Update data Deploy
🇿🇦 Cape Town Repository @Rodeobe Update data Deploy
🇪🇸 Bilbao Repository @Theklan Update data Deploy
🇪🇸 Madrid Repository Update data Deploy
🇨🇭 Basel Repository @CaptainInler Update data Deploy
🇨🇭 Bern Repository @habi Update data Deploy
🇨🇭 Lausanne Repository @eginhard Update data Deploy
🇨🇭 St. Gallen Repository @1-Byte Update data Deploy
🇨🇭 Zurich Repository @CaptainInler Update data Deploy
🇬🇧 Chester-le-Street Repository Update data Deploy
🇺🇸 San Francisco Repository Update data Deploy

How

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.

For more details, see docs/README.md

Data

Data is available in the data/ directory of each city (see cities directory).

Data is automatically updated once a week.

Following data is available for each city:

  • gender.csv : List of streetnames in CSV (Comma-separated values) format with streetname, gender, and Wikidata item ;
  • other.csv : List of streetnames in CSV (Comma-separated values) format that are not related to a person (with Wikidata item if available) ;
  • relations.geojson + ways.geojson : Streets in GeoJSON format with streetname, gender, Wikidata item and details (when available) ;
  • metadata.json
    • Datetime of the last data update
    • Number of streetnames for each source
    • Number of streetnames for each gender:
      • F : cisgender female ;
      • M : cisgender male ;
      • FX : transgender female ;
      • MX : transgender male ;
      • X : intersex ;
      • NB : non-binary ;
      • + : multiple ;
      • ? : unknown ;
      • - : not related to a person ;
  • boundary.geojson : Boundary of the city in GeoJSON format (only the streets that are inside this boundary are processed) ;

Replicate the EqualStreetNames project for your city

See our equalstreetnames-template repository: https://github.com/EqualStreetNames/equalstreetnames-template

Install & Run locally

See INSTALL.md