- Регистрация
- 15.05.2017
- Сообщения
- 436
- Благодарностей
- 104
- Баллы
- 43
Looking for a smart C # programmer, need to work with some math logic.
Here's what need to be done -
We have a list of coordinates
1. 54.91793; 23.92322
2. 54.91794; 23.92291
3. 54.91796; 23.92244
It would look something like this if we draw a route on the map -
Sometimes coordinates are close to each other, but sometimes they are far away, for example we take line 1 and line 2
54.917 93 54.917 94 is only incremented by 0.00001 - that is good (distance is close) BUT, 23.92 322 and 23.92 291 has decreased by 31 (difference can be positive or negative because of how coordinates work) and that is too much, we would look for a limit of 0.00020.
The script should generate the missing coordinates in
1.54.91793; 23.92322
2.54.91793; 23.92300 - auto generated
3.54.91794; 23.92291
4.54.91795; 23.92275 - auto generated
5.54.91796; 23.92244
Hope it's understandable, if you think you can do this please write here or telegram - @mindeswx : az:
Here's what need to be done -
We have a list of coordinates
1. 54.91793; 23.92322
2. 54.91794; 23.92291
3. 54.91796; 23.92244
It would look something like this if we draw a route on the map -
Sometimes coordinates are close to each other, but sometimes they are far away, for example we take line 1 and line 2
54.917 93 54.917 94 is only incremented by 0.00001 - that is good (distance is close) BUT, 23.92 322 and 23.92 291 has decreased by 31 (difference can be positive or negative because of how coordinates work) and that is too much, we would look for a limit of 0.00020.
The script should generate the missing coordinates in
1.54.91793; 23.92322
2.54.91793; 23.92300 - auto generated
3.54.91794; 23.92291
4.54.91795; 23.92275 - auto generated
5.54.91796; 23.92244
Hope it's understandable, if you think you can do this please write here or telegram - @mindeswx : az: