﻿{"id":8469,"date":"2019-04-05T03:05:52","date_gmt":"2019-04-05T01:05:52","guid":{"rendered":"http:\/\/www.sigterritoires.fr\/?p=8469"},"modified":"2019-04-05T09:27:15","modified_gmt":"2019-04-05T07:27:15","slug":"arcgis-qgis-sharing-data-the-file-geodatabase-working-with-the-geodatabases-file-gdal-and-gdb-using-qgis-posted-on-february-1st-2015-by-nick-burkhart","status":"publish","type":"post","link":"https:\/\/www.sigterritoires.fr\/index.php\/en\/arcgis-qgis-sharing-data-the-file-geodatabase-working-with-the-geodatabases-file-gdal-and-gdb-using-qgis-posted-on-february-1st-2015-by-nick-burkhart\/","title":{"rendered":"ArcGis <-> QGis sharing data: the  geodatabase file WORKING WITH THE GEODATABASES FILE ( .GDAL AND GDB) USING QGIS  Posted on February 1st , 2015 by Nick Burkhart"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Despite\nthe\nvery widespread false idea according to which the geodatabases\nfile\n( .gdb ) cannot be read and modified using\ntools\nwithin the Esri ArcGIS platform, recent versions of GDAL (and therefore using\napplications such GDAL- queQGIS ) are capable\nof, effectively, read and extract information from the geodatabases\nfile\n. The geodatabase file format has become\na very common format for storing and exchanging data space\n, in particular since it allows the storage\nof multiple data layers and that allows the storage of data layers exceeding\nthe limits of others specifications .\nArcGIS\nusers, regularly, use geodatabases\nfile\nwhen the attribute tables exceed the storage capacity\nof\na <a href=\"https:\/\/www.sigterritoires.fr\/index.php\/en\/shapefile-vs-geopackage\/\">shapefile<\/a> attribute table ( a DBF file is limited to ~ 2 GB\nin size ). <\/p>\n\n\n\n<!--more-->\n\n\n\n<p class=\"wp-block-paragraph\">The GDAL users who work with\ngeodatabases file should\nknow that GDAL includes henceforward a\nvery robust open source, read- only driver for the geodatabase format\nfile\n: OpenFileGDB . The specifications\nindicate that this driver is\nable to, efficiently, read the contents of databases with a large number of\nfields, without any dependent proprietary software.\n<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">An additional option\nallowing\nto interact with geodatabases file\nusing\nGDAL is the FileGDB.FileGDB driver dependant on Esri&rsquo;s File\nGeodatabase SDK , but it provides\nreading and writing access to geodatabases file. However,\ninternal tests at geospatial @ UCLA said that for read-only geodatabase\nfile operations, FileGDB driver can\nbe\nmany\norders\nof magnitude slower than the OpenFileGDB driver .\n<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Therefore those users who have\nto edit, regularly, geodatabases file\nshould\ninstall and use the FileGDB driver, while users who need\nonly\nto convert the contents of the geodatabase file to\nother formats should use the OpenFileGDB\ndriver. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The QGIS users can read\ngeodatabases file by\ndraging\ngeodatabases, ending with extension.gdb directly in\nthe layers window. The geodatabase\ncan\nappear\nas\na\nfolder and cannot be selected using the Add vector layers tool in\nQGIS. The contents of the geodatabase file\nappear\nin the layers window , and each layer\ncan\nbe\nexported\nto\nanother format with the writing support in GDAL, including the\nshapefile format. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For large geodatabases\nwhose\ncontent exceeds the limits of the shapefile specification we\nrecommend using&nbsp; GDAL ogr2ogr command\nline interface to copy the content of a geodatabase\nfile\ndirectly\nto a <a href=\"https:\/\/www.sigterritoires.fr\/index.php\/en\/starting-with-postgres-postgis\/\">PostGIS<\/a> database. Use the following command,\nby replacing the bracketed text with appropriate values for\nyour configuration (the brackets should not be included\nin\nyour\norder\n): <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">ogr2ogr-progress &#8211; overwrite &#8211;\nskipfailures -f \u00ab\u00a0PostgreSQL\u00a0\u00bb PG: \u00a0\u00bb host = localhost user =\ndbname [ postgres ] = [ dbname ] password = [password]\u00a0\u00bb \u00ab\u00a0[\npathtofilegdb ]. gdb \u00a0\u00bb \u00ab\u00a0[ tablename ]\u00a0\u00bb <\/p>\n","protected":false},"excerpt":{"rendered":"<p>Despite the very widespread false idea according to which the geodatabases file ( .gdb ) cannot be read and modified using tools within the Esri ArcGIS platform, recent versions of GDAL (and therefore using applications such&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"sfsi_plus_gutenberg_text_before_share":"","sfsi_plus_gutenberg_show_text_before_share":"","sfsi_plus_gutenberg_icon_type":"","sfsi_plus_gutenberg_icon_alignemt":"","sfsi_plus_gutenburg_max_per_row":"","_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_post_was_ever_published":false},"categories":[1260],"tags":[],"class_list":["post-8469","post","type-post","status-publish","format-standard","hentry","category-non-classe-en"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.9 - aioseo.com -->\n\t<meta name=\"description\" content=\"Despite the very widespread false idea according to which the geodatabases file ( .gdb ) cannot be read and modified using tools within the Esri ArcGIS platform, recent versions of GDAL (and therefore using applications such GDAL- queQGIS ) are capable of, effectively, read and extract information from the geodatabases file . The geodatabase file\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Atilio Francois\"\/>\n\t<meta name=\"google-site-verification\" content=\"ByXHZUbGNn7RNv-Xk5A-ysTZrM65VLIO2RxfSJ2nIEQ\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.sigterritoires.fr\/index.php\/en\/arcgis-qgis-sharing-data-the-file-geodatabase-working-with-the-geodatabases-file-gdal-and-gdb-using-qgis-posted-on-february-1st-2015-by-nick-burkhart\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.9\" \/>\n\t\t<meta property=\"og:locale\" content=\"fr_FR\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Blog SIG &amp; Territoires | le portail des professionnels du SIG\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"ArcGis QGis sharing data: the geodatabase file WORKING WITH THE GEODATABASES FILE ( .GDAL AND GDB) USING QGIS Posted on February 1st , 2015 by Nick Burkhart | Blog SIG &amp; Territoires\" \/>\n\t\t<meta property=\"og:description\" content=\"Despite the very widespread false idea according to which the geodatabases file ( .gdb ) cannot be read and modified using tools within the Esri ArcGIS platform, recent versions of GDAL (and therefore using applications such GDAL- queQGIS ) are capable of, effectively, read and extract information from the geodatabases file . The geodatabase file\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.sigterritoires.fr\/index.php\/en\/arcgis-qgis-sharing-data-the-file-geodatabase-working-with-the-geodatabases-file-gdal-and-gdb-using-qgis-posted-on-february-1st-2015-by-nick-burkhart\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2019-04-05T01:05:52+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2019-04-05T07:27:15+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/atilio.francois\/\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@SigTerritoires\" \/>\n\t\t<meta name=\"twitter:title\" content=\"ArcGis QGis sharing data: the geodatabase file WORKING WITH THE GEODATABASES FILE ( .GDAL AND GDB) USING QGIS Posted on February 1st , 2015 by Nick Burkhart | Blog SIG &amp; Territoires\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Despite the very widespread false idea according to which the geodatabases file ( .gdb ) cannot be read and modified using tools within the Esri ArcGIS platform, recent versions of GDAL (and therefore using applications such GDAL- queQGIS ) are capable of, effectively, read and extract information from the geodatabases file . The geodatabase file\" \/>\n\t\t<meta name=\"twitter:creator\" content=\"@SigTerritoires\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.sigterritoires.fr\\\/index.php\\\/en\\\/arcgis-qgis-sharing-data-the-file-geodatabase-working-with-the-geodatabases-file-gdal-and-gdb-using-qgis-posted-on-february-1st-2015-by-nick-burkhart\\\/#article\",\"name\":\"ArcGis QGis sharing data: the geodatabase file WORKING WITH THE GEODATABASES FILE ( .GDAL AND GDB) USING QGIS Posted on February 1st , 2015 by Nick Burkhart | Blog SIG & Territoires\",\"headline\":\"ArcGis  QGis sharing data: the  geodatabase file WORKING WITH THE GEODATABASES FILE ( .GDAL AND GDB) USING QGIS  Posted on February 1st , 2015 by Nick Burkhart\",\"author\":{\"@id\":\"https:\\\/\\\/www.sigterritoires.fr\\\/index.php\\\/author\\\/admin\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.sigterritoires.fr\\\/#person\"},\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.sigterritoires.fr\\\/index.php\\\/en\\\/arcgis-qgis-sharing-data-the-file-geodatabase-working-with-the-geodatabases-file-gdal-and-gdb-using-qgis-posted-on-february-1st-2015-by-nick-burkhart\\\/#articleImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f76dc2a720162999bce81d6c99b6d7b9517d6600ad7ceb5ed5268f02cefaa0ee?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Atilio Francois\"},\"datePublished\":\"2019-04-05T03:05:52+02:00\",\"dateModified\":\"2019-04-05T09:27:15+02:00\",\"inLanguage\":\"fr-FR\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.sigterritoires.fr\\\/index.php\\\/en\\\/arcgis-qgis-sharing-data-the-file-geodatabase-working-with-the-geodatabases-file-gdal-and-gdb-using-qgis-posted-on-february-1st-2015-by-nick-burkhart\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.sigterritoires.fr\\\/index.php\\\/en\\\/arcgis-qgis-sharing-data-the-file-geodatabase-working-with-the-geodatabases-file-gdal-and-gdb-using-qgis-posted-on-february-1st-2015-by-nick-burkhart\\\/#webpage\"},\"articleSection\":\"Non class\\u00e9, English\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.sigterritoires.fr\\\/index.php\\\/en\\\/arcgis-qgis-sharing-data-the-file-geodatabase-working-with-the-geodatabases-file-gdal-and-gdb-using-qgis-posted-on-february-1st-2015-by-nick-burkhart\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.sigterritoires.fr#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.sigterritoires.fr\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.sigterritoires.fr\\\/index.php\\\/en\\\/category\\\/non-classe-en\\\/#listItem\",\"name\":\"Non class\\u00e9\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.sigterritoires.fr\\\/index.php\\\/en\\\/category\\\/non-classe-en\\\/#listItem\",\"position\":2,\"name\":\"Non class\\u00e9\",\"item\":\"https:\\\/\\\/www.sigterritoires.fr\\\/index.php\\\/en\\\/category\\\/non-classe-en\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.sigterritoires.fr\\\/index.php\\\/en\\\/arcgis-qgis-sharing-data-the-file-geodatabase-working-with-the-geodatabases-file-gdal-and-gdb-using-qgis-posted-on-february-1st-2015-by-nick-burkhart\\\/#listItem\",\"name\":\"ArcGis  QGis sharing data: the  geodatabase file WORKING WITH THE GEODATABASES FILE ( .GDAL AND GDB) USING QGIS  Posted on February 1st , 2015 by Nick Burkhart\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.sigterritoires.fr#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.sigterritoires.fr\\\/index.php\\\/en\\\/arcgis-qgis-sharing-data-the-file-geodatabase-working-with-the-geodatabases-file-gdal-and-gdb-using-qgis-posted-on-february-1st-2015-by-nick-burkhart\\\/#listItem\",\"position\":3,\"name\":\"ArcGis  QGis sharing data: the  geodatabase file WORKING WITH THE GEODATABASES FILE ( .GDAL AND GDB) USING QGIS  Posted on February 1st , 2015 by Nick Burkhart\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.sigterritoires.fr\\\/index.php\\\/en\\\/category\\\/non-classe-en\\\/#listItem\",\"name\":\"Non class\\u00e9\"}}]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.sigterritoires.fr\\\/#person\",\"name\":\"Atilio Francois\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.sigterritoires.fr\\\/index.php\\\/en\\\/arcgis-qgis-sharing-data-the-file-geodatabase-working-with-the-geodatabases-file-gdal-and-gdb-using-qgis-posted-on-february-1st-2015-by-nick-burkhart\\\/#personImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f76dc2a720162999bce81d6c99b6d7b9517d6600ad7ceb5ed5268f02cefaa0ee?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Atilio Francois\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.sigterritoires.fr\\\/index.php\\\/author\\\/admin\\\/#author\",\"url\":\"https:\\\/\\\/www.sigterritoires.fr\\\/index.php\\\/author\\\/admin\\\/\",\"name\":\"Atilio Francois\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.sigterritoires.fr\\\/index.php\\\/en\\\/arcgis-qgis-sharing-data-the-file-geodatabase-working-with-the-geodatabases-file-gdal-and-gdb-using-qgis-posted-on-february-1st-2015-by-nick-burkhart\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f76dc2a720162999bce81d6c99b6d7b9517d6600ad7ceb5ed5268f02cefaa0ee?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Atilio Francois\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.sigterritoires.fr\\\/index.php\\\/en\\\/arcgis-qgis-sharing-data-the-file-geodatabase-working-with-the-geodatabases-file-gdal-and-gdb-using-qgis-posted-on-february-1st-2015-by-nick-burkhart\\\/#webpage\",\"url\":\"https:\\\/\\\/www.sigterritoires.fr\\\/index.php\\\/en\\\/arcgis-qgis-sharing-data-the-file-geodatabase-working-with-the-geodatabases-file-gdal-and-gdb-using-qgis-posted-on-february-1st-2015-by-nick-burkhart\\\/\",\"name\":\"ArcGis QGis sharing data: the geodatabase file WORKING WITH THE GEODATABASES FILE ( .GDAL AND GDB) USING QGIS Posted on February 1st , 2015 by Nick Burkhart | Blog SIG & Territoires\",\"description\":\"Despite the very widespread false idea according to which the geodatabases file ( .gdb ) cannot be read and modified using tools within the Esri ArcGIS platform, recent versions of GDAL (and therefore using applications such GDAL- queQGIS ) are capable of, effectively, read and extract information from the geodatabases file . The geodatabase file\",\"inLanguage\":\"fr-FR\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.sigterritoires.fr\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.sigterritoires.fr\\\/index.php\\\/en\\\/arcgis-qgis-sharing-data-the-file-geodatabase-working-with-the-geodatabases-file-gdal-and-gdb-using-qgis-posted-on-february-1st-2015-by-nick-burkhart\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.sigterritoires.fr\\\/index.php\\\/author\\\/admin\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.sigterritoires.fr\\\/index.php\\\/author\\\/admin\\\/#author\"},\"datePublished\":\"2019-04-05T03:05:52+02:00\",\"dateModified\":\"2019-04-05T09:27:15+02:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.sigterritoires.fr\\\/#website\",\"url\":\"https:\\\/\\\/www.sigterritoires.fr\\\/\",\"name\":\"Blog SIG & Territoires\",\"description\":\"le portail des professionnels du SIG\",\"inLanguage\":\"fr-FR\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.sigterritoires.fr\\\/#person\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"ArcGis QGis sharing data: the geodatabase file WORKING WITH THE GEODATABASES FILE ( .GDAL AND GDB) USING QGIS Posted on February 1st , 2015 by Nick Burkhart | Blog SIG & Territoires","description":"Despite the very widespread false idea according to which the geodatabases file ( .gdb ) cannot be read and modified using tools within the Esri ArcGIS platform, recent versions of GDAL (and therefore using applications such GDAL- queQGIS ) are capable of, effectively, read and extract information from the geodatabases file . The geodatabase file","canonical_url":"https:\/\/www.sigterritoires.fr\/index.php\/en\/arcgis-qgis-sharing-data-the-file-geodatabase-working-with-the-geodatabases-file-gdal-and-gdb-using-qgis-posted-on-february-1st-2015-by-nick-burkhart\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"google-site-verification":"ByXHZUbGNn7RNv-Xk5A-ysTZrM65VLIO2RxfSJ2nIEQ","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.sigterritoires.fr\/index.php\/en\/arcgis-qgis-sharing-data-the-file-geodatabase-working-with-the-geodatabases-file-gdal-and-gdb-using-qgis-posted-on-february-1st-2015-by-nick-burkhart\/#article","name":"ArcGis QGis sharing data: the geodatabase file WORKING WITH THE GEODATABASES FILE ( .GDAL AND GDB) USING QGIS Posted on February 1st , 2015 by Nick Burkhart | Blog SIG & Territoires","headline":"ArcGis  QGis sharing data: the  geodatabase file WORKING WITH THE GEODATABASES FILE ( .GDAL AND GDB) USING QGIS  Posted on February 1st , 2015 by Nick Burkhart","author":{"@id":"https:\/\/www.sigterritoires.fr\/index.php\/author\/admin\/#author"},"publisher":{"@id":"https:\/\/www.sigterritoires.fr\/#person"},"image":{"@type":"ImageObject","@id":"https:\/\/www.sigterritoires.fr\/index.php\/en\/arcgis-qgis-sharing-data-the-file-geodatabase-working-with-the-geodatabases-file-gdal-and-gdb-using-qgis-posted-on-february-1st-2015-by-nick-burkhart\/#articleImage","url":"https:\/\/secure.gravatar.com\/avatar\/f76dc2a720162999bce81d6c99b6d7b9517d6600ad7ceb5ed5268f02cefaa0ee?s=96&d=mm&r=g","width":96,"height":96,"caption":"Atilio Francois"},"datePublished":"2019-04-05T03:05:52+02:00","dateModified":"2019-04-05T09:27:15+02:00","inLanguage":"fr-FR","mainEntityOfPage":{"@id":"https:\/\/www.sigterritoires.fr\/index.php\/en\/arcgis-qgis-sharing-data-the-file-geodatabase-working-with-the-geodatabases-file-gdal-and-gdb-using-qgis-posted-on-february-1st-2015-by-nick-burkhart\/#webpage"},"isPartOf":{"@id":"https:\/\/www.sigterritoires.fr\/index.php\/en\/arcgis-qgis-sharing-data-the-file-geodatabase-working-with-the-geodatabases-file-gdal-and-gdb-using-qgis-posted-on-february-1st-2015-by-nick-burkhart\/#webpage"},"articleSection":"Non class\u00e9, English"},{"@type":"BreadcrumbList","@id":"https:\/\/www.sigterritoires.fr\/index.php\/en\/arcgis-qgis-sharing-data-the-file-geodatabase-working-with-the-geodatabases-file-gdal-and-gdb-using-qgis-posted-on-february-1st-2015-by-nick-burkhart\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.sigterritoires.fr#listItem","position":1,"name":"Home","item":"https:\/\/www.sigterritoires.fr","nextItem":{"@type":"ListItem","@id":"https:\/\/www.sigterritoires.fr\/index.php\/en\/category\/non-classe-en\/#listItem","name":"Non class\u00e9"}},{"@type":"ListItem","@id":"https:\/\/www.sigterritoires.fr\/index.php\/en\/category\/non-classe-en\/#listItem","position":2,"name":"Non class\u00e9","item":"https:\/\/www.sigterritoires.fr\/index.php\/en\/category\/non-classe-en\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.sigterritoires.fr\/index.php\/en\/arcgis-qgis-sharing-data-the-file-geodatabase-working-with-the-geodatabases-file-gdal-and-gdb-using-qgis-posted-on-february-1st-2015-by-nick-burkhart\/#listItem","name":"ArcGis  QGis sharing data: the  geodatabase file WORKING WITH THE GEODATABASES FILE ( .GDAL AND GDB) USING QGIS  Posted on February 1st , 2015 by Nick Burkhart"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.sigterritoires.fr#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.sigterritoires.fr\/index.php\/en\/arcgis-qgis-sharing-data-the-file-geodatabase-working-with-the-geodatabases-file-gdal-and-gdb-using-qgis-posted-on-february-1st-2015-by-nick-burkhart\/#listItem","position":3,"name":"ArcGis  QGis sharing data: the  geodatabase file WORKING WITH THE GEODATABASES FILE ( .GDAL AND GDB) USING QGIS  Posted on February 1st , 2015 by Nick Burkhart","previousItem":{"@type":"ListItem","@id":"https:\/\/www.sigterritoires.fr\/index.php\/en\/category\/non-classe-en\/#listItem","name":"Non class\u00e9"}}]},{"@type":"Person","@id":"https:\/\/www.sigterritoires.fr\/#person","name":"Atilio Francois","image":{"@type":"ImageObject","@id":"https:\/\/www.sigterritoires.fr\/index.php\/en\/arcgis-qgis-sharing-data-the-file-geodatabase-working-with-the-geodatabases-file-gdal-and-gdb-using-qgis-posted-on-february-1st-2015-by-nick-burkhart\/#personImage","url":"https:\/\/secure.gravatar.com\/avatar\/f76dc2a720162999bce81d6c99b6d7b9517d6600ad7ceb5ed5268f02cefaa0ee?s=96&d=mm&r=g","width":96,"height":96,"caption":"Atilio Francois"}},{"@type":"Person","@id":"https:\/\/www.sigterritoires.fr\/index.php\/author\/admin\/#author","url":"https:\/\/www.sigterritoires.fr\/index.php\/author\/admin\/","name":"Atilio Francois","image":{"@type":"ImageObject","@id":"https:\/\/www.sigterritoires.fr\/index.php\/en\/arcgis-qgis-sharing-data-the-file-geodatabase-working-with-the-geodatabases-file-gdal-and-gdb-using-qgis-posted-on-february-1st-2015-by-nick-burkhart\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/f76dc2a720162999bce81d6c99b6d7b9517d6600ad7ceb5ed5268f02cefaa0ee?s=96&d=mm&r=g","width":96,"height":96,"caption":"Atilio Francois"}},{"@type":"WebPage","@id":"https:\/\/www.sigterritoires.fr\/index.php\/en\/arcgis-qgis-sharing-data-the-file-geodatabase-working-with-the-geodatabases-file-gdal-and-gdb-using-qgis-posted-on-february-1st-2015-by-nick-burkhart\/#webpage","url":"https:\/\/www.sigterritoires.fr\/index.php\/en\/arcgis-qgis-sharing-data-the-file-geodatabase-working-with-the-geodatabases-file-gdal-and-gdb-using-qgis-posted-on-february-1st-2015-by-nick-burkhart\/","name":"ArcGis QGis sharing data: the geodatabase file WORKING WITH THE GEODATABASES FILE ( .GDAL AND GDB) USING QGIS Posted on February 1st , 2015 by Nick Burkhart | Blog SIG & Territoires","description":"Despite the very widespread false idea according to which the geodatabases file ( .gdb ) cannot be read and modified using tools within the Esri ArcGIS platform, recent versions of GDAL (and therefore using applications such GDAL- queQGIS ) are capable of, effectively, read and extract information from the geodatabases file . The geodatabase file","inLanguage":"fr-FR","isPartOf":{"@id":"https:\/\/www.sigterritoires.fr\/#website"},"breadcrumb":{"@id":"https:\/\/www.sigterritoires.fr\/index.php\/en\/arcgis-qgis-sharing-data-the-file-geodatabase-working-with-the-geodatabases-file-gdal-and-gdb-using-qgis-posted-on-february-1st-2015-by-nick-burkhart\/#breadcrumblist"},"author":{"@id":"https:\/\/www.sigterritoires.fr\/index.php\/author\/admin\/#author"},"creator":{"@id":"https:\/\/www.sigterritoires.fr\/index.php\/author\/admin\/#author"},"datePublished":"2019-04-05T03:05:52+02:00","dateModified":"2019-04-05T09:27:15+02:00"},{"@type":"WebSite","@id":"https:\/\/www.sigterritoires.fr\/#website","url":"https:\/\/www.sigterritoires.fr\/","name":"Blog SIG & Territoires","description":"le portail des professionnels du SIG","inLanguage":"fr-FR","publisher":{"@id":"https:\/\/www.sigterritoires.fr\/#person"}}]},"og:locale":"fr_FR","og:site_name":"Blog SIG &amp; Territoires | le portail des professionnels du SIG","og:type":"article","og:title":"ArcGis QGis sharing data: the geodatabase file WORKING WITH THE GEODATABASES FILE ( .GDAL AND GDB) USING QGIS Posted on February 1st , 2015 by Nick Burkhart | Blog SIG &amp; Territoires","og:description":"Despite the very widespread false idea according to which the geodatabases file ( .gdb ) cannot be read and modified using tools within the Esri ArcGIS platform, recent versions of GDAL (and therefore using applications such GDAL- queQGIS ) are capable of, effectively, read and extract information from the geodatabases file . The geodatabase file","og:url":"https:\/\/www.sigterritoires.fr\/index.php\/en\/arcgis-qgis-sharing-data-the-file-geodatabase-working-with-the-geodatabases-file-gdal-and-gdb-using-qgis-posted-on-february-1st-2015-by-nick-burkhart\/","article:published_time":"2019-04-05T01:05:52+00:00","article:modified_time":"2019-04-05T07:27:15+00:00","article:publisher":"https:\/\/www.facebook.com\/atilio.francois\/","twitter:card":"summary","twitter:site":"@SigTerritoires","twitter:title":"ArcGis QGis sharing data: the geodatabase file WORKING WITH THE GEODATABASES FILE ( .GDAL AND GDB) USING QGIS Posted on February 1st , 2015 by Nick Burkhart | Blog SIG &amp; Territoires","twitter:description":"Despite the very widespread false idea according to which the geodatabases file ( .gdb ) cannot be read and modified using tools within the Esri ArcGIS platform, recent versions of GDAL (and therefore using applications such GDAL- queQGIS ) are capable of, effectively, read and extract information from the geodatabases file . The geodatabase file","twitter:creator":"@SigTerritoires"},"aioseo_meta_data":{"post_id":"8469","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2020-12-21 13:56:34","updated":"2025-06-04 16:54:36","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.sigterritoires.fr\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.sigterritoires.fr\/index.php\/en\/category\/non-classe-en\/\" title=\"Non class\u00e9\">Non class\u00e9<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tArcGis  QGis sharing data: the  geodatabase file WORKING WITH THE GEODATABASES FILE ( .GDAL AND GDB) USING QGIS  Posted on February 1st , 2015 by Nick Burkhart\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.sigterritoires.fr"},{"label":"Non class\u00e9","link":"https:\/\/www.sigterritoires.fr\/index.php\/en\/category\/non-classe-en\/"},{"label":"ArcGis <-> QGis sharing data: the  geodatabase file WORKING WITH THE GEODATABASES FILE ( .GDAL AND GDB) USING QGIS  Posted on February 1st , 2015 by Nick Burkhart","link":"https:\/\/www.sigterritoires.fr\/index.php\/en\/arcgis-qgis-sharing-data-the-file-geodatabase-working-with-the-geodatabases-file-gdal-and-gdb-using-qgis-posted-on-february-1st-2015-by-nick-burkhart\/"}],"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/p6XU0A-2cB","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.sigterritoires.fr\/index.php\/wp-json\/wp\/v2\/posts\/8469","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.sigterritoires.fr\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.sigterritoires.fr\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.sigterritoires.fr\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.sigterritoires.fr\/index.php\/wp-json\/wp\/v2\/comments?post=8469"}],"version-history":[{"count":0,"href":"https:\/\/www.sigterritoires.fr\/index.php\/wp-json\/wp\/v2\/posts\/8469\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.sigterritoires.fr\/index.php\/wp-json\/wp\/v2\/media?parent=8469"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.sigterritoires.fr\/index.php\/wp-json\/wp\/v2\/categories?post=8469"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.sigterritoires.fr\/index.php\/wp-json\/wp\/v2\/tags?post=8469"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}