| bio | website | swingleydev.com |
|---|---|---|
| location | Fairbanks, AK | |
| age | ||
| visits | member for | 1 year, 3 months |
| seen | Sep 5 '12 at 20:43 | |
| stats | profile views | 3 |
|
Aug 29 |
awarded | Self-Learner |
|
May 7 |
comment |
ArcGIS SP4 fails to open file geodatabases created with ogr2ogr Yes, a FileGDB created with ogr alone is fine with ArcGIS 10.0 SP3, but broken in SP4. I suspect it's an ArcGIS issue, not GDAL, but I don't know for sure. I was hoping there was an ogr flag related to metadata that might fix it. |
|
May 3 |
comment |
ArcGIS SP4 fails to open file geodatabases created with ogr2ogr Brad, it is broken in SP4 whether you start a new geodatabase or overwrite an existing one. |
|
May 3 |
asked | ArcGIS SP4 fails to open file geodatabases created with ogr2ogr |
|
Mar 1 |
awarded | Teacher |
|
Mar 1 |
answered | Exporting PostgreSQL table to FileGDB: wkbUnknown layer geometry type |
|
Feb 1 |
comment |
Exporting PostgreSQL table to FileGDB: wkbUnknown layer geometry type Sorry for the bad form, but the answer is to add the -nlt option, which allows you to set the layer type when -sql is used. I found this at: trac.osgeo.org/gdal/ticket/4186
In other words:
ogr2ogr -overwrite -sql "SELECT * from db_pts LIMIT 1" -f "FileGDB" /tmp/test.gdb PG:"host='HOST' dbname='DB'" -nlt POINT
Sorry for the traffic. |
|
Feb 1 |
awarded | Student |
|
Feb 1 |
asked | Exporting PostgreSQL table to FileGDB: wkbUnknown layer geometry type |