arcpy

arcpy#

Module Attributes

SHORT

'Short' type for ArcGis GDB

LONG

'Long' type for ArcGis GDB

FLOAT

'Float' type for ArcGis GDB

DOUBLE

'Double' type for ArcGis GDB

TEXT

"Text" type for ArcGis GDB

DATE

'Date' type for ArcGis GDB

Functions

feature_layer_to_path(feature_layer)

Deprecated since version 1.36.0.

gp_layer_to_path(feature_layer)

Convert a GP layer to its source path.

init_conda_arcpy_env()

Initialize conda environment with Arcgis Pro.

Classes

ArcPyLogHandler(filename[, mode, maxBytes, ...])

Custom logging class that bounces messages to the arcpy tool window as well as reflecting back to the file.

ArcPyLogger([name, prefix_log_file])