Re: [postgis-users] PostGIS supported by which ArcGIS

2015-01-30 Thread Adrian Term
I finally managed what I wanted, and that is to be able to edit geometries stored in PostgreSQL/PostGIS (non versioned) with both ArcMap and QGIS following this steps : - With pgAdmin create a new database using "template_postgis_20" (let's name it database) - From ArcCatalog - System Toolboxes - D

Re: [postgis-users] PostGIS supported by which ArcGIS

2015-01-30 Thread Adrian Term
I finally managed what I wanted, and that is to be able to edit geometries stored in PostgreSQL/PostGIS (non versioned) with both ArcMap and QGIS following this steps : - With pgAdmin create a new database using "template_postgis_20" (let's name it database) - From ArcCatalog - System Toolboxes - D

Re: [postgis-users] PostGIS supported by which ArcGIS

2015-01-16 Thread Paolo Importuni
Hi Adrian, as far as I can remember there are two parameters in the table sde 'db_tune' that must be set to the PG_GEOMETRY type. I remember having the same problem some times ago, due to the fact that I had set only one parameter to the right type. Then, of course, you will have to delete your g

Re: [postgis-users] PostGIS supported by which ArcGIS

2015-01-15 Thread David Fawcett
Adrian, I think that Regina is correct and that the layer that you loaded is using the ESRI st_geometry. I am using PostGIS with ESRI products (10.2) and I am able to create a feature class in the 'esrified' postgres table with ESRI tools and then manipulate it using PostGIS and QGIS (2.4, I don'

Re: [postgis-users] PostGIS supported by which ArcGIS

2015-01-15 Thread Paragon Corporation
PM To: postgis-users@lists.osgeo.org Subject: [postgis-users] PostGIS supported by which ArcGIS I have the following setup : ArcGIS 10.2.2 for Desktop Advanced ArcGIS 10.2.2 for Server QGIS 2.6.1 Brighton PostgreSQL 9.2.9-3 PostGIS 2.1 I managed to make them all hear each other following this

[postgis-users] PostGIS supported by which ArcGIS

2015-01-15 Thread Adrian Term
I have the following setup : ArcGIS 10.2.2 for Desktop Advanced ArcGIS 10.2.2 for Server QGIS 2.6.1 Brighton PostgreSQL 9.2.9-3 PostGIS 2.1 I managed to make them all hear each other following this instructions : http://resources.arcgis.com/en/help/main/10.2/index.html#//002p00t400 Data is

Re: [postgis-users] PostGIS supported by which ArcGIS

2014-10-09 Thread Paolo Importuni
Hi, last year, I had the same kind of experience that david described in a previous post. I "esrified" my pg database into an esri enterprise geodatabase, turned db_tune parameter into PG_Geometry and was able to read and write on my table. I can't remember all details but editing of non-spatial

Re: [postgis-users] PostGIS supported by which ArcGIS

2014-10-09 Thread Birgit Laggner
Hi David, I have no experiences with ArcSDE, but I can say, that no dba had to esrify our database in order to enable the interoperability between ArcGIS and PostgreSQL/PostGIS. We have a simple PostgreSQL-DB (version 9.1) with an PostGIS extension (version 2.1). All we had to do was download

Re: [postgis-users] PostGIS supported by which ArcGIS

2014-10-08 Thread David Fawcett
I assume that on the server side, your dba has 'Esrified' the database by using a one of the ArcGIS desktop tools to convert your existing Postgres database into an 'ESRI Enterprise Geodatabase", which creates the sde schema and all of the sde functions, etc. This costs an ArcGIS Server license.

Re: [postgis-users] PostGIS supported by which ArcGIS

2014-10-07 Thread Birgit Laggner
Yes, that's true: ArcGIS is not able to read the PostGIS raster data type. Am 02.10.2014 16:20, schrieb David Haynes: I have not been able to use Arc 10.3 for visualizing raster data stored in postgresql On Thu, Oct 2, 2014 at 2:30 AM, Birgit Laggner mailto:birgit.lagg...@ti.bund.de>> wrote:

Re: [postgis-users] PostGIS supported by which ArcGIS

2014-10-02 Thread David Haynes
I have not been able to use Arc 10.3 for visualizing raster data stored in postgresql On Thu, Oct 2, 2014 at 2:30 AM, Birgit Laggner wrote: > We use ArcGIS 10.2 for read/write interaction with our PostgreSQL > database. We only have ArcGIS Desktop without SDE. There is a driver > (database clien

Re: [postgis-users] PostGIS supported by which ArcGIS

2014-10-02 Thread Birgit Laggner
We use ArcGIS 10.2 for read/write interaction with our PostgreSQL database. We only have ArcGIS Desktop without SDE. There is a driver (database client file) from ArcGIS for PostgreSQL, you have to install. We are more or less content with this concept. Surely, the performance is not as if you

Re: [postgis-users] PostGIS supported by which ArcGIS

2014-09-27 Thread Stefan Keller
Actually yes, I meant the "PostGIS option" of storing data in PostgreSQL/PostGIS from ArcGIS. --S. 2014-09-27 20:20 GMT+02:00 Randal Hale : > as far as I understand it (and I could be wrong on some of this) > > Desktop will support reading if you load the postgresql library files (that > can be d

Re: [postgis-users] PostGIS supported by which ArcGIS

2014-09-27 Thread Randal Hale
as far as I understand it (and I could be wrong on some of this) * Desktop will support reading if you load the postgresql library files (that can be downloaded form your ESRI customer care portal). * Once those are loaded you can read through a definition query data from postgis into arc

[postgis-users] PostGIS supported by which ArcGIS

2014-09-27 Thread Stefan Keller
I'm asked from time to time for an advice which ArcGIS product supports PostGIS (read/write)? Even after reading the Esri pages I'm not sure if it's only "ArcGIS for Server Workgroup" (formerly ArcSDE). Does it work also with ArcGIS for Desktop Basic (ArcView)? Yours, S. __