|
POST
|
In 10SP1 we fixed it so that Raster To Polygon with all NoData will throw ERROR 010151: No features found To test if a Raster has all NoData run the IsNull tool. If the output is all 1 then it only has NoData Steve
... View more
07-26-2011
02:33 PM
|
1
|
13
|
4121
|
|
POST
|
Abby It is a 3 step process 1) arcpy.SelectLayerByAttribute_management('ca_ozone_pts', 'NEW_SELECTION', '"ELEVATION" = -9999') 2) arcpy.CalculateField_management('ca_ozone_pts', 'ELEVATION', 'NULL', 'VB', '#') 3) clear the selection or save the layer to a new FC in a file geodatabase Steve
... View more
07-22-2011
09:28 AM
|
0
|
0
|
2013
|
|
POST
|
Abby If you rather store your feature classes in a file geodatabase then <nulls> are supported, i.e. ignored. Else, leave the -9999 values and do a selection prior to using the Wizard. Steve
... View more
07-20-2011
07:29 AM
|
1
|
0
|
2013
|
|
POST
|
Chris Have you looked in the help? http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Set_Model_Parameter/00300000001m000000/ Regards Steve
... View more
07-09-2011
05:35 AM
|
0
|
0
|
756
|
|
POST
|
Andrew Persist the Join (i.e. CopyFeatures to new FC), can the field be used? Does IDW work? Can your use one of the joined fields to do Buffer (i.e. use your joined field in the Field control)? Thanks Steve
... View more
06-09-2011
12:38 PM
|
0
|
0
|
1100
|
|
POST
|
The points are not multipoint are they? If not, could you zip the points and email them to me ([email protected]) Thanks Steve
... View more
06-08-2011
09:30 AM
|
0
|
1
|
4228
|
|
POST
|
We changed our searching neighborhood algorithm for ArcGIS 10. It appears that this is the cause of your speed issue. We made it more robust but appears that in your case it slowed down the process considerably. We�??re looking into fixing it. However, if you change the Sector type to 1 sector it�??ll be fast or you could also keep the 4 sectors but change the minimum neighbors to 0 and it�??ll be fast. The data that Bryce has is very densly sampled and the change of neighborhood will therefore not impact the predictions. Hope this helps Steve
... View more
06-06-2011
01:49 PM
|
0
|
0
|
1676
|
|
POST
|
Bryce Could you pachage the GA layer (in the following toolset, DataManagement->Package) and post it to the Forum or email it to me ([email protected]) also, please let me know the cell size and raster format (grid or fGDB or ?) that you are exporting to. And, BTW, do you have any geoprocessing environments set, i.e analysis cell size, extent, snap raster, output coordinate system? And, BTW, the GALayerToGrid geoprocessing tool is the same that is used when right clicking on the GA layer and choosing Data->Export... Thanks Steve
... View more
06-03-2011
07:32 AM
|
0
|
0
|
1676
|
|
POST
|
Please can you contact Esri Support. Thank you Steve
... View more
05-27-2011
04:02 AM
|
0
|
0
|
3104
|
|
POST
|
Raster to Polygon only takes integer (or string) - period. This is by design since 9.0 The reason is that too many individual polygons will be created in most cases. In the case where one really wants float output, then can multiply the raster by, say 1000, and cast to integer, convert and then divide by 1000. This workflow has been repeated many, many times in this Forum. Steve
... View more
05-26-2011
02:34 PM
|
0
|
0
|
4803
|
|
POST
|
Can you run Spatial Analyst's IDW with the data, output cell size and output location and raster format? Thanks Steve
... View more
05-26-2011
01:42 PM
|
0
|
0
|
3104
|
|
POST
|
Please try to narrow down the problem, viz., - use a smaller dataset, with and without a barrier - output to ESRI grid rather than fGDB - create a new fGDB and output to it - with you posted scenario, increase the cellsize and exclude the barrier and output to ESRI grid Please let us know which of these are successful. Thanks Steve
... View more
05-26-2011
04:50 AM
|
0
|
0
|
3104
|
|
POST
|
Please have a look at the links that Eric provided earlier in this thread for a reference as to where it is documented. If you cannot add the 5x5 file then please contact Esri Support. -Steve
... View more
05-24-2011
04:53 AM
|
0
|
0
|
2659
|
|
POST
|
It must be greater than 2 by 2 Please try it with a 3x3 or larger raster Steve
... View more
05-23-2011
03:53 PM
|
0
|
0
|
2659
|
|
POST
|
The "ASCII" raster format is a supported raster format. Which means that if the file has a .asc extension it can be used directly. Which means that you can use the CopyRaster tool to change and set the output bit depth. Steve
... View more
05-23-2011
11:01 AM
|
0
|
0
|
2659
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | a week ago | |
| 1 | 2 weeks ago | |
| 2 | 06-01-2026 05:57 AM | |
| 3 | 03-23-2026 07:11 AM | |
| 1 | 02-24-2026 05:28 AM |
| Online Status |
Offline
|
| Date Last Visited |
yesterday
|