Hello list,<div><br></div><div>I am trying to test a new version of the FileGDB driver for OGR, but I lack enough FileGDBs to test :)</div><div>If you have an *ArcGIS 10* FileGDB and would like to test the FileGDB driver (and report back), feel free to grab a gdal-trunk binary I made for Windows.</div>
<div><br></div><div>All I want to know is if it works with polygons and lines, so feel free to test it with those types.</div><div><br></div><div>Known issues with build / FileGDB driver</div><div><br></div><div>- (driver issue) blobs and date fields are not handled at all</div>
<div>- (driver issue) read-only (for now)</div><div>- (build issue) I didn&#39;t include geos (means spatial operations will be bounding-box based)</div><div>- (build issue) I didn&#39;t include the proj libraries (means a change of coordinate system will not work)</div>
<div><br></div><div>you can use it like this:</div><div><br></div><div>//create kml from FileGDB class</div><div>ogr2ogr -f &quot;KML&quot; out2.kml C:\Users\rburhum\Desktop\FileGDB_API_VS2008_1_0beta3\samples\data\ExecuteSQL.gdb &quot;Cities&quot;</div>
<div><br></div><div>//create shapefile</div><div>ogr2ogr -f &quot;ESRI Shapefile&quot; myshape.shp C:\Users\rburhum\Desktop\FileGDB_API_VS2008_1_0beta3\samples\data\ExecuteSQL.gdb &quot;Cities&quot;</div><div><br></div><div>
You can find the test binaries at </div><div><br></div><h1 style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 5px; margin-left: 0px; font-size: 22px; font-family: &#39;Helvetica Neue&#39;, Arial, sans-serif; font-weight: normal; color: rgb(85, 85, 85); ">
<a href="http://bit.ly/gdZqar">http://bit.ly/gdZqar</a></h1><div style="color: rgb(85, 85, 85); font-family: &#39;Helvetica Neue&#39;, Arial, sans-serif; font-size: 13px; "><span class="Apple-style-span" style="font-family: arial; font-size: small; color: rgb(0, 0, 0); "><br>
</span></div><div>Best Regards,</div><div><br></div><div>- Ragi</div>