Re: GPS positions

From: Sean Davis <sdavis2(at)mail(dot)nih(dot)gov>
To: Frank Bax <fbax(at)sympatico(dot)ca>
Cc: "pgsql-novice(at)postgresql(dot)org" <pgsql-novice(at)postgresql(dot)org>
Subject: Re: GPS positions
Date: 2010-05-22 01:22:12
Message-ID: AANLkTikMVPS1r8g0ab6DGBDPmZzFiEueb49UEw7aLZ8T@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Fri, May 21, 2010 at 9:19 PM, Frank Bax <fbax(at)sympatico(dot)ca> wrote:

> I'd like to create a small database for GPS positions that are currently
> in the format "N 42° 57.750 W 081° 37.200".
>
> What's an easy way to store these points and how would I query data, if
> if the only question I need answered is:
>
> Which positions are within 5km of a given position; where "within" can
> be a square or circle or whatever; accuracy is not critical (let's say
> 0.5km) is accurate enough for my purposes.
>
> Are there datatypes within base install of pgsql to do this?
>
>
http://postgis.refractions.net/

Sean

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Mike Ellsworth 2010-05-22 03:55:40 Re: GPS positions
Previous Message Frank Bax 2010-05-22 01:19:15 GPS positions