Displaying 1 result from an estimated 1 matches for "openfilegdb".
2014 Oct 24
1
rgdal: Convert ESRI ArcGis geo database (gdb directory) to geojson, or shapefile map
Hello,
I have an ESRI ArGis geo database directory which I would like to convert
to geojson or a shape file (or anything else that I can read into R).
Unfortunately that does not work out of the box with rgdal, because it does
not come with the fileGDB or openfileGDB driver.
I could successfully install gdal and the fileGDB driver/extension, but it
seems that i can use gdal only to convert the gdb file to a SQL database.
So before I start to learn about SQL, I thought I ask if anybody can point
me to a tutorial or similar that explains how to convert the conte...