<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 11 (filtered medium)">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]-->
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:blue;
        text-decoration:underline;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:Arial;
        color:navy;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
        {page:Section1;}
-->
</style>

</head>

<body lang=EN-US link=blue vlink=blue>

<div class=Section1>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>Marco<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>The other question is can the Data
Interoperability Extension write to a PostGIS database?&nbsp; I also tried the
extension and it did not work with PostGIS.&nbsp; This may have been fixed since
I tried it.&nbsp; I real issue I had was the cost.&nbsp; When I last checked it
was $1500.&nbsp; This was for the entire package to connect to 60+ data sources.&nbsp;
NEWS FLASH - I don&#8217;t need to connect to 60+ data sources.&nbsp; So if my
math is right, our 4 ArcGIS licenses + a floating license to connect to our
free database would run about $8000 (assuming $2000 for a floating).&nbsp; Not
to mention the ~$600 a year for maintenance.&nbsp; If they changed it to say
$1500 for a company license and $50 for each machine/database combo, we would
really think about it.&nbsp; However ESRI has a deal with FME software and they
are not about to kill that cash cow.&nbsp; Right now we do almost all of our
GIS work with ArcGIS.&nbsp; Large, official datasets are loaded into PostGIS
and accessed with the pgarc extension.&nbsp; The main one we use is a database
of all the wells in the state (400,000 +).&nbsp; Using the extension, any user
in the office pushes one button and all the wells in the ArcGIS display are
loaded (and projected) to a local shapefile copy.&nbsp; This is done in seconds
instead of several minutes to load the entire shapefile.&nbsp; Thus we don&#8217;t
really need the DIE from ESRI especially since our biggest use of PostGIS is
for internet web mapping with SVG. &nbsp;<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>Bruce<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<div>

<div class=MsoNormal align=center style='text-align:center'><font size=3
face="Times New Roman"><span style='font-size:12.0pt'>

<hr size=3 width="100%" align=center tabindex=-1>

</span></font></div>

<p class=MsoNormal><b><font size=2 face=Tahoma><span style='font-size:10.0pt;
font-family:Tahoma;font-weight:bold'>From:</span></font></b><font size=2
face=Tahoma><span style='font-size:10.0pt;font-family:Tahoma'>
postgis-users-bounces@postgis.refractions.net
[mailto:postgis-users-bounces@postgis.refractions.net] <b><span
style='font-weight:bold'>On Behalf Of </span></b>marco vieira<br>
<b><span style='font-weight:bold'>Sent:</span></b> Thursday, September 14, 2006
6:32 AM<br>
<b><span style='font-weight:bold'>To:</span></b> PostGIS Users Discussion<br>
<b><span style='font-weight:bold'>Subject:</span></b> Re: [postgis-users]
Exporting to ESRI's ArcGIS</span></font><o:p></o:p></p>

</div>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal style='margin-bottom:12.0pt'><font size=3
face="Times New Roman"><span style='font-size:12.0pt'>ArcMap/Catalog also can
read data from PostGIS in the same way as regular ArcGIS datasources using Data
Interoperability Extension (from Safe Software). You can found presentations on
<a
href="http://www.esri.com/software/arcgis/extensions/datainteroperability/about/demos.html">http://www.esri.com/software/arcgis/extensions/datainteroperability/about/demos.html</a><br>
and evaluate the extension downloading from <a
href="http://www.esri.com/software/arcgis/extensions/datainteroperability/evaluate.html">http://www.esri.com/software/arcgis/extensions/datainteroperability/evaluate.html</a><br>
<br>
One problem is the gap from postgis versions (very fast atualization from Open
Source Community) and DI supported versions (very slow from comercial company).
When I tried this extention I suffer a bit with postgis 0.9x to 1.x formats.
See <a
href="http://www.nabble.com/ESRI-Data-Interoperability---ArcGIS-%2B-PostGIS-tf185458.html#a516819">http://www.nabble.com/ESRI-Data-Interoperability---ArcGIS-%2B-PostGIS-tf185458.html#a516819</a>
posts.<br>
<br>
Another problem is the read only capabilities when directed access (can be
write with import/export tool).<br>
When I tested, the support for schemas was not good and I felt some frustration
about performance also. <br>
<br>
Regards.<o:p></o:p></span></font></p>

<div>

