Hi all,
The one course I audited on ArcGIS incorporated AGOL with python. Because of personal health information and HIPPA, I need to do a lot of the network analysis from ArcGIS Pro. I work for UC San Diego Health, so we have the licenses for Network Analyst, etc. I work primarily from Python/Jupyter notebook and have found AGOL to be more accommodating to that workflow (unless I'm missing something).
My code works, and I get the resulting feature layers and can map them; however, I can't seem to find a way pull them into Jupyter to then manipulate these feature layers, convert to SEDFs and ultimately convert to work with in pandas.
For instance, when I use the ListFeatureClasses command, I can view the feature layers and can use Describe to see that it is a feature layer; however, when I try to convert it to an SDF, it seems that I am merely dealing with a string (that is pointing to the feature layer.
This is both a call for help with that specific issue as well as further resources people have with incorporating python and ArcGIS Pro. I'm reading through the book "Python Scripting for ArcGIS Pro" but to be honest, I find it a bit long-winded and hard to find specific information and lacking on examples. Not sure if there are better resources out there. A lot I find with ESRI info points to solving these issues with the ArcGIS API.
Thanks for the help!
James