|
POST
|
just to be sure on something....the table is completely closed when you run your script, and when you open it, it is empty?
... View more
12-31-2013
05:22 AM
|
0
|
0
|
2264
|
|
POST
|
did you try str(fieldvalue) in your calculatefield expression?
... View more
12-31-2013
05:17 AM
|
0
|
0
|
2264
|
|
POST
|
My recollection is that if they aren't they are converted to the same cell size prior to processing...that said, it would be best to standardize all inputs before doing all analysis, that way you are sure of the inputs
... View more
12-28-2013
08:42 AM
|
0
|
0
|
1486
|
|
POST
|
Did you rule out Topotoraster tool? http://resources.arcgis.com/en/help/main/10.2/index.html#//009z0000006s000000
... View more
12-26-2013
04:10 PM
|
0
|
0
|
2778
|
|
POST
|
I suspect non-ditch areas are classed as nodata. reclass that area to 0, then do the subtraction, otherwise you will end up with just the ditches
... View more
12-26-2013
02:40 PM
|
0
|
0
|
2036
|
|
POST
|
if that intersection is in the table use the field calculator (python parser) to replace the single / with a space wrapped one >>> "North Carolina Dr/Vermont St".replace("/", " / ") 'North Carolina Dr / Vermont St' >>> substitute your fieldname for the example text string shown
... View more
12-26-2013
07:16 AM
|
0
|
0
|
832
|
|
POST
|
If it is a shapefile, it is vector data...I will move this thread to the geoprocessing forum where it may get more traffic
... View more
12-26-2013
07:07 AM
|
0
|
0
|
1294
|
|
POST
|
Are you working with raster data since you posted in the Spatial Analyst section?
... View more
12-26-2013
04:43 AM
|
0
|
0
|
1294
|
|
POST
|
Have you considered running a Focal Statistics (variety option)? Anywhere that there is a difference in the branch values should get you pretty close to the branch location (then convert to vector)
... View more
12-23-2013
07:05 AM
|
0
|
0
|
1350
|
|
POST
|
>>> import string >>> a = "US Hwy 1" >>> b = string.split(a," ")[-1] >>> b '1' >>>
... View more
12-22-2013
05:06 PM
|
0
|
0
|
7867
|
|
POST
|
I am not sure but I would suspect the order that you created the labels and grid lines might have something to do with it. Did you label first or last?
... View more
12-21-2013
04:31 PM
|
0
|
0
|
4271
|
|
POST
|
rasters don't like spaces in their names if this is indeed an output name
... View more
12-20-2013
08:52 AM
|
0
|
0
|
1823
|
|
POST
|
No clue then...send your data to tech support, report it as a bug is my suggestion. If they can duplicate it then a bug fix or workaround can be implemented
... View more
12-20-2013
05:51 AM
|
0
|
0
|
2271
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 10-03-2017 11:39 AM | |
| 1 | 08-05-2019 05:21 PM | |
| 1 | 09-02-2016 08:05 AM | |
| 1 | 01-15-2018 01:10 PM | |
| 1 | 09-17-2018 12:48 AM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:22 AM
|