Is there any way I can run these geoprocessing tools in ArcGIS Python API, like on a Notebook?
arcpy.md.BuildMultidimensionalInfo
arcpy.management.CopyRaster
arcpy.management.AddRastersToMosaicDataset
Solved! Go to Solution.
arcpy functions are not available in ArcGIS API for Python. If you get Notebook Server (Advanced edition I think), you would get both Arcpy and Python API on your notebooks.
Did you try them in a notebook in Pro?
You can import arcpy and its tools in Jupyter notebooks
They work in Pro. I'd prefer to run them in a Jupyter Notebook on AGOL or in an Azure function.
arcpy functions are not available in ArcGIS API for Python. If you get Notebook Server (Advanced edition I think), you would get both Arcpy and Python API on your notebooks.
Jupyter Notebook
JupyterLab
Jupyter QT console
all work for me
the api either uses arcpy or shapely for geometry stuff. If arcpy is installed it can be imported. You just need a valid version of Pro
it seems Michael wants to run it in AGOL or in an Azure function.
well it isn't a python question so I will move it to
until it is clarified