
Initialize Connection to ArcGIS and arcpy
init_arcpy.RdThe function initializes a connection to either ArcGIS Pro or ArcMap and also loads
the arcpy python module into the global environment.
Arguments
- python_env_path
Requires a string to the python executable path for the
arcpyenvironment.- conda_env
Requires a string of the conda environment name containing the
arcpyenvironment.