Quantcast
Channel: Forums - Python
Viewing all articles
Browse latest Browse all 2485

Data Management Tools/Geodatabase Administration/ Compress tool in Python

$
0
0
Under Systems toolboxes/Data Management Tools/Geodatabase Administration/Compress tool. Is there a way to recreate this tool in python so it can compress the geodatabase enterprise every week. Any help in finding this in arcpy.

would the following script be the python for this tool


Code:

import arcpy
 
arcpy.Compress_management("Database Connections\Connection to brockville.sde")


Viewing all articles
Browse latest Browse all 2485

Trending Articles