Python module for storing and querying geographical coordinates

前端 未结 7 635
忘了有多久
忘了有多久 2020-12-28 17:20

Is there a Python module where I can create objects with a geographical location coordinate (latitude and longitude), and query all the objects for ones which are within a 5

7条回答
  •  半阙折子戏
    2020-12-28 18:02

    I know this isn't exactly what you meant, but you could use GeoDjango with an in-memory SQLite database. It's a full set of GIS tools exposed as a Web application, which makes it a Swiss Army knife for rapidly developing GIS applications, especially for small ad hoc queries.

提交回复
热议问题