Geoprocessing Tool input SEDF output SEDF

492
2
02-19-2022 04:29 PM
TylerTownes
New Contributor III

Arcpy geoprocessing tools seem to accept SEDFs as input.  How can one output to an SEDF?  The only thing I can think of is to write to memory\tempOutput then convert that output to an SEDF with spatial.from_featureclass() but this seems a little too Rube Goldberg.  Any thoughts.  Thx.

Tyler

Tags (2)
0 Kudos
2 Replies
DanPatterson
MVP Esteemed Contributor

Put in an Enhancement request under "Issues" on their github site

Issues · Esri/arcgis-python-api (github.com)


... sort of retired...
0 Kudos
DavidAnderson_1701
Occasional Contributor

That is the way I do it.  This would be a great enhancement.  It seems to me that ESRI just keeps reimplementing AML with its read/write to disk file paradigm.

0 Kudos