<p class=MsoNormal><span class=gmailquote><font size=3 face="Times New Roman"><span
style='font-size:12.0pt'>2006/9/13, P Kishor &lt;<a
href="mailto:punkish@eidesis.org">punkish@eidesis.org</a>&gt;:</span></font></span><o:p></o:p></p>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'>On 9/13/06, alex bodnaru &lt;<a href="mailto:alexbodn@012.net.il">alexbodn@012.net.il</a>&gt;
wrote:<br>
..<br>
&gt;<br>
&gt; i might be wrong, but if i remember correctly, mapserver may masquerade<br>
&gt; as imsserver.<br>
<br>
Perhaps, but that is another complication, another layer to run.<br>
Although Bruce's comments make it seem that it might be difficult,<br>
even impossible, to make ArcGIS recognize PostGIS as a datasource, it<br>
would be superbly fantastic if it were possible. As I said earlier, <br>
existing ArcGIS shops would generally have no problem with where the<br>
data are coming from, and that would allow PostGIS to infitrate and<br>
exist in such environments. After a decade or so of being away from<br>
ArcGIS, I have been using it once again for the past few months. The <br>
backend stinks, but the frontend is actually pretty darn nice. That is<br>
something the open source world would have to spend a lot of effort to<br>
recreate, and it may simply not be worth doing so (well, it may be<br>
worth doing so, however, you know what I mean...).<br>
<br>
Hopefully, in time...<br>
<br>
<br>
<br>
&gt;<br>
&gt; P Kishor wrote:<br>
&gt; &gt; On 9/13/06, Bruce Rindahl &lt;<a href="mailto:rindahl@lrcwe.com">rindahl@lrcwe.com</a>
&gt; wrote:<br>
&gt; &gt;<br>
&gt; &gt;&gt; There is an extension called pgarc that that has most of the<br>
&gt; &gt;&gt; functionality<br>
&gt; &gt;&gt; you might be looking for.&nbsp;&nbsp;See:<br>
&gt; &gt;&gt; <a href="http://pgarc.sourceforge.net/">http://pgarc.sourceforge.net/</a><br>
&gt; &gt;&gt; I have taken the code and made some changes.&nbsp;&nbsp;I ported
it to the new code<br>
&gt; &gt;&gt; for 9.x.&nbsp;&nbsp;It will load the extent of the display view
and defines the<br>
&gt; &gt;&gt; projection for the resultant shapefile that is loaded on the
local <br>
&gt; &gt;&gt; machine.<br>
&gt; &gt;&gt; It can write to a PostGIS database but the functionality is
limited - I<br>
&gt; &gt;&gt; haven't really needed it.<br>
&gt; &gt;&gt; I have had limited success in contacting the authors of pgarc to
see <br>
&gt; &gt;&gt; if they<br>
&gt; &gt;&gt; are interested in updating the project.<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;<br>
&gt; &gt; Well, if you have managed to make it work with ArcGIS 9.x, that is<br>
&gt; &gt; indeed very sweet. Poking around in the pgarc website, I see that one
<br>
&gt; &gt; of the project managers is 'spatialguru' or Tyler Mitchell. I am<br>
&gt; &gt; pretty sure he is on this list, if not, he is certainly on the<br>
&gt; &gt; MapServer list. He will readily respond to any queries/offers to
help. <br>
&gt; &gt;<br>
&gt; &gt; Unfortunately I know nothing about coding ArcGIS, so I am only a very<br>
&gt; &gt; keen and eager user of such a utility.<br>
&gt; &gt;<br>
&gt; &gt; That said, it seems to extend ArcGIS -- I would much rather prefer to
<br>
&gt; &gt; extend PostGIS so it emulates (something like imsemu) an ArcGIS<br>
&gt; &gt; compatible dsn. That way, an existing ArcGIS installation need not be<br>
&gt; &gt; disturbed, but can happily use PostGIS data, and PostGIS gets a
really <br>
&gt; &gt; nice, albeit neither free nor open source, viewer for its data. Great<br>
&gt; &gt; for existing ArcGIS shops that might want to incorporate PostGIS for<br>
&gt; &gt; backend data management instead of putting up with SDE (I know of one
<br>
&gt; &gt; such shop personally).<br>
&gt; &gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; -----Original Message-----<br>
&gt; &gt;&gt; From: <a
href="mailto:postgis-users-bounces@postgis.refractions.net">postgis-users-bounces@postgis.refractions.net</a><br>
&gt; &gt;&gt; [mailto:<a
href="mailto:postgis-users-bounces@postgis.refractions.net">postgis-users-bounces@postgis.refractions.net</a>]
On Behalf Of P<br>
&gt; &gt;&gt; Kishor <br>
&gt; &gt;&gt; Sent: Wednesday, September 13, 2006 3:25 PM<br>
&gt; &gt;&gt; To: PostGIS Users Discussion<br>
&gt; &gt;&gt; Subject: Re: [postgis-users] Exporting to ESRI's ArcGIS<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; Sorry, no help here (am curious about this meself), but I have a <br>
&gt; &gt;&gt; related question -- anyone figured out how to view PostGIS data
in<br>
&gt; &gt;&gt; ArcGIS?<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; On 9/13/06, Michael de Armas (Micotan) &lt;<a
href="mailto:michael.dearmas@micotan.com"> michael.dearmas@micotan.com</a>&gt;<br>
&gt; &gt;&gt; wrote:<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; Thanks, for the suggestion.<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; Is that the only way? Let's say that, for some reasons, I
cannot <br>
&gt; &gt;&gt; install<br>
&gt; &gt;&gt; &gt; PostGIS in the PC where the app will run and/or I don't want
to call an<br>
&gt; &gt;&gt; &gt; external program to do the job.<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; I was thinking something like saving the geometry to a GML
file, but I <br>
&gt; &gt;&gt; don't<br>
&gt; &gt;&gt; &gt; know if ESRI could read the GML that PostGIS generates.<br>
&gt; &gt;&gt; &gt; _______________________________________________<br>
&gt; &gt;&gt; &gt; postgis-users mailing list<br>
&gt; &gt;&gt; &gt; <a href="mailto:postgis-users@postgis.refractions.net">postgis-users@postgis.refractions.net</a><br>
&gt; &gt;&gt; &gt; <a
href="http://postgis.refractions.net/mailman/listinfo/postgis-users">http://postgis.refractions.net/mailman/listinfo/postgis-users
</a><br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; --<br>
&gt; &gt;&gt; Puneet Kishor <a href="http://punkish.eidesis.org/">http://punkish.eidesis.org/
</a><br>
&gt; &gt;&gt; Nelson Inst. for Env. Studies, UW-Madison <a
href="http://www.ies.wisc.edu/">http://www.ies.wisc.edu/</a><br>
&gt; &gt;&gt; Open Source Geospatial Foundation <a href="https://edu.osgeo.org/">https://edu.osgeo.org/
</a><br>
&gt; &gt;&gt; _______________________________________________<br>
&gt; &gt;&gt; postgis-users mailing list<br>
&gt; &gt;&gt; <a href="mailto:postgis-users@postgis.refractions.net">postgis-users@postgis.refractions.net
</a><br>
&gt; &gt;&gt; <a
href="http://postgis.refractions.net/mailman/listinfo/postgis-users">http://postgis.refractions.net/mailman/listinfo/postgis-users</a><br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; _______________________________________________ <br>
&gt; &gt;&gt; postgis-users mailing list<br>
&gt; &gt;&gt; <a href="mailto:postgis-users@postgis.refractions.net">postgis-users@postgis.refractions.net</a><br>
&gt; &gt;&gt; <a
href="http://postgis.refractions.net/mailman/listinfo/postgis-users">http://postgis.refractions.net/mailman/listinfo/postgis-users</a><br>
&gt; &gt;&gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; -----BEGIN PGP SIGNATURE-----<br>
&gt; Version: GnuPG v1.4.5 (GNU/Linux)<br>
&gt; Comment: Using GnuPG with Debian - <a href="http://enigmail.mozdev.org">http://enigmail.mozdev.org</a><br>
&gt;<br>
&gt; iQCVAwUBRQievtpwN1sq38njAQJjRQP/cfTfO65zgmeMSs4hVUYB0vCWpyLcrYj6<br>
&gt; Gk/RowI0X/hbFahlAiV4Kx3WeQJU930j0caFWSuzTwo02KJOCJ24EPfMnpBmIsDo <br>
&gt; RNlVqrd0Fs0V+ZG07LQnSPg1zuHZhL5zxi5WZmypFftWeS2MX2Ka5CkIWE9v3YjN<br>
&gt; WW80b2tg3Rk=<br>
&gt; =ZxK5<br>
&gt; -----END PGP SIGNATURE-----<br>
&gt; _______________________________________________<br>
&gt; postgis-users mailing list <br>
&gt; <a href="mailto:postgis-users@postgis.refractions.net">postgis-users@postgis.refractions.net</a><br>
&gt; <a href="http://postgis.refractions.net/mailman/listinfo/postgis-users">http://postgis.refractions.net/mailman/listinfo/postgis-users
</a><br>
&gt;<br>
<br>
<br>
--<br>
Puneet Kishor <a href="http://punkish.eidesis.org/">http://punkish.eidesis.org/</a><br>
Nelson Inst. for Env. Studies, UW-Madison <a href="http://www.ies.wisc.edu/">http://www.ies.wisc.edu/</a>
<br>
Open Source Geospatial Foundation <a href="https://edu.osgeo.org/">https://edu.osgeo.org/</a><br>
_______________________________________________<br>
postgis-users mailing list<br>
<a href="mailto:postgis-users@postgis.refractions.net">postgis-users@postgis.refractions.net</a><br>
<a href="http://postgis.refractions.net/mailman/listinfo/postgis-users">http://postgis.refractions.net/mailman/listinfo/postgis-users</a><o:p></o:p></span></font></p>

</div>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'><br>
<br clear=all>
<br>
-- <br>
Marco Vieira<br>
+55 21 9499-6800<br>
e-mail: <a href="mailto:maovieira@gmail.com">maovieira@gmail.com</a> <o:p></o:p></span></font></p>

</div>

</body>

</html>