Drive around in Paris and avoid ways named after men!

My route planner now has a Parisian edition:
https://osrm.findvej.dk/paris/

E.g.:
https://osrm.findvej.dk/paris/?z=12&center=48.842722%2C2.372320&loc=48.823939%2C2.330303&loc=48.819228%2C2.329402&hl=fr&alt=0

Data is based on #OpenStreetMap extract for Paris where every street with the tag "name:etymology:wikidata" is compared to the corresponding item in Wikidata which has gender specified. Streets named after men are marked il the extract.

Finally a custom #OSRM plan is created that ignores these roads.

@brodersen very nice !

It looks like some men related names are still there in the graph... Bd Saint-Germain, Saint-Michel, Saint-Marcel (all "Saint")

@cquest There are definitely streets that haven't been mapped with that information yet. Or some of the information in Wikidata might not be correct. I was just surprised that after working so much for that topic in Denmark where almost no names were registered with etymology three years ago that so much was already mapped up in Paris.

I'm just in Paris for vacation, and obviously I couldn't help myself while I'm here :-)

@cquest OpenStreetMap currently has recorded that Boulevard Saint-Germain is named for the historic district:
https://www.wikidata.org/wiki/Q255910
Boulevard Saint-Michel has no etymology connected to it at the moment (but I'll probably look into that at a later moment)
Boulevard Saint-Marcel is named after the church:
https://www.wikidata.org/wiki/Q166691

I have considered a more recursive dive (e.g. street named after a church, but the church is named after a man). It is possible but would take some more effort.

Faubourg Saint-Germain

geographic location

@brodersen Really impressive work ! I don't know you can make such stuff with OSM.
As OpenStreetMap contributor I was wondering if it was a technical demo to avoids certain rows
@OrgX I'll try to put up some documentation and code soon for my approach.