Relative Content

Tag Archive for pythondjangodockergis

Is there a less bloated alternative to GDAL and GeoDjango?

I am writing an API in Django and need to filter posts by a search radius and later on will need live tracking like on Uber. I am wondering if there is an easier way to query for posts and filter them based on a search radius defined by the user and their location. Wondering how a program like AutoTrader would do this.