Skip to content

Instantly share code, notes, and snippets.

@mojodna
Last active December 15, 2015 15:39
Show Gist options
  • Save mojodna/5283296 to your computer and use it in GitHub Desktop.
Save mojodna/5283296 to your computer and use it in GitHub Desktop.
Upgrading FileGDBs with Python and ArcGIS.
import arcpy
arcpy.UpgradeGDB_management("z:/data/workspace/huc02/nhdh0202.gdb", "PREREQUISITE_CHECK", "UPGRADE")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment