Opening Esri Geodatabase file with GDAL/QGIS/Grass?Accessing file geodatabase (.gdb) rasters with...
dbcc cleantable batch size explanation
Can a monk's single staff be considered dual wielded, as per the Dual Wielder feat?
Mortgage Pre-approval / Loan - Apply Alone or with Fiancée?
Why doesn't Newton's third law mean a person bounces back to where they started when they hit the ground?
NMaximize is not converging to a solution
Mutually beneficial digestive system symbiotes
Why does Kotter return in Welcome Back Kotter?
Today is the Center
Watching something be written to a file live with tail
A newer friend of my brother's gave him a load of baseball cards that are supposedly extremely valuable. Is this a scam?
Does detail obscure or enhance action?
Which country benefited the most from UN Security Council vetoes?
Why "Having chlorophyll without photosynthesis is actually very dangerous" and "like living with a bomb"?
What does "Puller Prush Person" mean?
How to format long polynomial?
How much RAM could one put in a typical 80386 setup?
How does one intimidate enemies without having the capacity for violence?
Was any UN Security Council vote triple-vetoed?
High voltage LED indicator 40-1000 VDC without additional power supply
Arrow those variables!
What is a clear way to write a bar that has an extra beat?
How to regain access to running applications after accidentally zapping X.org?
When a company launches a new product do they "come out" with a new product or do they "come up" with a new product?
Modeling an IP Address
Opening Esri Geodatabase file with GDAL/QGIS/Grass?
Accessing file geodatabase (.gdb) rasters with GDAL?Opening Esri Personal Geodatabase (*.mdb) using QGIS?Opening table from file geodatabase in ArcPy?QGIS OpenFileGDB compatibility with File Geodatabase?Reading Esri File Geodatabase (FileGDB) with OGR?Querying Esri File Geodatabase?Opening file geodatabase in pythonAdding .e00 file into QGISOpening Esri Personal Geodatabase (*.mdb) using QGISError when reading Layer from .gpkg with readOGR into R and writing it to PostgreSQL
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I am trying to import the Oceania dataset of the Global Drainage Basin Database into GIS:
http://www.cger.nies.go.jp/db/gdbd/gdbd_index_e.html
I have tried:
- rgdal::readOGR in R (most recent canonical version, GDAL version 2.2.3)
- v.in.ogr in Grass GIS 7.6.1
- Data Source Manager in QGIS 3.6.1
All of these result in an error message: "Cannot open data source" / "ERROR: Unable to open data source [filename]" / "Invalid Data Source".
I have followed steps described in previous answers to questions about importing this file format to QGIS on StackExchange and haven't been able to find a solution. Any approach that lets me convert into a more universally accepted format would work.
Running Windows 10.
qgis r grass file-geodatabase
add a comment |
I am trying to import the Oceania dataset of the Global Drainage Basin Database into GIS:
http://www.cger.nies.go.jp/db/gdbd/gdbd_index_e.html
I have tried:
- rgdal::readOGR in R (most recent canonical version, GDAL version 2.2.3)
- v.in.ogr in Grass GIS 7.6.1
- Data Source Manager in QGIS 3.6.1
All of these result in an error message: "Cannot open data source" / "ERROR: Unable to open data source [filename]" / "Invalid Data Source".
I have followed steps described in previous answers to questions about importing this file format to QGIS on StackExchange and haven't been able to find a solution. Any approach that lets me convert into a more universally accepted format would work.
Running Windows 10.
qgis r grass file-geodatabase
1
There are two strong possibilities: 1) It's corrupt 2) It's a 9.x FGDB, unreadable by the FGDB API
– Vince
8 hours ago
On the download page readsThe file is in ArcGIS Geodatabase (Version 9) formatand ogrinfo printsUnable to initialize ODBC connection to DSN for DRIVER=Microsoft Access Driver (*.mdb);DBQ=oceania.mdbfor me.
– user30184
7 hours ago
add a comment |
I am trying to import the Oceania dataset of the Global Drainage Basin Database into GIS:
http://www.cger.nies.go.jp/db/gdbd/gdbd_index_e.html
I have tried:
- rgdal::readOGR in R (most recent canonical version, GDAL version 2.2.3)
- v.in.ogr in Grass GIS 7.6.1
- Data Source Manager in QGIS 3.6.1
All of these result in an error message: "Cannot open data source" / "ERROR: Unable to open data source [filename]" / "Invalid Data Source".
I have followed steps described in previous answers to questions about importing this file format to QGIS on StackExchange and haven't been able to find a solution. Any approach that lets me convert into a more universally accepted format would work.
Running Windows 10.
qgis r grass file-geodatabase
I am trying to import the Oceania dataset of the Global Drainage Basin Database into GIS:
http://www.cger.nies.go.jp/db/gdbd/gdbd_index_e.html
I have tried:
- rgdal::readOGR in R (most recent canonical version, GDAL version 2.2.3)
- v.in.ogr in Grass GIS 7.6.1
- Data Source Manager in QGIS 3.6.1
All of these result in an error message: "Cannot open data source" / "ERROR: Unable to open data source [filename]" / "Invalid Data Source".
I have followed steps described in previous answers to questions about importing this file format to QGIS on StackExchange and haven't been able to find a solution. Any approach that lets me convert into a more universally accepted format would work.
Running Windows 10.
qgis r grass file-geodatabase
qgis r grass file-geodatabase
edited 30 mins ago
PolyGeo♦
53.9k1781245
53.9k1781245
asked 8 hours ago
user5730487user5730487
111
111
1
There are two strong possibilities: 1) It's corrupt 2) It's a 9.x FGDB, unreadable by the FGDB API
– Vince
8 hours ago
On the download page readsThe file is in ArcGIS Geodatabase (Version 9) formatand ogrinfo printsUnable to initialize ODBC connection to DSN for DRIVER=Microsoft Access Driver (*.mdb);DBQ=oceania.mdbfor me.
– user30184
7 hours ago
add a comment |
1
There are two strong possibilities: 1) It's corrupt 2) It's a 9.x FGDB, unreadable by the FGDB API
– Vince
8 hours ago
On the download page readsThe file is in ArcGIS Geodatabase (Version 9) formatand ogrinfo printsUnable to initialize ODBC connection to DSN for DRIVER=Microsoft Access Driver (*.mdb);DBQ=oceania.mdbfor me.
– user30184
7 hours ago
1
1
There are two strong possibilities: 1) It's corrupt 2) It's a 9.x FGDB, unreadable by the FGDB API
– Vince
8 hours ago
There are two strong possibilities: 1) It's corrupt 2) It's a 9.x FGDB, unreadable by the FGDB API
– Vince
8 hours ago
On the download page reads
The file is in ArcGIS Geodatabase (Version 9) format and ogrinfo prints Unable to initialize ODBC connection to DSN for DRIVER=Microsoft Access Driver (*.mdb);DBQ=oceania.mdb for me.– user30184
7 hours ago
On the download page reads
The file is in ArcGIS Geodatabase (Version 9) format and ogrinfo prints Unable to initialize ODBC connection to DSN for DRIVER=Microsoft Access Driver (*.mdb);DBQ=oceania.mdb for me.– user30184
7 hours ago
add a comment |
1 Answer
1
active
oldest
votes
In v2 of Q you can add it in as a File/System vector layer:

I would suspect you can do this in v3 too.
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%2f317895%2fopening-esri-geodatabase-file-with-gdal-qgis-grass%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
In v2 of Q you can add it in as a File/System vector layer:

I would suspect you can do this in v3 too.
add a comment |
In v2 of Q you can add it in as a File/System vector layer:

I would suspect you can do this in v3 too.
add a comment |
In v2 of Q you can add it in as a File/System vector layer:

I would suspect you can do this in v3 too.
In v2 of Q you can add it in as a File/System vector layer:

I would suspect you can do this in v3 too.
answered 8 hours ago
artwork21artwork21
31.1k554120
31.1k554120
add a comment |
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%2f317895%2fopening-esri-geodatabase-file-with-gdal-qgis-grass%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
1
There are two strong possibilities: 1) It's corrupt 2) It's a 9.x FGDB, unreadable by the FGDB API
– Vince
8 hours ago
On the download page reads
The file is in ArcGIS Geodatabase (Version 9) formatand ogrinfo printsUnable to initialize ODBC connection to DSN for DRIVER=Microsoft Access Driver (*.mdb);DBQ=oceania.mdbfor me.– user30184
7 hours ago