I have a point shapefile with the following columns
mosaic hypo result condition 2000 1700 1500 1000 980 ..AND i want to write a script that will do the following:
mosaic hypo result condition 2000 2000 0 TRUE 1700 1900 -200 FALSE1500 1800 -300 FALSE1000 1700 -700 FALSE980 1600 -620 FALSEI am newbie in Python so every help would be much appreciated. I am using ArcGis 10.2. Thank you!Note: I am trying to build a tool in ArcToolbox so i want to use a value parameter (100) for the user, that corresponds to the substraction in the second column.
أكثر...
mosaic hypo result condition 2000 1700 1500 1000 980 ..AND i want to write a script that will do the following:
mosaic hypo result condition 2000 2000 0 TRUE 1700 1900 -200 FALSE1500 1800 -300 FALSE1000 1700 -700 FALSE980 1600 -620 FALSEI am newbie in Python so every help would be much appreciated. I am using ArcGis 10.2. Thank you!Note: I am trying to build a tool in ArcToolbox so i want to use a value parameter (100) for the user, that corresponds to the substraction in the second column.
أكثر...