Exporting GeoJSON and Geopackage from ArcGIS Pro

February 10, 2026 2 min read

A common question students ask GIS librarians is “How do I get my data out of ArcGIS Pro or share it with someone not using this software?”

You may notice that when using ArcGIS dialog boxes, you are prompted to save files by default in your project’s file geodatabase.

Save output in ArcGIS Pro highlighting file geodatabases
It is okay to use the file .gdb temporarily while working on your project. Keep in mind the suggestion to periodically archive any important files using legible, open data formats such as geopackage or geojson.

Save as GeoJSON

Use the Features to JSON geoprocessing tool to save as GeoJSON.

Save as GeoPackage

  1. Insert tabAdd Folder → Create a normal, non-file-gdb folder on your computer to organize your geospatial data. Select this new folder as the folder you’d like to add as the folder connection in the ArcGIS Pro Add Folder interface.
  2. Catalog pane → Right click the folder you created to manage your geospatial data → NewGeopackage.
  3. Rename the new geopackage the name of the layer you want to save, e.g. example_coordinates.gpkg.
  4. Use Feature Class to Geodatabase tool to export your layer:
  • Input Features = the layer you want to copy
  • Output Geodatabase = the empty .gpkg you just created.

Follow-up resources