Skip to main content

All Questions

Tagged with
0 votes
1 answer
506 views

Parameter drop down menu

Currently trying to create a Select by Attributes tool. However, I can not get my "Field Value" parameter to have a drop down menu where I can select the values within the field. I have ...
Kay Ram's user avatar
  • 13
0 votes
1 answer
2k views

ArcGIS: Auto-Calculate Field Value from Other Fields

I searched for a question similar to mine, but couldn't find something precisely similar, so if this has been answered already, I apologize. I am creating a ROW shapefile that contains (among others) ...
user5905246's user avatar
0 votes
1 answer
309 views

Query Attributes - Model Builder ArcGIS

I'm trying to build a Model that selects points (stores) from a point shapefile that are within a polygon shapefile (block groups) and then assigns the the name attribute (Block Group ID) of that ...
Frank's user avatar
  • 23
3 votes
1 answer
6k views

Trying to create a simple select by attribute script based on an input

Trying to create a simple select by attribute script that will select based upon an input in a tool, in ARC Toolbox. My data is stored in a File database in a Feature Dataset called "Control", Feature ...
Kris Mullins's user avatar
0 votes
0 answers
70 views

ArcGIS - Building a model that selects objects and joins fields

I think I've forgotten to mention that I am using ArcGIS... I have 2 layers, a neighborhood map and a group of geocoded addresses. Each neighborhood has a unique ID to it, that I need to join the ...
Djones4822's user avatar
-1 votes
1 answer
4k views

ArcGIS / Python "select by attribute" LIKE

ArcGIS 10.1, Python 2.7.2. I have a table of a few variables but 1.7 million cases. I want to select all those cases where (in ArcGIS-interface-speak) "PCD" LIKE 'BT%' So far no luck. I have been ...
Bruce Mitchell's user avatar
0 votes
1 answer
890 views

ArcGIS Python tool for Reading Invidual Point attributes

I wish to create a python add-in tool, for ArcGIS, that work like the ArcGIS identify tool using python. The tool has to be such that when I click on a point or feature it brings reads specific ...
Thabiso's user avatar
0 votes
1 answer
1k views

Automating capture of Extent from multiple mxds with multiple dataframes

I want to create a single shape file from multiple mxd's that have multiple frame sets with different extents in them. I have found/started a python script to do this (code below) but can't figure out ...
GeorgeC's user avatar
  • 1,047