Has anyone successfully used PostgreSQL with PostGIS successfully? I am a semi-experienced ArcGIS user and want to build out a database and connect it to ArcCatalog. I've scoured the internet for resources but nobody has really given a good walkthrough. Any help would be much appreciated!
|
|
Give a look at this post on my blog: http://www.paolocorti.net/2008/06/06/spatial-database-for-postgres-and-arcgis-users-how-to-choose/ Basically you have 2 options:
Note that if you need Geodatabase support (Domains, topology etc...) or ArcCatalog support, the first solution (with ArcSde) is the only way to go at this time. As far as I have heard (I did not directly test it) on ArcGis Desktop 10 you can make a read only direct connection to PostGis without the ArcSde gateway. |
|||||||||||||
|
|
I have a few posts on doing it with 9.3. The first is here and you can get to the rest of them from there: http://geobabble.wordpress.com/2008/05/28/using-arcsde-93-with-postgresql-part-1/ I've done it once with 10.0 and have had no issues. I will say that, when using PostgreSQL and PostGIS with ArcSDE, that I strongly recommend sticking to whatever versions are supported by Esri. Bill |
|||
|
|
First of all: You will only be able to use ArcGIS with PostgreSQL using OLE DB connections, meaning, you will only be able to read common tables and collumns (you even will be able to read the spatial collumns, but ArcGIS cannot do anything to them, To use ArcGIS and PostgreSQL + PostGIS (meaning that you need to see spatial data), you will need ArcSDE or ZigGIS. With both options you can query, edit and analyze data stored in PostGIS, inside ArcMap or other ESRIs tools. ArcSDE is a middleware provided by ESRI, changing the whole workflow (of installing, configuring a geodatabse, etc) of work and ZigGIS is desktop tool (I mean, only used when ESRIs desktop tools are involved). |
|||||
|
|
New to the scene: ST-Links pgMap. The software is freeware, and works with ArcGIS 9.3 and up. The download has a nice PDF to document the capabilities, which include viewing, editing, etc. As I know, many people have been using this small useful tools since last year. The tool work with PostgreSQL 8.3/8.4. Not work for PostgreSQL 9.0 yet. A new release for working with PostgreSQL 9.0 should come out very soon. |
|||||||||
|
|
Will PostgreSQL 9 work with ArcGIS 10? For Editing Postgis ZigGIS 3.0 http://groups.google.com/group/ziggis/browse_thread/thread/8e17f4c2ac57f428?hl=en Read Only can be done via the right ODBC Postgres Drivers and doing a direct connection in ArcCatalog |
|||
|
|
