Write a conditional branching script

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ncharman
    New Member
    • Oct 2008
    • 3

    Write a conditional branching script

    How can I write a Python script that conditionally branches between two variables depending on the number of features in the feature class. If there are more than 10 features in the incoming feature class, we are going to create a new feature class in the dataset. Else, we are going to append the incoming features to an existing feature class. At this point, assume only polygon features, and load to a polygon feature class.

    **This is for work with ArcGIS**
  • Curtis Rutland
    Recognized Expert Specialist
    • Apr 2008
    • 3264

    #2
    The experts on this site are more than happy to help you with your problems but they cannot do your assignment/program for you. This includes handing out fully coded solutions. Please attempt the assignment/program yourself first and post questions regarding any difficulties you have or about a particular function of the code that you don't know how to achieve.

    Please read the Posting Guidelines and particularly the Coursework Posting Guidelines.

    Then when you are ready post a new question in this thread.

    MODERATOR

    Comment

    Working...