Re: [GENERAL] GIS/GPS Experiences with pgsql?

From: Peter T Mount <peter(at)retep(dot)org(dot)uk>
To: Bryan Mattern <bm(at)cc(dot)gatech(dot)edu>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: [GENERAL] GIS/GPS Experiences with pgsql?
Date: 1999-02-17 22:30:35
Message-ID: Pine.LNX.4.04.9902172222000.3760-100000@maidast.retep.org.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, 16 Feb 1999, Bryan Mattern wrote:

> I'm working on a personal project to develop some sort of GPS software
> for Linux. I was talking with a friend the other day and he let me
> borrow a "TIGER/Line CD" (!1990!) from the US Bureau of the Census. I
> know the data is old, but I just wanted to test it with PostgreSQL. I
> don't know all that much about GIS maps, there might be a better source
> I don't know about, but the data seems pretty easy to rip apart and
> pitch into PostgreSQL.
>
> Has anyone done anything like this? If so, is there any info on the
> web? I checked the old mailing list archives, but they were not much
> help.
>
> I'm using perl to get lat./long./velocity from a GPS sensor and would
> like to extract data from PostgreSQL to draw/label the maps.
>
> Any ideas or help would be great.

Hmmm, I'm not sure how the TIGER/Line CD will import, as I don't know the
format, but you'll want to look at the geometric types that PostgreSQL
supports.

Infact, it was both GIS and Astronomy that made me implement their support
in the JDBC driver in the first place :-)

If the TIGER/Line data is raster, and each feature (polygon, line,
circle, etc) doesn't exceed the block size, then postgresql should be able
to handle it.

I have in the works some Java code to draw the geometric types, and some
GPS code as well, but it's mainly aimed at the Astronomical rather than
GIS use.

Peter

--
Peter T Mount peter(at)retep(dot)org(dot)uk
Main Homepage: http://www.retep.org.uk
PostgreSQL JDBC Faq: http://www.retep.org.uk/postgres
Java PDF Generator: http://www.retep.org.uk/pdf

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Thomas Antepoth 1999-02-18 05:44:02 RE: [GENERAL] Replication of databases (esp. postgres)
Previous Message Michael Davis 1999-02-17 17:05:36 RE: [GENERAL] Replication of databases (esp. postgres)