Re: [Pharo-users] Geo coordinates operations

2013-12-26 Thread Esteban A. Maringolo
Hi Sven, 2013/12/26 Sven Van Caekenberghe : > Hi Esteban, > On 26 Dec 2013, at 02:23, Esteban A. Maringolo wrote: >> Answering myself... >> >> I found a solution and transcribed it: http://pastebin.com/ThKDXCKK > > This is the formula that we have been using for years in Pharo, Java[Script], > C

Re: [Pharo-users] Geo coordinates operations

2013-12-26 Thread Sven Van Caekenberghe
On 26 Dec 2013, at 10:58, Yuriy Tymchuk wrote: > If no one has nothing agains it, I will move this Q/A on StackOverflow. With proper attribution, please do. > Uko > > On 26 Dec 2013, at 11:35, Sven Van Caekenberghe wrote: > >> Hi Esteban, >> >> On 26 Dec 2013, at 02:23, Esteban A. Maringol

Re: [Pharo-users] Geo coordinates operations

2013-12-26 Thread Yuriy Tymchuk
If no one has nothing agains it, I will move this Q/A on StackOverflow. Uko On 26 Dec 2013, at 11:35, Sven Van Caekenberghe wrote: > Hi Esteban, > > On 26 Dec 2013, at 02:23, Esteban A. Maringolo wrote: > >> Answering myself... >> >> I found a solution and transcribed it: http://pastebin.co

Re: [Pharo-users] Geo coordinates operations

2013-12-26 Thread Sven Van Caekenberghe
Hi Esteban, On 26 Dec 2013, at 02:23, Esteban A. Maringolo wrote: > Answering myself... > > I found a solution and transcribed it: http://pastebin.com/ThKDXCKK This is the formula that we have been using for years in Pharo, Java[Script], Common Lisp: distanceBetween: firstPosition and: secon

Re: [Pharo-users] Geo coordinates operations

2013-12-25 Thread Esteban A. Maringolo
Answering myself... I found a solution and transcribed it: http://pastebin.com/ThKDXCKK Esteban A. Maringolo 2013/12/25 Esteban A. Maringolo : > Has anybody implemented basic methods/classes to calculate distance > between two points (lat, long) and similar operations? > > Regards, > > Esteban A

[Pharo-users] Geo coordinates operations

2013-12-25 Thread Esteban A. Maringolo
Has anybody implemented basic methods/classes to calculate distance between two points (lat, long) and similar operations? Regards, Esteban A. Maringolo