<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif; ">
<div>The ESRI FileGDB api only supports certain projections, BC Albers (epsg:3005) is evidently not one of them. Its in ESRI API issue.</div>
<div><br>
</div>
<div>Mike</div>
<div><br>
</div>
<div>
<div>
<div>
<div>-- </div>
<div>Michael Smith</div>
</div>
<div>US Army Corps</div>
<div>Remote Sensing GIS/Center</div>
</div>
</div>
<div><br>
</div>
<span id="OLK_SRC_BODY_SECTION">
<div style="font-family:Calibri; font-size:11pt; text-align:left; color:black; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: #b5c4df 1pt solid; BORDER-RIGHT: medium none; PADDING-TOP: 3pt">
<span style="font-weight:bold">From: </span>Hailey Eckstrand <<a href="mailto:haileyeckstrand@gmail.com">haileyeckstrand@gmail.com</a>><br>
<span style="font-weight:bold">Date: </span>Wednesday, August 7, 2013 6:09 PM<br>
<span style="font-weight:bold">To: </span>"<a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a>" <<a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a>><br>
<span style="font-weight:bold">Subject: </span>[gdal-dev] FileGDB Driver coordinate system support<br>
<span style="font-weight:bold">Resent-From: </span>Michael Smith <<a href="mailto:michael.smith@usace.army.mil">michael.smith@usace.army.mil</a>><br>
</div>
<div><br>
</div>
<div>
<div>
<div dir="ltr">
<div>
<div style="font-family:arial,sans-serif;font-size:13px">Hello,</div>
<div style="font-family:arial,sans-serif;font-size:13px">I am trying to import a feature class from a file geodatabase (version 10 or greater) into PostGIS. After installing the FileGDB driver, I was able to successfully import a feature class which was in
 the EPSG 4326 spatial reference system.</div>
<div style="font-family:arial,sans-serif;font-size:13px">ogr2ogr -f PostgreSQL PG:dbname=fgdb_test dir4326/test4326.gdb<br>
</div>
<div style="font-family:arial,sans-serif;font-size:13px"><br>
</div>
<div style="font-family:arial,sans-serif;font-size:13px">However, I created another file geodatabase and reprojected the feature class to the BC Albers projection (EPSG: 3005) and then attempted to import the new fgdb again and it failed with no error. My attempts:</div>
<div style="font-family:arial,sans-serif;font-size:13px">ogr2ogr -f PostgreSQL PG:dbname=fgdb_test dir3005/test3005.gdb<br>
</div>
<div style="font-family:arial,sans-serif;font-size:13px">ogr2ogr -f PostgreSQL -s_srs EPSG:3005 PG:dbname=fgdb_test dir3005/test3005.gdb<br>
</div>
<div style="font-family:arial,sans-serif;font-size:13px">ogr2ogr -f PostgreSQL -t_srs EPSG:3005 PG:dbname=fgdb_test dir3005/test3005.gdb<br>
</div>
<div style="font-family:arial,sans-serif;font-size:13px"><br>
</div>
<div style="font-family:arial,sans-serif;font-size:13px">All failed with no errors. I am not trying to transform while importing.. I would just like to import a feature class in a projected coordinate system.</div>
<div style="font-family:arial,sans-serif;font-size:13px"><br>
</div>
<div style="font-family:arial,sans-serif;font-size:13px">I am testing using Ubuntu 12.04</div>
<div style="font-family:arial,sans-serif;font-size:13px">GDAL 1.9.2</div>
<div style="font-family:arial,sans-serif;font-size:13px">FileGDB_API_1_3-64<br>
</div>
<div style="font-family:arial,sans-serif;font-size:13px"><br>
</div>
<div style="font-family:arial,sans-serif;font-size:13px">Also, here is the output from ogrinfo:</div>
<div style="font-family:arial,sans-serif;font-size:13px">
<div>$ogrinfo dir4326/test4326.gdb/</div>
<div>INFO: Open of `dir4326/test4326.gdb/'</div>
<div>      using driver `FileGDB' successful.</div>
<div>1: upcheak_landapp4326 (3D Multi Polygon)</div>
</div>
<div style="font-family:arial,sans-serif;font-size:13px"><br>
</div>
<div style="font-family:arial,sans-serif;font-size:13px"><br>
</div>
<div style="font-family:arial,sans-serif;font-size:13px">
<div>$ogrinfo -al dir3005/test3005.gdb/</div>
<div>INFO: Open of `dir3005/test3005.gdb/'</div>
<div>      using driver `FileGDB' successful.</div>
</div>
<div style="font-family:arial,sans-serif;font-size:13px"><br>
</div>
<div style="font-family:arial,sans-serif;font-size:13px">Thank you,</div>
<div style="font-family:arial,sans-serif;font-size:13px">Hailey</div>
</div>
<div><br>
</div>
<div><span style="font-size: 13px; font-family: arial, sans-serif; ">Links to the 2 zip files of my 2 test geodatabases:</span><br>
</div>
<a href="http://filebin.ca/qjmBMOaH0cR/dir4326.zip">http://filebin.ca/qjmBMOaH0cR/dir4326.zip</a><br>
<div><a href="http://filebin.ca/qjmPiqEAsJ6/dir3005.zip">http://filebin.ca/qjmPiqEAsJ6/dir3005.zip</a><br>
</div>
</div>
</div>
</div>
</span>
</body>
</html>