|
POST
|
I can't find how to change the field property "Make field read only" but maybe you or someone else knows. If you can change that property it will make the field non-editable.
... View more
12-31-2015
05:46 AM
|
1
|
2
|
3227
|
|
POST
|
I don't see where you saved the document. You may want to use savACopy() till you get what you want. MapDocument—Help | ArcGIS for Desktop
... View more
12-31-2015
05:07 AM
|
1
|
0
|
2787
|
|
POST
|
Just for fun i created a zoom to selected features tool and an add message tool to be used with model builder.
... View more
12-30-2015
07:55 AM
|
3
|
0
|
4163
|
|
POST
|
Try changing the 'Current' keyword to a path to an mxd
... View more
12-29-2015
05:18 PM
|
0
|
0
|
4230
|
|
POST
|
Google translate Dear GIS users, I have the following problem and hope someone can help me: I have a shapefile of all counties in Germany. This shapefile I would like to associate with a .csv or .dbf table (depending on how I reformat) on the common column "zip". As an explanation: I want to create a map of where how many football teams in Bayern are reported. Now it seems to indicate that several clubs at one and the same postcode are reported (actually in every major city). How can I now include this table in the shapefile and therefore in the map and in a way that to me every club is enumerated and GIS not easy every postcode counts only once? Best regards, If i understand your question you may want to Dissolve—Help | ArcGIS for Desktop your teams then do a table Add Join—Help | ArcGIS for Desktop with your zip codes You may also want to move to GIS or Analysis
... View more
12-29-2015
12:22 PM
|
1
|
0
|
3821
|
|
POST
|
You will need to build your message. I didn't test the code below but your code should be similar. def FindLabel ( [NAME], [Acetone], [Benzene], [1_3_Butadi] ):
message = ''
if int( [Benzene] ) > 79:
message = message + "<bol>" "<clr red = '255'>"+"Benzene:" + [Benzene] + "</clr>" + "</bol>"+ "\n"
message = message + "\n"
if int( [Benzene] ) > 0:
message = message + "<bol>" "<clr green = '255'>"+"Benzene:" + [Benzene] + "</clr>" + "</bol>"+ "\n"
message = message + "\n"
if int( [Acetone] ) > 0:
message = message + "<bol>" "<clr green = '255'>"+"Acetone:" + [Acetone] + "</clr>" + "</bol>" + "\n"
message = message + "\n"
if int( [1_3_Butadi] ) > 0:
message = message + "<bol>" "<clr green = '255'>"+"1,3-Butadiene:" + [1_3_Butadi] + "</clr>" + "</bol>"+ "\n"
message = message + "\n"
return message
... View more
12-29-2015
11:10 AM
|
0
|
0
|
2232
|
|
POST
|
Just for fun I tested tested Chris Donohue, GISP suggestiion your model would look similar to the one in the graphic below. You will not need an in-line variable the iterate Feature tool output is available for use in the name for create File Geodatabase tool.
... View more
12-29-2015
05:39 AM
|
1
|
2
|
3389
|
|
POST
|
You could save your symbol as a layer file then assign it to your feature class Save To Layer File—Help | ArcGIS for Desktop
... View more
12-24-2015
07:14 AM
|
1
|
0
|
1432
|
|
POST
|
Try using "Date" >= date '2015-01-01 00:00:00' AND "Date" <= date '2015-01-31 00:00:00'
... View more
12-23-2015
05:26 AM
|
2
|
1
|
1219
|
|
POST
|
You'll want to use Describe object properties—Help | ArcGIS for Desktop for mxd in arcpy.ListFiles("*.mxd"):
print mxd
desc = arcpy.Describe(mxd)
if hasattr(desc, "catalogPath"):
print "CatalogPath: " + desc.catalogPath
... View more
12-21-2015
07:42 AM
|
0
|
3
|
2108
|
|
POST
|
Are the areas different? Could you share a screen shot sounds like Dissolve—Help | ArcGIS for Desktop will do all the work if the areas aren't different.
... View more
12-18-2015
01:04 PM
|
1
|
1
|
1882
|
|
POST
|
Use the like operator, I would strongly scrutinize the data. ADDRESS_3 LIKE ' P O BOX %' You may also want to move to New to GIS or GIS
... View more
12-18-2015
11:03 AM
|
1
|
3
|
2180
|
|
POST
|
If you have an Advanced license you may be interested in the Symmetrical Difference—Help | ArcGIS for Desktop sounds like it's BAS time
... View more
12-18-2015
07:54 AM
|
0
|
3
|
3350
|
|
POST
|
What do you mean when you say different scales does that mean different projections?
... View more
12-18-2015
07:22 AM
|
0
|
2
|
3350
|
| 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
|