Tagged Questions
2
votes
2answers
37 views
How to calculate land cover inside the buffer zones?
In one Shape file I have created 1200 buffer zones Around coordinates. I created a field and calculated the buffer zones area in hectares.
Then I clipped different landcover layers to the buffer ...
2
votes
1answer
81 views
Mysterious Invalid Syntax in Field Calculation
I'm trying to calculate a field in Model Builder using the Calculate Field tool. I'm using the following code block and expression in the calculation, but am getting an "invalid syntax (, line 1)" ...
2
votes
2answers
966 views
Multiple input tables for Add Field in ModelBuilder
My model requires field1 to be added to fc1 and fc2, and then calculated according to a Python expression calc1. field2 is then added to fc2, and calculated using calc1. How do I add the multiple ...
2
votes
2answers
753 views
Use output of Add Field as input for Calculate Field in ModelBuilder
I have created a simple model in ArcGIS 10 which, after some initial processing of a feature class, outputs outputfc and adds a field to it. Regardless of the feature class input (which the user ...
3
votes
2answers
392 views
Adding VBA into a Python script generated by ModelBuilder
I have created a model that does a calculate field and have used VBA in the code block. But when I export it to Python, it doesn't work.
Here is the VBA code:
new_value = ...
2
votes
1answer
589 views
Summing Attributes from a Related Table?
I have a line feature class representing road segments, with each road segment having a unique ID. This feature class has an attribute of average observed daily traffic counts. I have another table ...
4
votes
1answer
635 views
Qualifying field names in field calculator
I am trying to set up a quick model that:
Takes a point feature layer of development projets (a table in an access database with xy coordinates),
Spatially joins polygon neighborhood designations to ...