Using AWS DynamoDB Geospatial index with Python
4
votes
2
answers
4370
views
Amazon's AWS DynamoDB features Geospatial Indexing , which facilitates geo queries:
> Query Support: Box queries return items that fall within a pair of geo
> points that define a rectangle as projected on a sphere. Radius
> queries return items that fall within a given distance from a geo
> point.
The problem is that the boto , the Python library for accessing AWS Service, lacks any reference to geo object. The Java equivalent, on the other hand, has such support .
**Is there a way to use the geo features of DynamoDB on AWS using Python?**
Asked by Adam Matan
(12079 rep)
Jun 8, 2014, 07:40 AM
Last activity: Apr 16, 2020, 08:01 AM
Last activity: Apr 16, 2020, 08:01 AM