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
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.
well it isn't a python question so I will move it to
until it is clarified
it seems Michael wants to run it in AGOL or in an Azure function.
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
They work in Pro. I'd prefer to run them in a Jupyter Notebook on AGOL or in an Azure function.
Did you try them in a notebook in Pro?
You can import arcpy and its tools in Jupyter notebooks
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.