|
POST
|
also posted on http://gis.stackexchange.com/questions/6286/using-python-lookup-table-to-compare-records-with-existing-geodatabases
... View more
02-18-2011
06:23 AM
|
0
|
0
|
794
|
|
POST
|
did you rule out those contained in the help files? http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Calculate_Field_examples/005s0000002m000000/
... View more
02-17-2011
01:36 PM
|
0
|
0
|
4946
|
|
POST
|
did you rule out Aggregate? http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//009z00000034000000.htm
... View more
02-17-2011
02:28 AM
|
0
|
0
|
1745
|
|
POST
|
let us examine how Python is used in the field calculator as indicated from the help files.... http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//005s0000002m000000.htm There is an Expression box, and a Code block, in the code block there is a section for variables and/or imports to be denoted (in this case an import statement) and a Python function, as denoted by the def If the syntax is correct and the fieldname is enclosed in double !'s then it should work
Parser:
Python
Expression:
getRandomValue()
Code Block:
import numpy.random as R
def getRandomValue():
return R.random()
can you get this to work in a field? The error in the previous example is that SYMBOL_weights is not a function
... View more
02-16-2011
09:25 AM
|
0
|
0
|
6324
|
|
POST
|
Tim Couldn't get the polar bear tool to work 🙂 ...but if you are working with graphics, simply draw some circle on the dataframe, right-click on properties, set the anchor point to the middle of the bounding box, specify the centroid x and y and width. If memory serves, you can do the same thing with points in a shapefile.
... View more
02-16-2011
07:08 AM
|
0
|
0
|
8618
|
|
POST
|
start with the online help http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/An_overview_of_the_Overlay_toolset/000800000009000000/
... View more
02-15-2011
01:49 PM
|
0
|
0
|
6953
|
|
POST
|
have you have ruled out just deleting the circle and recreating it using the correct radius?
... View more
02-15-2011
12:55 PM
|
0
|
0
|
8617
|
|
POST
|
what did you get running the various options on your sample file?
... View more
02-15-2011
12:52 PM
|
0
|
0
|
6953
|
|
POST
|
contact the producing agency and see if the data exists but just hasn't been posted. Secondly, you may have to consider limiting your study area if the whole area is a "nice" versus a "need". You will not be able to produce data for the missing areas since they are quite large.
... View more
02-15-2011
12:51 PM
|
0
|
0
|
1029
|
|
POST
|
shift.... http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00170000007t000000.htm but why would you want to specify the four corners?
... View more
02-15-2011
08:46 AM
|
0
|
0
|
1719
|
|
POST
|
in future specify your ArcGIS version (ie 9.1, 9.2, 9.3 or 10). this will facilitate appropriate answers to questions since some functionality is added with upgraded versions
... View more
02-14-2011
02:57 PM
|
0
|
0
|
5978
|
|
POST
|
enclose your code in code blocks (# in the html editor window) so that indentation can be checked. Include a screen grab so the whole field calculator dialog window can be checked for missing elements (like how you pass the field name to the function and to make sure that the Python radiobutton is checked on) also any further details on the field's properties (perhaps a wrong field type, precision or scale)
... View more
02-14-2011
11:26 AM
|
0
|
0
|
6324
|
| 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
|