<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7638.1">
<TITLE>[postgis-users] Re : postgis-users Digest, Vol 48, Issue 12</TITLE>
</HEAD>
<BODY>
<DIV id=idOWAReplyText6414 dir=ltr>
<DIV dir=ltr><FONT face=Arial color=#000000 size=2>Tamir,</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2></FONT> </DIV>
<DIV dir=ltr><FONT face=Arial size=2>When you are using psql how are you
creating and loading the data? I'm trying to visualize it, but don't quite
get it.</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2></FONT> </DIV>
<DIV dir=ltr><FONT face=Arial size=2>Whenever I use psql for loading data, I'm
usually loading from an sql file like</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2><FONT face="Courier New" size=3>psql -d
gisdb -h localhost -U postgres -f mydata.sql </FONT></FONT></DIV><FONT
face=Arial size=2><FONT face="Courier New" size=3></FONT></FONT></DIV>
<P><FONT face=Arial size=2></FONT> </P>
<P><FONT face=Arial size=2><FONT face="Courier New" size=3>in that situation, I
would think more does not come into play since I'm not clicking the more
button.</FONT></FONT></P>
<P><FONT face=Arial size=2><FONT face="Courier New"
size=3></FONT></FONT> </P>
<P><FONT face=Arial size=2><FONT face="Courier New" size=3>When dumping data, I
just use the pg_dump</FONT></FONT></P>
<P><FONT face=Arial size=2><FONT face="Courier New" size=3>something
like</FONT></FONT></P>
<P><FONT face=Arial size=2><FONT face="Courier New" size=3>pg_dump -h localhost
-U postgres -f myfile.sql -t mytable</FONT></FONT></P>
<P><FONT face=Arial size=2> </P>
<DIV dir=ltr><BR></DIV></FONT>
<DIV dir=ltr><FONT face=Arial size=2></FONT> </DIV>
<DIV dir=ltr><BR>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B>
postgis-users-bounces@postgis.refractions.net on behalf of Tahir
Tamba<BR><B>Sent:</B> Tue 10/17/2006 3:58 PM<BR><B>To:</B>
postgis-users@postgis.refractions.net<BR><B>Subject:</B> [postgis-users] Re :
postgis-users Digest, Vol 48, Issue 12<BR></FONT><BR></DIV>
<DIV>
<P><FONT size=2>Dear Mark and Regina,<BR><BR>Thank you for your answers. Mark
you're probably right because I've done the test to verify if
'more.exe' exists in my Win32 System, unfortunatelly it's out of the Win32
System directory. Probably this issue causes the lack of Postgres configuration
for better using psql terminal for creating and loading data in PostGIS. So I'm
wondering how to come over this issue.<BR>For instance I'm using PGAdmin to
create and load data in the server, as suggest Regina, but I get many data
files with more 1000 records so psql is better for this to use the pg_dump
function<BR><BR>Thank again<BR>Best regards<BR><BR>Tahir Tamba<BR>MSc.
Géographie<BR>Aménagement du territoire et SIG/ Gestion et conservation des
ressources naturelles<BR>Télédétection-cartographie écologique, caractérisation
des milieux humides<BR>Tel: (514) 526-7543<BR>Courriel:
tamba.tahir@courrier.uqam.ca<BR>---------------------------------------------------------<BR>Tahir
Tamba<BR>MSc. Geography<BR>Urban planning and GIS specialist/Natural resources
management and conservation<BR>Remote-sensing-ecological mapping and wetland
monitoring and Characterization<BR>Tel: (514) 526-7543<BR>E-mail:
tamba.tahir@courrier.uqam.ca<BR><BR><BR><BR>----- Message d'origine -----<BR>De:
postgis-users-request@postgis.refractions.net<BR>Date: Vendredi, Octobre 13,
2006 3:00 pm<BR>Objet: postgis-users Digest, Vol 48, Issue 12<BR><BR>> Send
postgis-users mailing list submissions to<BR>>
postgis-users@postgis.refractions.net<BR>><BR>> To subscribe or
unsubscribe via the World Wide Web, visit<BR>>
<A
href="http://postgis.refractions.net/mailman/listinfo/postgis-users">http://postgis.refractions.net/mailman/listinfo/postgis-users</A><BR>>
or, via email, send a message with subject or body 'help' to<BR>>
postgis-users-request@postgis.refractions.net<BR>><BR>> You can reach the
person managing the list at<BR>>
postgis-users-owner@postgis.refractions.net<BR>><BR>> When replying,
please edit your Subject line so it is more specific<BR>> than "Re: Contents
of postgis-users digest..."<BR>><BR>><BR>> Today's
Topics:<BR>><BR>> 1. kmeans/natural breaks returns R_HOME
error when called<BR>> (Jeff
Cavner)<BR>> 2. Re: kmeans/natural breaks returns R_HOME error
when called<BR>>
(David William Bitner)<BR>> 3. Re: kmeans/natural breaks returns
R_HOME error when
called<BR>> (David William
Bitner)<BR>> 4. PostGIS configuration on WinXP issue using
psql terminal<BR>> (Tahir
Tamba)<BR>> 5. Re: PostGIS configuration on WinXP issue
using psql terminal<BR>> (Mark
Cave-Ayland)<BR>> 6. RE: PostGIS configuration on WinXP issue
using psqlterminal<BR>> (Obe,
Regina)<BR>> 7. Re: Error Message Importing Into PostgreSQL
(Guglielmo Raimondi)<BR>> 8. Anti-meridian and polar polygon
question, 2006 (thegis)<BR>><BR>><BR>>
-------------------------------------------------------------------<BR>>
---<BR>><BR>> Message: 1<BR>> Date: Thu, 12 Oct 2006 14:09:52
-0600<BR>> From: "Jeff Cavner" <jcavner@edac.unm.edu><BR>> Subject:
[postgis-users] kmeans/natural breaks returns R_HOME error<BR>>
when called<BR>> To:
<postgis-users@postgis.refractions.net><BR>> Message-ID:
<200610122013.k9CKDI1l000812@saturn.unm.edu><BR>> Content-Type:
text/plain; charset="us-ascii"<BR>><BR>> In a post for March 2006 David
Bitner had a nifty SQL function<BR>> using plr for<BR>> natural
breaks. I have successfully installed R and plr in<BR>> postgress
and<BR>> created the function in my database but when called with
select<BR>>
kmeans(array[1,1,1,1,4,3,5,6,45,3,5,7,8,6,4,3,2,1,32,6,7,5,6,7,8],4);
to<BR>> test it , it reports ERROR: environment variable R_HOME
not defined<BR>><BR>><BR>><BR>> I have noticed that when I run R
from the command line I get the line<BR>> ignoring the R_HOME variable.
When installing plr, I had problems<BR>> with the<BR>> make file finding
R.h. R.h lives in /usr/local/lib/R/include. <BR>> But when
I<BR>> looked at the plr makefile I noticed it was concatenating an
extra<BR>> /includeonto the path. So I set R_HOME using export<BR>>
R_HOME=/usr/local/lib/R (one<BR>> directory up from the actual location of
R.h) since running my<BR>> sql call to<BR>> the kmeans function I
have changed R_HOME back to the actual<BR>> location of<BR>> R.h. No
path setting for R_HOME seems to allow me to call the kmeans<BR>>
function. Each returns the same R_HOME error. Does any body know<BR>>
whereR_HOME is actually supposed to be set,e.g. to the R.h, the<BR>>
.so, the /bin?<BR>> And if anyone has had this problem why R_HOME works for
the plr<BR>> install but<BR>> not the actual execution of the function
kmeans?<BR>><BR>><BR>><BR>> Jeff Cavner<BR>><BR>> Earth Data
Analysis Center<BR>><BR>> University of New Mexico<BR>><BR>>
-------------- next part --------------<BR>> An HTML attachment was
scrubbed...<BR>> URL: <A
href="http://lists.refractions.net/pipermail/postgis-">http://lists.refractions.net/pipermail/postgis-</A><BR>>
users/attachments/20061012/aba2def5/attachment-0001.html<BR>><BR>>
------------------------------<BR>><BR>> Message: 2<BR>> Date: Thu, 12
Oct 2006 15:39:22 -0500<BR>> From: "David William Bitner"
<bitner@gyttja.org><BR>> Subject: Re: [postgis-users] kmeans/natural
breaks returns R_HOME<BR>> error
when called<BR>> To: "PostGIS Users Discussion"
<postgis-users@postgis.refractions.net><BR>> Message-ID:<BR>>
<d2f53e190610121339nd59f416w3e64d38f3dcfc37e@mail.gmail.com><BR>>
Content-Type: text/plain; charset="iso-8859-1"<BR>><BR>> I don't quite
remember the details too much, but I think that you<BR>> need to<BR>> have
R_HOME declared at the time you start postmaster, so if you<BR>>
changeR_HOME, you need to restart postmaster as well.<BR>><BR>>
David<BR>><BR>> On 10/12/06, Jeff Cavner <jcavner@edac.unm.edu>
wrote:<BR>> ><BR>> > In a post for March 2006 David Bitner had
a nifty SQL function<BR>> using plr<BR>> > for natural breaks. I
have successfully installed R and plr in<BR>> postgress> and created the
function in my database but when called<BR>> with select<BR>> ><BR>>
kmeans(array[1,1,1,1,4,3,5,6,45,3,5,7,8,6,4,3,2,1,32,6,7,5,6,7,8],4);
to<BR>> > test it , it reports ERROR: environment variable
R_HOME not<BR>> defined><BR>> ><BR>> ><BR>> > I have
noticed that when I run R from the command line I get the<BR>> line>
ignoring the R_HOME variable. When installing plr, I had<BR>> problems
with the<BR>> > make file finding R.h. R.h lives in
/usr/local/lib/R/include. <BR>> But when I<BR>> > looked at the
plr makefile I noticed it was concatenating an<BR>> extra /include<BR>>
> onto the path. So I set R_HOME using export<BR>>
R_HOME=/usr/local/lib/R (one<BR>> > directory up from the actual location
of R.h) since running my<BR>> sql call<BR>> > to the kmeans
function I have changed R_HOME back to the actual<BR>> location of<BR>>
> R.h. No path setting for R_HOME seems to allow me to call the<BR>>
kmeans> function. Each returns the same R_HOME error. Does any<BR>>
body know where<BR>> > R_HOME is actually supposed to be set,e.g. to
the R.h, the .so, the<BR>> > /bin? And if anyone has had this
problem why R_HOME works for<BR>> the plr<BR>> > install but not the
actual execution of the function kmeans?<BR>> ><BR>> ><BR>>
><BR>> > Jeff Cavner<BR>> ><BR>> > Earth Data Analysis
Center<BR>> ><BR>> > University of New Mexico<BR>> ><BR>>
> _______________________________________________<BR>> > postgis-users
mailing list<BR>> > postgis-users@postgis.refractions.net<BR>> > <A
href="http://postgis.refractions.net/mailman/listinfo/postgis-users">http://postgis.refractions.net/mailman/listinfo/postgis-users</A><BR>>
><BR>> ><BR>> ><BR>><BR>><BR>> --<BR>>
************************************<BR>> David William Bitner<BR>>
-------------- next part --------------<BR>> An HTML attachment was
scrubbed...<BR>> URL: <A
href="http://lists.refractions.net/pipermail/postgis-">http://lists.refractions.net/pipermail/postgis-</A><BR>>
users/attachments/20061012/82a3d192/attachment-0001.html<BR>><BR>>
------------------------------<BR>><BR>> Message: 3<BR>> Date: Thu, 12
Oct 2006 16:01:13 -0500<BR>> From: "David William Bitner"
<david.bitner@gmail.com><BR>> Subject: Re: [postgis-users]
kmeans/natural breaks returns R_HOME<BR>>
error when called<BR>> To:
jcavner@edac.unm.edu, "PostGIS Users Discussion"<BR>>
<postgis-users@postgis.refractions.net><BR>> Message-ID:<BR>>
<d2f53e190610121401t390f4852r47741260808aa8a@mail.gmail.com><BR>>
Content-Type: text/plain; charset="iso-8859-1"<BR>><BR>> I don't quite
remember the details too much, but I think that you<BR>> need to<BR>> have
R_HOME declared at the time you start postmaster, so if you<BR>>
changeR_HOME, you need to restart postmaster as well.<BR>><BR>>
David<BR>><BR>> On 10/12/06, Jeff Cavner <jcavner@edac.unm.edu>
wrote:<BR>><BR>> > In a post for March 2006 David Bitner had a
nifty SQL function<BR>> using plr<BR>> > for natural breaks. I
have successfully installed R and plr in<BR>> postgress> and created the
function in my database but when called<BR>> with select<BR>> ><BR>>
kmeans(array[1,1,1,1,4,3,5,6,45,3,5,7,8,6,4,3,2,1,32,6,7,5,6,7,8],4);
to<BR>> > test it , it reports ERROR: environment variable
R_HOME not<BR>> defined><BR>> ><BR>> ><BR>> > I have
noticed that when I run R from the command line I get the<BR>> line>
ignoring the R_HOME variable. When installing plr, I had<BR>> problems
with the<BR>> > make file finding R.h. R.h lives in
/usr/local/lib/R/include. <BR>> But when I<BR>> > looked at the
plr makefile I noticed it was concatenating an<BR>> extra /include<BR>>
> onto the path. So I set R_HOME using export<BR>>
R_HOME=/usr/local/lib/R (one<BR>> > directory up from the actual location
of R.h) since running my<BR>> sql call<BR>> > to the kmeans
function I have changed R_HOME back to the actual<BR>> location of<BR>>
> R.h. No path setting for R_HOME seems to allow me to call the<BR>>
kmeans> function. Each returns the same R_HOME error. Does any<BR>>
body know where<BR>> > R_HOME is actually supposed to be set,e.g. to
the R.h, the .so, the<BR>> > /bin? And if anyone has had this
problem why R_HOME works for<BR>> the plr<BR>> > install but not the
actual execution of the function kmeans?<BR>> ><BR>> ><BR>>
><BR>> > Jeff Cavner<BR>> ><BR>> > Earth Data Analysis
Center<BR>> ><BR>> > University of New Mexico<BR>> ><BR>>
> _______________________________________________<BR>> > postgis-users
mailing list<BR>> > postgis-users@postgis.refractions.net<BR>> > <A
href="http://postgis.refractions.net/mailman/listinfo/postgis-users">http://postgis.refractions.net/mailman/listinfo/postgis-users</A><BR>>
><BR>> ><BR>> ><BR>><BR>><BR>> --<BR>>
************************************<BR>> David William
Bitner<BR>><BR>> --<BR>> ************************************<BR>>
David William Bitner<BR>> -------------- next part --------------<BR>> An
HTML attachment was scrubbed...<BR>> URL: <A
href="http://lists.refractions.net/pipermail/postgis-">http://lists.refractions.net/pipermail/postgis-</A><BR>>
users/attachments/20061012/65c3901b/attachment-0001.html<BR>><BR>>
------------------------------<BR>><BR>> Message: 4<BR>> Date: Thu, 12
Oct 2006 17:40:30 -0400<BR>> From: Tahir Tamba
<tamba.tahir@courrier.uqam.ca><BR>> Subject: [postgis-users] PostGIS
configuration on WinXP issue using<BR>>
psql terminal<BR>> To:
postgis-users@postgis.refractions.net<BR>> Message-ID:
<498c80492983.452e7e0e@courrier.uqam.ca><BR>> Content-Type: text/plain;
charset="us-ascii"<BR>><BR>> An HTML attachment was scrubbed...<BR>>
URL: <A
href="http://lists.refractions.net/pipermail/postgis-">http://lists.refractions.net/pipermail/postgis-</A><BR>>
users/attachments/20061012/ccdffec0/attachment-0001.html<BR>> --------------
next part --------------<BR>> A non-text attachment was scrubbed...<BR>>
Name: tamba.tahir.vcf<BR>> Type: text/x-vcard<BR>> Size: 226 bytes<BR>>
Desc: Card for Tahir Tamba <tamba.tahir@courrier.uqam.ca><BR>> Url : <A
href="http://lists.refractions.net/pipermail/postgis-">http://lists.refractions.net/pipermail/postgis-</A><BR>>
users/attachments/20061012/ccdffec0/tamba.tahir-0001.vcf<BR>><BR>>
------------------------------<BR>><BR>> Message: 5<BR>> Date: Fri, 13
Oct 2006 07:27:42 +0100<BR>> From: Mark Cave-Ayland
<mark.cave-ayland@ilande.co.uk><BR>> Subject: Re: [postgis-users]
PostGIS configuration on WinXP issue<BR>>
using psql terminal<BR>> To: PostGIS Users Discussion
<postgis-users@postgis.refractions.net><BR>> Message-ID:
<1160720862.5483.5.camel@mca-desktop><BR>> Content-Type: text/plain;
charset=utf-8<BR>><BR>> On Thu, 2006-10-12 at 17:40 -0400, Tahir Tamba
wrote:<BR>> > Dear all,<BR>> ><BR>> > I'm a newby to PostGis
and I'm getting some difficulties to<BR>> setting up<BR>> > PostGis
using the psql terminal. I installed Windows 8.1.4 compiled<BR>> > version
from Postgres and Windows 1.1.3 compiled version from<BR>> >
PostGIS.<BR>> > Using the example presented by Refractions on the document
titled<BR>> > "Introduction to PostGIS" refering on how to create a
table<BR>> using psl<BR>> > terminal I get the following error:<BR>>
><BR>> ><BR>> > Welcome to psql 8.1.4, the PostgreSQL interactive
terminal.<BR>> ><BR>> > Type: \copyright for distribution
terms<BR>> > \h for help
with SQL commands<BR>> >
\? for help with psql commands<BR>>
> \g or terminate with
semicolon to execute query<BR>>
> \q to quit<BR>>
><BR>> > Warning: Console code page (850) differs from Windows code
page<BR>> > (1252)<BR>>
> 8-bit
characters may not work correctly. See psql<BR>> reference<BR>>
> page "Notes for
Windows users" for details.<BR>> ><BR>> ><BR>> > postgres=# \c
postgis<BR>> > You are now connected to database "postgis".<BR>> >
postgis=# create table points ( pt geometry, name varchar );<BR>> > CREATE
TABLE<BR>> > postgis=# insert into points values ( 'POINT(0 0)', 'Origin'
);<BR>> > INSERT 0 1<BR>> > postgis=# insert into points values (
'POINT(5 0)', 'X Axis' );<BR>> > INSERT 0 1<BR>> > postgis=# insert
into points values ( 'POINT(0 5)', 'Y Axis' );<BR>> > INSERT 0 1<BR>>
> postgis=# select name, AsText (pt), Distance (pt, 'POINT(5 5)
')<BR>><BR>> > from points;<BR>> > 'more' n'est pas reconnu en
tant que commande interne<BR>> > ou externe, un programme ex��cutable ou
un fichier de commandes.<BR>> > postgis=#<BR>> ><BR>>
><BR>> > I have been told that the psql terminal is configured to use
the<BR>> > pager, 'more', so I should turn it off. Running the the
following<BR>> > command on psql : \pset pager the terminal noticed
that pager is<BR>> > setted to Off.<BR>> ><BR>> > Any help
about this issue would be appreciated.<BR>> ><BR>> > Regards<BR>>
><BR>> > Tahir Tamba<BR>><BR>><BR>> Hi Tahir,<BR>><BR>>
(This is actually a PostgreSQL issue rather than a PostGIS issue since<BR>>
you will see the same problem regardless of whether you query is<BR>>
spatialin nature or not)<BR>><BR>> This sounds like a broken installation
of Windows - more.exe is<BR>> suppliedas part of a standard WinXP
installation, and on my system<BR>> can be found<BR>> in
C:\WINDOWS\SYSTEM32. Could it be a permissions problem that is<BR>>
preventing you from seeing the file? A good test would be to use the<BR>>
Start Menu and navigate to Programs -> PostgreSQL 8.1 -> command<BR>>
promptand then try and bring up the more.exe help screen by<BR>> typing: more
/?<BR>><BR>><BR>> Kind regards,<BR>><BR>>
Mark.<BR>><BR>><BR>><BR>><BR>>
------------------------------<BR>><BR>> Message: 6<BR>> Date: Fri, 13
Oct 2006 02:32:18 -0400<BR>> From: "Obe, Regina"
<robe.dnd@cityofboston.gov><BR>> Subject: RE: [postgis-users] PostGIS
configuration on WinXP issue<BR>>
using psqlterminal<BR>> To: "PostGIS Users Discussion"
<postgis-users@postgis.refractions.net><BR>> Message-ID:<BR>>
<53F9CF533E1AA14EA1F8C5C08ABC08D20CBA04@ZDND.DND.boston.cob><BR>>
Content-Type: text/plain; charset="iso-8859-1"<BR>><BR>> Have you tried
using the PgAdmin tool that comes prepackaged with<BR>> the PostGreSQL
installation. I find it in general a bit easier to<BR>> use than psql
and limit my psql use for automated jobs, loading of<BR>> sql batch files and
things of that sort.<BR>><BR>> At the very list if you run into similar
problems using the<BR>> PgAdmin query tool part, it may give you more clues
as to what is<BR>> wrong with your install.<BR>><BR>>
Regina<BR>><BR>> ________________________________<BR>><BR>> From:
postgis-users-bounces@postgis.refractions.net on behalf of<BR>> Tahir
Tamba<BR>> Sent: Thu 10/12/2006 5:40 PM<BR>> To:
postgis-users@postgis.refractions.net<BR>> Subject: [postgis-users] PostGIS
configuration on WinXP issue<BR>> using
psqlterminal<BR>><BR>><BR>><BR>> Dear all,<BR>><BR>> I'm a
newby to PostGis and I'm getting some difficulties to<BR>> setting up PostGis
using the psql terminal. I installed Windows<BR>> 8.1.4 compiled version from
Postgres and Windows 1.1.3 compiled<BR>> version from PostGIS.<BR>> Using
the example presented by Refractions on the document titled<BR>>
"Introduction to PostGIS" refering on how to create a table using<BR>> psl
terminal I get the following error:<BR>><BR>><BR>> Welcome to psql
8.1.4, the PostgreSQL interactive terminal.<BR>><BR>> Type:
\copyright for distribution
terms<BR>> \h for help with SQL
commands<BR>> \? for help with psql
commands<BR>> \g or terminate with
semicolon to execute query<BR>> \q
to quit<BR>><BR>> Warning: Console code page (850) differs from Windows
code page<BR>>
(1252)<BR>> 8-bit
characters may not work correctly. See psql<BR>>
reference<BR>> page
"Notes for Windows users" for details.<BR>><BR>><BR>> postgres=# \c
postgis<BR>> You are now connected to database "postgis".<BR>> postgis=#
create table points ( pt geometry, name varchar );<BR>> CREATE TABLE<BR>>
postgis=# insert into points values ( 'POINT(0 0)', 'Origin' );<BR>> INSERT 0
1<BR>> postgis=# insert into points values ( 'POINT(5 0)', 'X Axis'
);<BR>> INSERT 0 1<BR>> postgis=# insert into points values ( 'POINT(0
5)', 'Y Axis' );<BR>> INSERT 0 1<BR>> postgis=# select name, AsText (pt),
Distance (pt, 'POINT(5 5) ') <BR>> from points;<BR>> 'more' n'est pas
reconnu en tant que commande interne<BR>> ou externe, un programme ex�cutable
ou un fichier de commandes.<BR>> postgis=#<BR>><BR>><BR>> I have
been told that the psql terminal is configured to use the<BR>> pager, 'more',
so I should turn it off. Running the the following<BR>> command on psql :
\pset pager the terminal noticed that pager is<BR>> setted to
Off.<BR>><BR>> Any help about this issue would be
appreciated.<BR>><BR>> Regards<BR>><BR>> Tahir Tamba<BR>> MSc.
G�ographie<BR>> Am�nagement du territoire et SIG/ Gestion et conservation
des<BR>> ressources naturelles<BR>> T�l�d�tection-cartographie �cologique,
caract�risation des milieux<BR>> humides<BR>> Tel: (514) 526-7543<BR>>
Courriel: tamba.tahir@courrier.uqam.ca<BR>>
---------------------------------------------------------<BR>> Tahir
Tamba<BR>> MSc. Geography<BR>> Urban planning and GIS specialist/Natural
resources management and<BR>> conservation<BR>> Remote-sensing-ecological
mapping and wetland monitoring and<BR>> Characterization<BR>> Tel: (514)
526-7543<BR>> E-mail:
tamba.tahir@courrier.uqam.ca<BR>><BR>><BR>><BR>><BR>><BR>><BR>><BR>><BR>>
-----------------------------------------<BR>> The substance of this message,
including any attachments, may be<BR>> confidential, legally<BR>>
privileged and/or exempt from disclosure pursuant to Massachusetts<BR>> law.
It is intended<BR>> solely for the addressee. If you received this in error,
please<BR>> contact the sender and<BR>> delete the material from any
computer.<BR>> -------------- next part --------------<BR>> A non-text
attachment was scrubbed...<BR>> Name: not available<BR>> Type:
application/ms-tnef<BR>> Size: 5988 bytes<BR>> Desc: not available<BR>>
Url : <A
href="http://lists.refractions.net/pipermail/postgis-">http://lists.refractions.net/pipermail/postgis-</A><BR>>
users/attachments/20061013/7773fd46/attachment-0001.bin<BR>><BR>>
------------------------------<BR>><BR>> Message: 7<BR>> Date: Fri, 13
Oct 2006 10:02:46 +0200<BR>> From: "Guglielmo Raimondi"
<g.raimondi@glasic.it><BR>> Subject: Re: [postgis-users] Error Message
Importing Into PostgreSQL<BR>> To:
<postgis-users@postgis.refractions.net><BR>> Cc: 'Adriana Tanfara'
<ada.malizmaj@gmail.com><BR>> Message-ID:
<20061013080109.45F922C04C7@netnation.refractions.net><BR>>
Content-Type: text/plain; charset="windows-1250"<BR>><BR>> For the
conversion part, you can also use the open source tool<BR>>
DXF2PostGIS,available on SourceForge (HYPERLINK<BR>> "<A
href="http://sourceforge.net/projects/dxf2postgis/">http://sourceforge.net/projects/dxf2postgis/</A>"<A
href="http://sourceforge.net/project">http://sourceforge.net/project</A><BR>>
s/dxf2postgis/).<BR>><BR>> Regards,<BR>><BR>> Guglielmo
Raimondi<BR>><BR>> ------------------------------<BR>> Message:
3<BR>> Date: Thu, 12 Oct 2006 17:17:04 +0200<BR>> From: "Adriana Tanfara"
<ada.malizmaj@gmail.com><BR>> Subject: [postgis-users] Error Message
Importing Into PostgreSQL<BR>> To:
postgis-users@postgis.refractions.net<BR>> Message-ID:<BR>>
<6012312e0610120817i44dac64eofc8c94dc38334c07@mail.gmail.com><BR>>
Content-Type: text/plain; charset="iso-8859-1"<BR>> Hi to all!<BR>> I am
beginner whit working with HostGIS Linux and MapServer.I<BR>> managed
to<BR>> convert dwg from AutoCad Map to shape files.Then shape files to
sql!<BR>> I try to get my sql data into PostGIS/PostgreSQLdatabase but i
got<BR>> thiserror message:<BR>> ERROR: could not access file
"$libdir/liblwgeom.so.1.0": No such file<BR>> or directory<BR>> Can anyone
help?<BR>> thanks<BR>> Adriana<BR>><BR>><BR>> --<BR>> No virus
found in this outgoing message.<BR>> Checked by AVG Free Edition.<BR>>
Version: 7.1.408 / Virus Database: 268.13.3/473 - Release Date:<BR>>
12/10/2006<BR>> -------------- next part --------------<BR>> An HTML
attachment was scrubbed...<BR>> URL: <A
href="http://lists.refractions.net/pipermail/postgis-">http://lists.refractions.net/pipermail/postgis-</A><BR>>
users/attachments/20061013/bf285417/attachment-0001.html<BR>><BR>>
------------------------------<BR>><BR>> Message: 8<BR>> Date: Fri, 13
Oct 2006 12:56:10 +0200<BR>> From: thegis
<thegis@googlemail.com><BR>> Subject: [postgis-users] Anti-meridian and
polar polygon question,<BR>> 2006<BR>> To:
postgis-users@postgis.refractions.net<BR>> Message-ID:<BR>>
<169fc830610130356o33302971ife1b758bc2b851e8@mail.gmail.com><BR>>
Content-Type: text/plain; charset="iso-8859-1"<BR>><BR>> Hi
everyone!<BR>><BR>> I found this 2 year old thread about handling polar
coordinates with<BR>> PostGIS: <A
href="http://postgis.refractions.net/pipermail/postgis-">http://postgis.refractions.net/pipermail/postgis-</A><BR>>
users/2004-October/006006.html<BR>><BR>><BR>> Does anyone know if
support for pole encompassing polygons been<BR>> improvedsince then? What
about geocentric coordinate systems (e.g.<BR>> EPSG 4978)?<BR>><BR>>
Thanks,<BR>> Torsten<BR>> -------------- next part --------------<BR>>
An HTML attachment was scrubbed...<BR>> URL: <A
href="http://lists.refractions.net/pipermail/postgis-">http://lists.refractions.net/pipermail/postgis-</A><BR>>
users/attachments/20061013/b464f613/attachment-0001.html<BR>><BR>>
------------------------------<BR>><BR>>
_______________________________________________<BR>> postgis-users mailing
list<BR>> postgis-users@postgis.refractions.net<BR>> <A
href="http://postgis.refractions.net/mailman/listinfo/postgis-users">http://postgis.refractions.net/mailman/listinfo/postgis-users</A><BR>><BR>><BR>>
End of postgis-users Digest, Vol 48, Issue 12<BR>>
*********************************************<BR>><BR></FONT></P></DIV>
</BODY>
</HTML>