POST
|
This article ArcGIS Desktop explains date fields it may help. I was able to use below to pull the date. def FindLabel ( [LASTUPDATE] ): d = [LASTUPDATE] a = d.split(" ") return a[0]
... View more
06-02-2015
08:57 AM
|
1
|
0
|
69
|
POST
|
When did you do the install? When you did the install did do a full install?
... View more
05-29-2015
04:15 PM
|
1
|
1
|
9
|
POST
|
Yes you can make a python script into a model as Jeff Ward mentions. The steps can be found here ArcGIS Help 10.1
... View more
05-29-2015
11:28 AM
|
2
|
0
|
115
|
POST
|
I can find feature class limits for a file geodatabase feature class here ArcGIS Desktop does any know where to find the information\limits for an in_memory feature class. I'm currently looking to find the maximum text field size, I would also like an overview of the limits of the in_memory feature class.
... View more
05-28-2015
08:18 AM
|
0
|
3
|
4085
|
POST
|
Nit sure what your trying to accomplish but you can use multiple functions in label expression. See the python version below. vbscript shouldn't be much different def FindLabel ( [OWNERNAME] ): lab = labelOther([OWNERNAME]) return lab def labelOther(x): return x
... View more
05-28-2015
05:55 AM
|
1
|
0
|
31
|
POST
|
You could do as Richard Fairhurst suggests or you could use the symbology tab then categories to symbolize by type and also use the display tab to set a little transparency so you could see overlapping polygons.
... View more
05-27-2015
07:06 AM
|
0
|
2
|
26
|
POST
|
This article ArcGIS Help 10.1 will help with error catching and traceback for where the script fails. If you are backing up shapefiles or geodatabases i would simply rerun the script.
... View more
05-26-2015
04:05 PM
|
1
|
0
|
2
|
POST
|
Not sure what your trying to do. You may find this link helpful ArcGIS Help 10.1
... View more
05-26-2015
03:33 PM
|
0
|
3
|
2
|
POST
|
I think of "orthophotos" as rectified photos that are more or less straight down on the earth. Which could be produced by multiple methods.
... View more
05-26-2015
08:50 AM
|
0
|
1
|
11
|
POST
|
Have you checked the "id" field to ensure there are multiple matching values in that field?
... View more
05-25-2015
06:17 PM
|
0
|
0
|
18
|
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:23 AM
|