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/
Related Posts
What Is a Shapefile? (.shp + .dbf + .shx Explained)
What is a Shapefile and why does it include multiple sidecar files? Learn how Shapefile works, common issues, and how to open Shapefiles online.
Extracting POIs from OpenStreetMap and Overture Maps: A Practical Guide
Extract EV charging and gas station POIs from NYC OSM data with osmium, and compare with Overture Maps' GeoParquet pipeline.
FileGDB vs GeoPackage: ESRI Geodatabase vs Open Container
FileGDB vs GeoPackage compared: portability, ecosystem support, multi-layer datasets, and when to convert between formats.
How to Open a Shapefile Online (with .dbf, .shx, .prj)
Step-by-step: open a Shapefile online in your browser, upload the required sidecar files, and troubleshoot missing .dbf/.shx/.prj issues.