Re: Format of Pioint datatype.... lat/long or long/lat??

From: Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com>
To: John R Pierce <pierce(at)hogranch(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Format of Pioint datatype.... lat/long or long/lat??
Date: 2013-12-31 23:48:06
Message-ID: 52C357B6.2090703@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 12/31/2013 03:06 PM, John R Pierce wrote:
> On 12/31/2013 2:34 PM, Adrian Klaver wrote:
>>> point is just x,y, it doesn't understand the spherical lat/long math
>>> (unless you install PostGIS and use its Geometry types which are fully
>>> aware of spherical coords), that said, Latitude is generally used as X
>>> (left/right, aka east/west), while Longitude is Y (up/down aka
>>> north/south)
>>
>> I thought it was the other way around?
>
>
> arrrgh, you're right. LONGITUDE is east/west, LATITUDE Is
> north/south. so, its X = long, Y = lat.
>
> doy!

Yea, it is one of those inverse things, longitudinal lines run in a N-S
direction but are plotted in the E-W direction and vice versa for
latitude. Me remembering usually involves a certain amount of hand
waving while I work it out on an imaginary globe:)

>
> sittin here at 37N
>
>

--
Adrian Klaver
adrian(dot)klaver(at)gmail(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Joseph Kregloh 2014-01-01 00:03:15 Re: pg_upgrade & tablespaces
Previous Message John R Pierce 2013-12-31 23:06:37 Re: Format of Pioint datatype.... lat/long or long/lat??