
Initialize Connection to ArcGIS and arcpy
init_arcpy.Rd
The 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
arcpy
environment.- conda_env
Requires a string of the conda environment name containing the
arcpy
environment.