Rich Shepard wrote > Reading the wiki pages on importing ESRI data I did not see anything > relating to .gdb files. The state's geospatial data center assumes the > entire world runs Microsoft and ESRI products and their data for state > transportaion (highways, roads, streets) comes with these file extensions > (among others): > > .CatItemTypesByName.atx > .CatItemTypesByParentTypeID.atx > .CatItemTypesByUUID.atx > .gdbindexes > .gdbtable > .gdbtablx > > Is there a module that will import these as GRASS vector files with > associated attribute data?
GRASS GIS uses the underlying gdal/ogr for (raster and vector) import. Thus you have to look at formats in gdal/ogr : http://www.gdal.org/ogr_formats.html and compare it with available formats within your gdal /ogr installation. ----- best regards Helmut -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Importing-data-in-atx-gdb-format-tp5285623p5285624.html Sent from the Grass - Users mailing list archive at Nabble.com. _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
