I am learning ArcGIS API for python, which I run using the notebook inside the ArcGIS Pro. I opened some layers in ArcGIS Pro (local files: rasters an vectors).
On the ArcGIS API for Python documentations, it shows the way to open layers from portals. How to get the layers on ArcGIS API for Python that I open locally on my ArcGIS Pro?
My aim is to process the layers with arcgis.learn libraries. I would like to run the process using ArcGIS API for Python libraries using the layer from my local files.
Looking forward to your advice.