Storing and Querying GPS Coordinates Effectively

后端 未结 8 1943
一整个雨季
一整个雨季 2021-02-02 17:31

I want to create a large database of GPS coordinates that can be queried by saying \"Return all coordinates that are within \'n\' metres of [this coordinate]\".

I need i

8条回答
  •  无人及你
    2021-02-02 17:48

    Following up on Erich - if you have your choice use PostGIS (postgresql) it's free and open source, does the queries you are describing very very quickly, runs on almost all platforms, and did I mention it is free?

提交回复
热议问题