pelias / model

Pelias data models
6 stars 17 forks source link

draft: create fewer intersection variations #133

Closed orangejulius closed 4 years ago

orangejulius commented 4 years ago

Just like with venues, adding alt names can create scoring penalties(https://github.com/pelias/pelias/issues/862) or boosts(https://github.com/pelias/openstreetmap/issues/507) that are undesirable.

Unfortunately we don't currently have a great way to handle all intersection searches without some alt-names, but this change tests removing some of them to see if we can stabilize scoring a bit.

orangejulius commented 4 years ago

I didn't get a chance to test this out yet, but plan to get to it tomorrow.

orangejulius commented 4 years ago

This didn't appear to have a major impact on results, at least not yet. Further testing required.