|
POST
|
By the way...is this Zonal Statistics as table? If so, what do you expect the standard deviation to be given your dataset AND if you are examining results within a table, did you expressly format the column for the expected number of decimal points?
... View more
07-23-2014
08:26 PM
|
0
|
3
|
3384
|
|
POST
|
Dan there is a support request form on this site, but I don't know if individuals can submit one, or if you belong to an organization, your rep may have to. Good luck and report to this thread should you find a solution
... View more
07-23-2014
05:09 PM
|
0
|
0
|
3384
|
|
POST
|
Without a picture of what you mean, the only thing that I can think of is the near tool but I somehow think that is not what you mean
... View more
07-23-2014
12:36 PM
|
0
|
1
|
2194
|
|
POST
|
you have to contact your representative that gave you the software authorization number to get it reset/increased. If you are the individual, then you will have to contact your authorized dealer for your area.
... View more
07-23-2014
11:30 AM
|
0
|
0
|
907
|
|
POST
|
again...not tested...try this import arcpy # Remember to change this to wherever your shapefiles are stored arcpy.env.workspace = r"C:\temp2" fcs = arcpy.ListFeatureClasses() for fc in fcs: print fc # Create the new field arcpy.AddField_management (fc, "FILENAME", "text", "", "", "50") # Apply the filename to all entries arcpy.CalculateField_management (fc, "FILENAME", '"' + fc + '"') #print arcpy.GetMessages () There seems to be something with the try..except block
... View more
07-23-2014
03:50 AM
|
0
|
1
|
3937
|
|
POST
|
Normally done when the features are created, or during an edit session...I found this link but I am not sure it applies to your case Use the Snap Geoprocessing Tool to Automate Editing | ArcWatch
... View more
07-23-2014
03:08 AM
|
1
|
0
|
6016
|
|
POST
|
Not sure if that means that the mask is the cause of the problem or not or you get the same results with or without the mask?
... View more
07-23-2014
02:42 AM
|
0
|
1
|
2199
|
|
POST
|
arrrgh need arcmap handy replace the while line with for fc in fcs: #keep the proper indentation! and your homework is to ensure that you have the appropriate syntax in CalculateField management in case it has changed
... View more
07-23-2014
02:33 AM
|
0
|
3
|
2296
|
|
POST
|
On a quick look (can't test) arcpy.workspace = "C:\temp2" #should be "C:/temp2 python uses forward slashes # amongst other things, ie raw notation r"C:\temp2 try: #fcs = arcpy.ListFeatureClasses("*", "all") fcs = arcpy.ListFeatureClasses() #is all that is needed in your case #fcs.reset() #these two lines don't work in 10 #fc = fcs.Next() remove one more fcs.Next line further down
... View more
07-23-2014
02:10 AM
|
0
|
5
|
2296
|
|
POST
|
These two lines don't work in arcpy fcs.reset() rc = fcs.Next() you might be advised to copy the script to your thread rather than relying on people downloading it themselves. The translation from 9.x to 10.x isn't simply a matter of replacing gp with arcpy, there are other issues
... View more
07-23-2014
01:54 AM
|
0
|
7
|
2296
|
|
POST
|
You indicate a mask was used...perhaps one of the options doesn't support a mask. You could try to rerun the analysis without the mask being specified in order to rule out this possibility UPDATE I just found a reference in Eric Rice's post in this link on a slightly unrelated issue suggesting that not all values are used in calculating statistics via symbology, unfortunately the link to the article doesn't work.
... View more
07-23-2014
01:29 AM
|
0
|
3
|
2199
|
|
POST
|
There is some vague reference to subqueries not being supported mid-way down Subqueries Note: Coverages, shapefiles, and other nongeodatabase file-based data sources do not support subqueries. Can you simplify your query to one condition then see if you can build upon it?
... View more
07-23-2014
01:25 AM
|
0
|
0
|
3867
|
|
POST
|
Is this observed when you don't load a basemap? Is it imagery? (see this link) I also found a number of links on this site using "basemap slow" as a keyword search If this is indeed a bug, just file a support request through Support & Services at the top of the page.
... View more
07-23-2014
12:38 AM
|
0
|
0
|
2296
|
|
POST
|
Did you set the analysis extent and cell size in the Environments tab of the tool prior to running the analysis? it could be that the initial vector version automatically set this prior to running the statistics, although this wouldn't necessarily account for the mean working. In any event, you should set the cell size and output extent so that they match the input layer prior to running any SA tools...don't assume they will be correct
... View more
07-23-2014
12:35 AM
|
1
|
2
|
3384
|
| 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
|