GeoDatabase (GDB) import not working (QGIS3)Installing File Geodatabase (*.gdb) support in QGIS?How to import ESRI geodatabase into QGis? (GIS beginner's question…)How to convert GDB data to shapefiles without ArcGIS?How to overcome the layer limit on OSX?Opening File Geodatabase in QGIS for Ubuntu?What can I do with this unzipped GDB file in QGIS?QGIS 2.4 access .mdb add errorUnable to add shapefiles via drag and drop - QGIS 2.4 OSxQGIS 2.16 connection to ESRI geodatabase 10.2.2 Oracle 10gError Adding Geodatabase Vector LayerOpening Esri Geodatabase file with GDAL/QGIS/Grass?
What is "oversubscription" in Networking?
What does grep -v "grep" mean and do?
Was it really unprofessional of me to leave without asking for a raise first?
Is there a nice way to assign std::minmax(a, b) to std::tie(a, b)?
I hit a pipe with a mower and now it won't turn
What's the easiest way for a whole party to be able to communicate with a creature that doesn't know Common?
Skipping over failed imports until they are needed (if ever)
Where can I get macOS Catalina Beta version?
The Confused Alien
Can a US President have someone sent to prison?
Should I report a leak of confidential HR information?
Attempt to de-reference a null object: list initialization
Are there any features that help with the roll to avoid the destruction of a Wand of Fireballs when using the last charge?
Why was Mal so quick to drop Bester in favour of Kaylee?
Acceleration in Circular motion
Why transcripts instead of degree certificates?
Should I share with a new service provider a bill from its competitor?
Are metaheuristics ever practical for continuous optimization?
Is there a category where products don't exist because uniqueness fails?
What is the line crossing the Pacific Ocean that is shown on maps?
Spicket or spigot?
Sum of Parts of An Array - JavaScript
Is this hogweed?
Most elegant way to write a one shot IF
GeoDatabase (GDB) import not working (QGIS3)
Installing File Geodatabase (*.gdb) support in QGIS?How to import ESRI geodatabase into QGis? (GIS beginner's question…)How to convert GDB data to shapefiles without ArcGIS?How to overcome the layer limit on OSX?Opening File Geodatabase in QGIS for Ubuntu?What can I do with this unzipped GDB file in QGIS?QGIS 2.4 access .mdb add errorUnable to add shapefiles via drag and drop - QGIS 2.4 OSxQGIS 2.16 connection to ESRI geodatabase 10.2.2 Oracle 10gError Adding Geodatabase Vector LayerOpening Esri Geodatabase file with GDAL/QGIS/Grass?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I have a *.gdb which I normaly could load in QGIS version (3.4 / 3.8) following that instructions (or symply drag'n'dop): Installing File Geodatabase (*.gdb) support in QGIS?
But it returns a error: Invalid Data Source: [...] is not a valid or recognized data source.
I also tryed ogr2ogr to translate it first in to shapefiles:
ogr2ogr -f "ESRI Shapefile" ./shp ./Schoeningstedt.gdb
With no result.
Whats wrong? Could anyone test my gdb? You can download it here: www.map-site.de/tmp/Schoeningstedt.gdb.zip
qgis file-geodatabase ogr2ogr import
add a comment |
I have a *.gdb which I normaly could load in QGIS version (3.4 / 3.8) following that instructions (or symply drag'n'dop): Installing File Geodatabase (*.gdb) support in QGIS?
But it returns a error: Invalid Data Source: [...] is not a valid or recognized data source.
I also tryed ogr2ogr to translate it first in to shapefiles:
ogr2ogr -f "ESRI Shapefile" ./shp ./Schoeningstedt.gdb
With no result.
Whats wrong? Could anyone test my gdb? You can download it here: www.map-site.de/tmp/Schoeningstedt.gdb.zip
qgis file-geodatabase ogr2ogr import
not working for me either... can you confirm this works in ArcGIS? I can load other GDB's no problem, but this one doesn't work at all.
– DPSSpatial
7 hours ago
I don't have a own installation of ArcGIS but my client is telling me that it is working fine
– MAP
7 hours ago
1
your database only contains rasters 'dgm1_32583_5930, diff_map1_circ15_32583_930 etc) that is not supported by the OpenFIleGDB (as esri locked it out of the Open Geodatabase API) see bottom of esri.com/arcgis-blog/products/arcgis-desktop/data-management/…
– Mapperz♦
7 hours ago
Maybe you can have your client export them from ArcGIS to a format you can work with.
– GreyHippo
6 hours ago
add a comment |
I have a *.gdb which I normaly could load in QGIS version (3.4 / 3.8) following that instructions (or symply drag'n'dop): Installing File Geodatabase (*.gdb) support in QGIS?
But it returns a error: Invalid Data Source: [...] is not a valid or recognized data source.
I also tryed ogr2ogr to translate it first in to shapefiles:
ogr2ogr -f "ESRI Shapefile" ./shp ./Schoeningstedt.gdb
With no result.
Whats wrong? Could anyone test my gdb? You can download it here: www.map-site.de/tmp/Schoeningstedt.gdb.zip
qgis file-geodatabase ogr2ogr import
I have a *.gdb which I normaly could load in QGIS version (3.4 / 3.8) following that instructions (or symply drag'n'dop): Installing File Geodatabase (*.gdb) support in QGIS?
But it returns a error: Invalid Data Source: [...] is not a valid or recognized data source.
I also tryed ogr2ogr to translate it first in to shapefiles:
ogr2ogr -f "ESRI Shapefile" ./shp ./Schoeningstedt.gdb
With no result.
Whats wrong? Could anyone test my gdb? You can download it here: www.map-site.de/tmp/Schoeningstedt.gdb.zip
qgis file-geodatabase ogr2ogr import
qgis file-geodatabase ogr2ogr import
asked 8 hours ago
MAPMAP
2,5833 gold badges37 silver badges69 bronze badges
2,5833 gold badges37 silver badges69 bronze badges
not working for me either... can you confirm this works in ArcGIS? I can load other GDB's no problem, but this one doesn't work at all.
– DPSSpatial
7 hours ago
I don't have a own installation of ArcGIS but my client is telling me that it is working fine
– MAP
7 hours ago
1
your database only contains rasters 'dgm1_32583_5930, diff_map1_circ15_32583_930 etc) that is not supported by the OpenFIleGDB (as esri locked it out of the Open Geodatabase API) see bottom of esri.com/arcgis-blog/products/arcgis-desktop/data-management/…
– Mapperz♦
7 hours ago
Maybe you can have your client export them from ArcGIS to a format you can work with.
– GreyHippo
6 hours ago
add a comment |
not working for me either... can you confirm this works in ArcGIS? I can load other GDB's no problem, but this one doesn't work at all.
– DPSSpatial
7 hours ago
I don't have a own installation of ArcGIS but my client is telling me that it is working fine
– MAP
7 hours ago
1
your database only contains rasters 'dgm1_32583_5930, diff_map1_circ15_32583_930 etc) that is not supported by the OpenFIleGDB (as esri locked it out of the Open Geodatabase API) see bottom of esri.com/arcgis-blog/products/arcgis-desktop/data-management/…
– Mapperz♦
7 hours ago
Maybe you can have your client export them from ArcGIS to a format you can work with.
– GreyHippo
6 hours ago
not working for me either... can you confirm this works in ArcGIS? I can load other GDB's no problem, but this one doesn't work at all.
– DPSSpatial
7 hours ago
not working for me either... can you confirm this works in ArcGIS? I can load other GDB's no problem, but this one doesn't work at all.
– DPSSpatial
7 hours ago
I don't have a own installation of ArcGIS but my client is telling me that it is working fine
– MAP
7 hours ago
I don't have a own installation of ArcGIS but my client is telling me that it is working fine
– MAP
7 hours ago
1
1
your database only contains rasters 'dgm1_32583_5930, diff_map1_circ15_32583_930 etc) that is not supported by the OpenFIleGDB (as esri locked it out of the Open Geodatabase API) see bottom of esri.com/arcgis-blog/products/arcgis-desktop/data-management/…
– Mapperz♦
7 hours ago
your database only contains rasters 'dgm1_32583_5930, diff_map1_circ15_32583_930 etc) that is not supported by the OpenFIleGDB (as esri locked it out of the Open Geodatabase API) see bottom of esri.com/arcgis-blog/products/arcgis-desktop/data-management/…
– Mapperz♦
7 hours ago
Maybe you can have your client export them from ArcGIS to a format you can work with.
– GreyHippo
6 hours ago
Maybe you can have your client export them from ArcGIS to a format you can work with.
– GreyHippo
6 hours ago
add a comment |
2 Answers
2
active
oldest
votes
By opening a few of the biggest datafiles (.gbdtable) with a text editor I can see in the header lines texts like "rasterband_id", "rrd_factor", and "block_data". I guess that this geodatabase contains only rasterdata and therefore ogrinfo that runs with success does not find any layers.
ogrinfo Schoeningstedt.gdb
INFO: Open of `Schoeningstedt.gdb'
using driver `OpenFileGDB' successful.
An old ticket about adding raster support into OpenFileGDB driver is at https://trac.osgeo.org/gdal/ticket/7008.
add a comment |
The geodatabase contains a raster dataset and Qgis is not able to open those.
confirmed as in comments
– Mapperz♦
7 hours ago
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "79"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f326746%2fgeodatabase-gdb-import-not-working-qgis3%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
By opening a few of the biggest datafiles (.gbdtable) with a text editor I can see in the header lines texts like "rasterband_id", "rrd_factor", and "block_data". I guess that this geodatabase contains only rasterdata and therefore ogrinfo that runs with success does not find any layers.
ogrinfo Schoeningstedt.gdb
INFO: Open of `Schoeningstedt.gdb'
using driver `OpenFileGDB' successful.
An old ticket about adding raster support into OpenFileGDB driver is at https://trac.osgeo.org/gdal/ticket/7008.
add a comment |
By opening a few of the biggest datafiles (.gbdtable) with a text editor I can see in the header lines texts like "rasterband_id", "rrd_factor", and "block_data". I guess that this geodatabase contains only rasterdata and therefore ogrinfo that runs with success does not find any layers.
ogrinfo Schoeningstedt.gdb
INFO: Open of `Schoeningstedt.gdb'
using driver `OpenFileGDB' successful.
An old ticket about adding raster support into OpenFileGDB driver is at https://trac.osgeo.org/gdal/ticket/7008.
add a comment |
By opening a few of the biggest datafiles (.gbdtable) with a text editor I can see in the header lines texts like "rasterband_id", "rrd_factor", and "block_data". I guess that this geodatabase contains only rasterdata and therefore ogrinfo that runs with success does not find any layers.
ogrinfo Schoeningstedt.gdb
INFO: Open of `Schoeningstedt.gdb'
using driver `OpenFileGDB' successful.
An old ticket about adding raster support into OpenFileGDB driver is at https://trac.osgeo.org/gdal/ticket/7008.
By opening a few of the biggest datafiles (.gbdtable) with a text editor I can see in the header lines texts like "rasterband_id", "rrd_factor", and "block_data". I guess that this geodatabase contains only rasterdata and therefore ogrinfo that runs with success does not find any layers.
ogrinfo Schoeningstedt.gdb
INFO: Open of `Schoeningstedt.gdb'
using driver `OpenFileGDB' successful.
An old ticket about adding raster support into OpenFileGDB driver is at https://trac.osgeo.org/gdal/ticket/7008.
edited 4 hours ago
answered 7 hours ago
user30184user30184
30.8k2 gold badges32 silver badges59 bronze badges
30.8k2 gold badges32 silver badges59 bronze badges
add a comment |
add a comment |
The geodatabase contains a raster dataset and Qgis is not able to open those.
confirmed as in comments
– Mapperz♦
7 hours ago
add a comment |
The geodatabase contains a raster dataset and Qgis is not able to open those.
confirmed as in comments
– Mapperz♦
7 hours ago
add a comment |
The geodatabase contains a raster dataset and Qgis is not able to open those.
The geodatabase contains a raster dataset and Qgis is not able to open those.
answered 7 hours ago
GreyHippoGreyHippo
1,1471 gold badge9 silver badges24 bronze badges
1,1471 gold badge9 silver badges24 bronze badges
confirmed as in comments
– Mapperz♦
7 hours ago
add a comment |
confirmed as in comments
– Mapperz♦
7 hours ago
confirmed as in comments
– Mapperz♦
7 hours ago
confirmed as in comments
– Mapperz♦
7 hours ago
add a comment |
Thanks for contributing an answer to Geographic Information Systems Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f326746%2fgeodatabase-gdb-import-not-working-qgis3%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
not working for me either... can you confirm this works in ArcGIS? I can load other GDB's no problem, but this one doesn't work at all.
– DPSSpatial
7 hours ago
I don't have a own installation of ArcGIS but my client is telling me that it is working fine
– MAP
7 hours ago
1
your database only contains rasters 'dgm1_32583_5930, diff_map1_circ15_32583_930 etc) that is not supported by the OpenFIleGDB (as esri locked it out of the Open Geodatabase API) see bottom of esri.com/arcgis-blog/products/arcgis-desktop/data-management/…
– Mapperz♦
7 hours ago
Maybe you can have your client export them from ArcGIS to a format you can work with.
– GreyHippo
6 hours ago