• GeoDataViewer Team
What Is FileGDB? ESRI File Geodatabase Explained
Learn what an ESRI File Geodatabase (FileGDB) is, what it’s used for, and how to open or convert FileGDB datasets online.
FileGDB (ESRI File Geodatabase) is a geodatabase storage format commonly used in ArcGIS workflows. A FileGDB is typically a folder-based dataset with multiple internal tables and indexes, and it’s often shared as a .zip archive.
To inspect one quickly, use the FileGDB viewer page: /open-gdb-online/.
What FileGDB is used for
FileGDB is commonly used for:
- Managing multi-layer GIS datasets in ArcGIS ecosystems
- Storing attributes and related tables
- Sharing structured datasets that include indexes and metadata
Common issues when opening FileGDB
- FileGDB is usually multi-file. Uploading a single internal file is rarely enough.
- Many distributions require zipping the folder before upload.
- Some datasets are large and can be slow to load in a browser.
How to open FileGDB online
- Go to /open-gdb-online/.
- Upload a zipped
.gdbfolder (or the archive you received). - Select the layer you want to preview and inspect attributes.
Convert FileGDB to other formats
- FileGDB to GeoJSON: /filegdb-to-geojson/
- FileGDB to GeoPackage: /filegdb-to-gpkg/
- FileGDB to Shapefile: /filegdb-to-shapefile/
Related reading
- Comparison: /blog/filegdb-vs-geopackage/