Connecting Tech Pros Worldwide Forums | Help | Site Map

Write a conditional branching script

Newbie
 
Join Date: Oct 2008
Posts: 3
#1: Nov 19 '08
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**

insertAlias's Avatar
Forum Leader
 
Join Date: Apr 2008
Location: San Antonio, TX (USA)
Posts: 2,608
#2: Nov 21 '08

re: Write a conditional branching script


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
Reply