wiki:UsersWikiPostgisarcgis

Version 5 (modified by robe, 13 years ago) ( diff )

PostGIS and ArcSDE/ArcGIS Articles

Issues / Gotchas / Confusions

The biggest problem with using PostGIS in ArcSDE is that you are forced to use older versions of PostGIS and PostgreSQL.

  • If you are running ArcGIS 10.0 then only PostGIS 1.4 and PostgreSQL 8.3/8.4 are supported.

Details: ArcSDE 10 PostgreSQL/PostGIS system requirements

  • If you are running ArcGIS 9.3 then only PostGIS 1.3 and PostgreSQL 8.3 are supported.

Details: ArcSDE 9.3 PostgreSQL/PostGIS Database Requirements

Second issue: There is PostGIS and there is ESRI ST_Geometry which is ESRI's specific flavor of OGC geometry they install in PostgreSQL. These are not the same thing. Of course we would prefer you to use PostGIS, and PostGIS gives you more options with working with other software (particularly Open Source). The ST_Geometry and related functions are stored in the sde schema.

They also have a raster type they call ST_Raster not to be confused with PostGIS 2.0 raster type. Again different types. More about ArcGIS ST_Raster type is discussed ArcGIS 10: Installing the ST_Raster type in a local PostgreSQL database

Case Studies

These are Case Studies of using ArcSDE with PostGIS or moving away from ArcSDE:

Tutorials

These are blogs and tutorials detailing use of PostGIS/PostgreSQL with ESRI ArcGIS 9.3+ and experiences

Bill Dollins has a great series on using ArcSDE 9.3 with PostGIS/PostgreSQL

Paolo Corti

Dave Bouman

ESRI Articles and White Papers

  • Working with Geodatabases - this is not specific to PostgreSQL/PostGIS, but covers sampling of Oracle, SQL Server 2008, IBM DB2, PostgreSQL SDE ST_Geometry, PostGIS
Note: See TracWiki for help on using the wiki.