Ticket #4455 (closed defect: fixed)
FileGDB Domains
| Reported by: | aestrada | Owned by: | rcoup |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | OGR_SF | Version: | svn-trunk |
| Severity: | normal | Keywords: | fgdb, ogr2ogr, esri, filegdb |
| Cc: | ryanl |
Description
I create a FGDB using the following command line args.
ogr2ogr -skipfailures -progress -s_srs EPSG:4326 -t_srs EPSG:4326 -f "FileGDB" data.gdb PG:"$POSTGRESQL" -sql "SELECT id, service, date_taken, date_inserted, url, description, geom FROM export" -nln "January2012_all" -nlt POINT
There are about 10.8 million points that *display* fine in ArcGIS 10.0 but when we go to export them say, by country, the resulting FGDB is empty. It looks like the domain extents are completely out of bounds which is causing this to happen. I glanced at the code and there is nothing overly obvious about why this is happening through GDAL and I also tested the same thing in ArcGIS 10 going from FGDB to SHP. That worked fine. Any thoughts on this one?
Adam

