Y
Hacker News
new
|
ask
|
show
|
jobs
by
amelius
2921 days ago
What would happen if distance over sea is penalized by a certain factor? Is there an extension of Voronoi diagrams that addresses this issue?
1 comments
emblaegh
2921 days ago
Voronoi diagrams work for any definition of `distance` that may suit your needs. So weighting by airport size and/or sea distance is pretty trivial.
link
amelius
2921 days ago
I don't think it's that simple if the definition of distance is a function of position.
link
Marazan
2921 days ago
Yeah I'm pretty sure that whilst the 'mid' points on Delauny triangulation would be correctly scalped the edges of the Voronoi diagram would be wrong?
link
_verandaguy
2921 days ago
A different approach: you can distort the map underneath, similarly to those maps that scale regions as a function of population rather than actual geographic area.
link