4

I have been given some ESRI personal geodatabase files (MDB) and file geodatabase files (GDB). I don't know the coordinate system(s) for these files. Is there a way to do this without using ESRI software?

Farid Cheraghi
8,7891 gold badge25 silver badges55 bronze badges
asked Dec 24, 2015 at 19:16

1 Answer 1

1

For feature classes in a file geodatabase you can use GDAL OGR. Be sure it has ESRI file geodatabase support which I think is GDAL version 1.9 or later. You can use the open version of File Geodatabase support this as well, I use this. MDB support in GDAL comes in via ODBC. QGIS will open the GDB and MDB files as well. Or you could just ask the person who gave you the files.

answered Dec 24, 2015 at 22:10
2
  • Yes, QGIS will open the GDB and knows what the SRID is so I can get it that way. However, when I open an MDB geodatabase, QGIS asks me what the SRID is. This indicates that this information is not stored in the MDB. Too bad, I was hoping it was in one of those GDB_ tables in the MDB. The person who gave me the files does not know what the SRID is either. Commented Dec 25, 2015 at 17:37
  • you can usually work it out. You should be able to view it if you follow these instructions.gis.stackexchange.com/questions/129514/…. remember it may not have one. Commented Dec 25, 2015 at 18:03

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.