Re: Deferred reverse geo coding upon record save/update

2014-04-17 Thread Ramón Carrillo
Hi Subodh, I would use use the same model as a queue. Add a address field to the sensordata model, make it nullable (null=True). Then write a custom django-admin command [0] that gets all the records in sensordata with null address, make the request to the geodecoder and save the result in the ad

Deferred reverse geo coding upon record save/update

2014-04-17 Thread Subodh Nijsure
I have application where mobile devices are collecting data from sensors, and along with sensor reading they also save gps co-ordinates where the sensor data is taken. This is uploaded to web server using REST interface on django platform. But I am trying to figure out how do I reverse geo decode