Hi,
I'm trying to add some additional parameters to how edge weights are calculated. I've spent a few hours navigating C source code and I think I need your help pointing me to the right track.
Basically, I'll add an additional attribute, user familiarity, to Street edge-type. I'll also want to add this attribute as part of the weight calculation. Would it possible to do this in Python or do I need to do it in C? Can you point me to which classes or files that I should take a look into?
In my case, I use only OSM street network, so I'm only concern with Street edge-type.
Thanks,
ejel