Since v1.3 do not have custom CRS support, where can I find the ogr_FileGDB.dll v1.4 compiled for Windows?
Asked
Active
Viewed 620 times
0
-
Hello Brad Nesom. Download (done). Environment variables to C:\FileGDB_API_VS2010_1_4\bin and C:\FileGDB_API_VS2010_1_4\lib (done). GDB > SHP (ok) with "ESRI Shapefile" drivers... SHP > GDB (not ok) with "FileGDB"... Unable to find driver `FileGDB' Thanks – Paulo Pires Aug 19 '15 at 18:40
-
1You're asking a different question in comments. Please either edit the question to include proper configuration, or ask a different question – Vince Aug 19 '15 at 19:56
1 Answers
1
OSGEO is the location to find most of the answers you are looking for.
There are quite a few tools compiled for windows in the OsGeo4W
Once you are signed in you can access the member page for binary distribution
However you may have already discovered that there are limitations to the filegdb drivers.
under the gdal/ogr umbrella there is an earlier version.
There are esri (not open source) api for 1.4 here
Brad Nesom
- 17,412
- 2
- 42
- 68
-
Hello Brad I just want to migrate shp to gdb and gdb to shp with python programming... and I use custom CRS... so, with the ogr_FileGDB.dll v1.3, I dont have data access... v1.4 yes, with custom CRS... – Paulo Pires Aug 19 '15 at 23:27
-
it is the gdb writer that is the sticky point. esri has it but unless I am mistaken nobody else does. – Brad Nesom Aug 20 '15 at 18:01
-