Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • What is arcpy.SelectData_management? I do not see that as an arcpy tool. Commented Feb 18, 2022 at 16:54
  • What is it you're doing exactly? Why do you need to select the data that is created? The output creates a feature class you could simply project. Note, per the SelectData help: This tool is intended for use in ModelBuilder and not in Python scripting. Commented Feb 18, 2022 at 17:24
  • There is a select data because I got the geoprocess directly from model builder (MB)(export script). But because of this, I realized that you can't always replicate an MB geoprocess to an arcpy script. Commented Feb 18, 2022 at 23:53