It would add efficiency to allow ArcPy Geoprocessing Tools to output to Spatially Enabled DataFrame (SEDF) rather than having to push to a GDB or Memory then re-read back into a SEDF.
Thank you,
Tyler
Hi Tyler
Please see if the example 4 in the following document helps.
Summary Statistics (Analysis)—ArcGIS Pro | Documentation
I tried to use the following code to read a layer in ArcGIS Pro, and it also works:
sedf_from_FL = pd.DataFrame.spatial.from_featureclass("your layer name")
Cheers,
Simo
Melden Sie sich an, um zu posten, Inhalte zu folgen und mehr. Neu hier? Kostenlos registrieren.