|
POST
|
Have you thought about Clip—Help | ArcGIS for Desktop each state then Make Mosaic Layer—Help | ArcGIS for Desktop them back together minus Texas?
... View more
02-08-2016
08:58 AM
|
2
|
8
|
7532
|
|
POST
|
I've never clipped a raster with a donut hole but you can clip a raster based on geometry with Clip—Help | ArcGIS for Desktop
... View more
02-08-2016
07:21 AM
|
3
|
1
|
7532
|
|
POST
|
OK, I didn't realize there was a toolbox for roads and highways. Have you seen the help files? An overview of the Roads and Highways toolbox—Help | ArcGIS for Desktop
... View more
02-08-2016
06:09 AM
|
0
|
0
|
1459
|
|
POST
|
Yes you would have to run the script on each mxd that has the broken link in it.
... View more
02-08-2016
05:40 AM
|
1
|
2
|
4956
|
|
POST
|
What kind of training for example: Designing a linear referencing system in your geodatabase—Help | ArcGIS for Desktop What is the Network Analyst module?—Help | ArcGIS for Desktop There are several ESRI web courses that might help Esri Training
... View more
02-07-2016
02:52 PM
|
1
|
2
|
1459
|
|
POST
|
Could you post the error you are getting. Have you confirmed the field name exists? Could you also post the model you are using
... View more
02-06-2016
02:12 PM
|
0
|
2
|
3070
|
|
POST
|
Duplicate please see answers Re: How to get field values from every feature, and place them in a comma seperated string?
... View more
02-06-2016
06:06 AM
|
0
|
0
|
963
|
|
POST
|
Yes a search cursor will work in a model with an iterator in it. Here's a picture of the model i tested with: Here's the code used: import arcpy
#Variables
fc = arcpy.GetParameterAsText(0)
fld = arcpy.GetParameterAsText(1)
mystring = ""
with arcpy.da.SearchCursor(fc,fld) as cursor:
for row in cursor:
mystring += str(row[0]) +","
arcpy.AddMessage(mystring[:-1])
... View more
02-06-2016
06:03 AM
|
1
|
4
|
3070
|
|
POST
|
You could use the redistricting tool to do this just use your past calls instead of population. I did this for our inspectors and used 5 years of calls and spatially joined the calls to the census block data.
... View more
02-05-2016
07:43 PM
|
1
|
0
|
4873
|
|
POST
|
The python version would be: [Own1] + "\n" + [Asgnpct1]
... View more
02-05-2016
01:23 PM
|
1
|
0
|
1883
|
|
POST
|
You may also be interested in the Dissolve—Help | ArcGIS for Desktop tool
... View more
02-05-2016
11:05 AM
|
1
|
1
|
3486
|
|
POST
|
To use an row index you'll need to supply the fields to your da.UpdateCursor see the help on UpdateCursor—Help | ArcGIS for Desktop
... View more
02-05-2016
09:27 AM
|
0
|
0
|
3016
|
|
POST
|
Did you try using a smaller buffer size? This may get the desired results. Edit: I just checked the model you should also change the search distance in the "Generate Near Table" tool to match the buffer size you use. Originally i used the buffer distance + 1 to make sure i was far enough out to capture the intended points.
... View more
02-04-2016
12:07 PM
|
0
|
0
|
5387
|
|
POST
|
If in your original model you navigated to the feature classes you may have to go through each tool and point them to the maps feature layers,I think this is the direction i would take. But you could also set a workspace variable and use in line variables for each of your paths. Or you could export your model to a python script and use a find replace to change your paths.
... View more
02-04-2016
11:35 AM
|
0
|
1
|
3735
|
|
POST
|
Jack see if this helps Choosing an appropriate transformation—Help | ArcGIS for Desktop
... View more
02-03-2016
08:50 AM
|
1
|
0
|
15568
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 09-14-2015 01:29 PM | |
| 1 | 01-26-2016 10:18 AM | |
| 1 | 08-18-2015 06:01 AM | |
| 1 | 06-20-2016 12:34 PM | |
| 1 | 01-19-2016 06:13 AM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:23 AM
|