Not Geography

Started by Bob Pawleyalmost 18 years ago6 messagesgeneral
Jump to latest
#1Bob Pawley
rjpawley@shaw.ca

I have Postgresql database that I would like to link to the geometry side of
Postgis. (This has little comparison to geography)

Does anyone know of a tool or documentation that could get me started??

Bob

#2Obe, Regina
robe.dnd@cityofboston.gov
In reply to: Bob Pawley (#1)
Re: Not Geography

I have Postgresql database that I would like to link to the geometry side of
Postgis. (This has little comparison to geography)

Does anyone know of a tool or documentation that could get me started??

Bob

Bob,
I don't quite understand your question. Are you not sure how to install PostGIS, how to integrate it in your existing datbase, or once you install how to get started using it? How to do it depends on the operating system you are using. Once you have it installed you may want to join the Postgis newsgroup for further help

http://postgis.refractions.net/mailman/listinfo/postgis-users
<http://www.bostongis.com/PrinterFriendly.aspx?content_name=postgis_tut01&gt;

Hope that helps,
Regina

-----------------------------------------
The substance of this message, including any attachments, may be
confidential, legally privileged and/or exempt from disclosure
pursuant to Massachusetts law. It is intended
solely for the addressee. If you received this in error, please
contact the sender and delete the material from any computer.

#3Bob Pawley
rjpawley@shaw.ca
In reply to: Bob Pawley (#1)
Re: Not Geography

[GENERAL] Not GeographyI have PostgreSQL, c/w the geometry attachment, installed on Win XP. I need to get started using it. I am best able to do that by example, however a simple (geometry for dummies) description or a tool would also help.

I am on the Postgis list but everyone there seems to be so geographically oriented that I wanted to query a larger audience.

Bob

----- Original Message -----
From: Obe, Regina
To: Bob Pawley ; PostgreSQL
Sent: Tuesday, April 15, 2008 10:50 AM
Subject: RE: [GENERAL] Not Geography

I have Postgresql database that I would like to link to the geometry side of
Postgis. (This has little comparison to geography)

Does anyone know of a tool or documentation that could get me started??

Bob

Bob,
I don't quite understand your question. Are you not sure how to install PostGIS, how to integrate it in your existing datbase, or once you install how to get started using it? How to do it depends on the operating system you are using. Once you have it installed you may want to join the Postgis newsgroup for further help

http://postgis.refractions.net/mailman/listinfo/postgis-users

Hope that helps,
Regina

------------------------------------------------------------------------------

The substance of this message, including any attachments, may be confidential, legally privileged and/or exempt from disclosure pursuant to Massachusetts law. It is intended solely for the addressee. If you received this in error, please contact the sender and delete the material from any computer.

------------------------------------------------------------------------------

Help make the earth a greener place. If at all possible resist printing this email and join us in saving paper.

#4Obe, Regina
robe.dnd@cityofboston.gov
In reply to: Bob Pawley (#1)
Re: Not Geography

Try this

http://www.bostongis.com/PrinterFriendly.aspx?content_name=postgis_tut01

As far as tools for viewing the data go, I would recommend Quantum GIS if you are a beginner.

http://qgis.org/index.php?option=com_content&amp;task=view&amp;id=65&amp;Itemid=71

Hope that helps,
Regina

________________________________

From: Bob Pawley [mailto:rjpawley@shaw.ca]
Sent: Tue 4/15/2008 1:54 PM
To: Obe, Regina; PostgreSQL
Subject: Re: [GENERAL] Not Geography

I have PostgreSQL, c/w the geometry attachment, installed on Win XP. I need to get started using it. I am best able to do that by example, however a simple (geometry for dummies) description or a tool would also help.

I am on the Postgis list but everyone there seems to be so geographically oriented that I wanted to query a larger audience.

Bob

----- Original Message -----
From: Obe, Regina <mailto:robe.dnd@cityofboston.gov>
To: Bob Pawley <mailto:rjpawley@shaw.ca> ; PostgreSQL <mailto:pgsql-general@postgresql.org>
Sent: Tuesday, April 15, 2008 10:50 AM
Subject: RE: [GENERAL] Not Geography

I have Postgresql database that I would like to link to the geometry side of
Postgis. (This has little comparison to geography)

Does anyone know of a tool or documentation that could get me started??

Bob

Bob,

I don't quite understand your question. Are you not sure how to install PostGIS, how to integrate it in your existing datbase, or once you install how to get started using it? How to do it depends on the operating system you are using. Once you have it installed you may want to join the Postgis newsgroup for further help

http://postgis.refractions.net/mailman/listinfo/postgis-users
<http://www.bostongis.com/PrinterFriendly.aspx?content_name=postgis_tut01&gt;

Hope that helps,
Regina

________________________________

The substance of this message, including any attachments, may be confidential, legally privileged and/or exempt from disclosure pursuant to Massachusetts law. It is intended solely for the addressee. If you received this in error, please contact the sender and delete the material from any computer.

________________________________

Help make the earth a greener place. If at all possible resist printing this email and join us in saving paper.

-----------------------------------------
The substance of this message, including any attachments, may be
confidential, legally privileged and/or exempt from disclosure
pursuant to Massachusetts law. It is intended
solely for the addressee. If you received this in error, please
contact the sender and delete the material from any computer.

#5Shane Ambler
pgsql@Sheeky.Biz
In reply to: Bob Pawley (#3)
Re: Not Geography

Bob Pawley wrote:

[GENERAL] Not GeographyI have PostgreSQL, c/w the geometry
attachment, installed on Win XP. I need to get started using it. I am
best able to do that by example, however a simple (geometry for
dummies) description or a tool would also help.

Are you wanting to use the geometric data types that are included in
postgresql or full GIS types that are added by postgis?

If you are working with basic geometry instead of geographic data then
this may be somewhat simpler for you.

In case you are lost with that distinction, geometric data types are
based on a flat 2D graph to locate a point, line, rectangle, polygon etc

GIS data gets a bit more complex as it accounts for distortions from the
graph being stretched around the roughly circular earth. There are also
several different ways to calculate these distortions and postgis will
translate between them. As well as layering different data and help
deciding what data is viewable at what zoom levels etc.

postgis is normally only used for geographic data but can be more widely
applied. postgis can also handle 3D data if that is what you are
interested in.

I am on the Postgis list but everyone there seems to be so
geographically oriented that I wanted to query a larger audience.

Bob

----- Original Message ----- From: Obe, Regina To: Bob Pawley ;
PostgreSQL Sent: Tuesday, April 15, 2008 10:50 AM Subject: RE:
[GENERAL] Not Geography

I have Postgresql database that I would like to link to the
geometry side of Postgis. (This has little comparison to geography)

Does anyone know of a tool or documentation that could get me
started??

Bob

Bob, I don't quite understand your question. Are you not sure how to
install PostGIS, how to integrate it in your existing datbase, or
once you install how to get started using it? How to do it depends
on the operating system you are using. Once you have it installed
you may want to join the Postgis newsgroup for further help

http://postgis.refractions.net/mailman/listinfo/postgis-users

Hope that helps, Regina

--

Shane Ambler
pgSQL (at) Sheeky (dot) Biz

Get Sheeky @ http://Sheeky.Biz

#6Bob Pawley
rjpawley@shaw.ca
In reply to: Bob Pawley (#1)
Re: Not Geography

"In case you are lost with that distinction, geometric data types are based
on a flat 2D graph to locate a point, line, rectangle, polygon etc"

Yes - this is what I am interested in with the eventual potential of 3D.

Bob

----- Original Message -----
From: "Shane Ambler" <pgsql@Sheeky.Biz>
To: "Bob Pawley" <rjpawley@shaw.ca>
Cc: "Obe, Regina" <robe.dnd@cityofboston.gov>; "PostgreSQL"
<pgsql-general@postgresql.org>
Sent: Wednesday, April 16, 2008 2:09 AM
Subject: Re: [GENERAL] Not Geography

Show quoted text

Bob Pawley wrote:

[GENERAL] Not GeographyI have PostgreSQL, c/w the geometry
attachment, installed on Win XP. I need to get started using it. I am
best able to do that by example, however a simple (geometry for
dummies) description or a tool would also help.

Are you wanting to use the geometric data types that are included in
postgresql or full GIS types that are added by postgis?

If you are working with basic geometry instead of geographic data then
this may be somewhat simpler for you.

In case you are lost with that distinction, geometric data types are based
on a flat 2D graph to locate a point, line, rectangle, polygon etc

GIS data gets a bit more complex as it accounts for distortions from the
graph being stretched around the roughly circular earth. There are also
several different ways to calculate these distortions and postgis will
translate between them. As well as layering different data and help
deciding what data is viewable at what zoom levels etc.

postgis is normally only used for geographic data but can be more widely
applied. postgis can also handle 3D data if that is what you are
interested in.

I am on the Postgis list but everyone there seems to be so
geographically oriented that I wanted to query a larger audience.

Bob

----- Original Message ----- From: Obe, Regina To: Bob Pawley ;
PostgreSQL Sent: Tuesday, April 15, 2008 10:50 AM Subject: RE:
[GENERAL] Not Geography

I have Postgresql database that I would like to link to the
geometry side of Postgis. (This has little comparison to geography)

Does anyone know of a tool or documentation that could get me
started??

Bob

Bob, I don't quite understand your question. Are you not sure how to
install PostGIS, how to integrate it in your existing datbase, or
once you install how to get started using it? How to do it depends
on the operating system you are using. Once you have it installed
you may want to join the Postgis newsgroup for further help

http://postgis.refractions.net/mailman/listinfo/postgis-users

Hope that helps, Regina

--

Shane Ambler
pgSQL (at) Sheeky (dot) Biz

Get Sheeky @ http://Sheeky.Biz