|
POST
|
The coordinate system of both files need to be the same and the file you are using to clip needs to partially or fully overlay on the file you want to clip
... View more
04-23-2011
06:03 AM
|
0
|
0
|
780
|
|
POST
|
From experience, either run the tool from Arctoolbox within an ArcMap (not a script outside of ArcToolbox while arcmap is running) or don't crank up Arcmap at all.
... View more
04-19-2011
02:00 PM
|
0
|
0
|
629
|
|
POST
|
In short...no, static objects (ie shapefiles) can't be moved unless edited, check out the tracking analyst should you wish to show temporal animatiosn
... View more
04-17-2011
11:35 AM
|
0
|
0
|
510
|
|
POST
|
If you can work in raster format, have you ruled out zonal statistics style operations? http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//009z000000w8000000.htm you will have to calculate percentages after.
... View more
04-15-2011
12:00 PM
|
0
|
0
|
656
|
|
POST
|
You might get some ideas from this http://resources.arcgis.com/gallery/file/geoprocessing/details?entryID=F0B54854-1422-2418-A0F6-37042FE94472
... View more
04-13-2011
03:24 PM
|
0
|
0
|
1944
|
|
POST
|
you have to set the extents explicitly in your Environments to be the extent of the layer used to clip the input raster
... View more
04-12-2011
02:47 AM
|
0
|
0
|
5815
|
|
POST
|
then cell statistics may be what you are looking for http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//009z0000007q000000.htm
... View more
04-11-2011
02:51 PM
|
0
|
0
|
2320
|
|
POST
|
haven't used it in a while but is there a need to build the soma line? I got the impression from the help file for 9.3 that you just needed to pass on a list of grids which you already have in your rasterList variable...could be wrong, but it would only seem logical unless the ListRasters doesn't provide a list formatted properly for use in subsequent SA tools.
... View more
04-10-2011
12:32 PM
|
0
|
0
|
947
|
|
POST
|
did you rule out cell statistics with the sum option? http://webhelp.esri.com/arcgisdesktop/9.3/index.cfm?id=6283&pid=6281&topicname=Cell_Statistics You may be running into problems if the grid list is too long, in which case, you may need to do it incrementally
... View more
04-10-2011
03:31 AM
|
0
|
0
|
947
|
|
POST
|
why not use the plus syntax from arcpy.sa import * outPlus = Plus(inRaster1, inRaster2) http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//009z00000096000000.htm for further information
... View more
04-08-2011
11:42 AM
|
0
|
0
|
2320
|
|
POST
|
see the standalone script example in the help file, you need to checkout the extension http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//009z00000096000000.htm
... View more
04-08-2011
12:55 AM
|
0
|
0
|
2320
|
|
POST
|
have your ruled this out as simply being a symbology issue? have you tried to float one of the rasters in the raster calculator prior to division to ensure floating point division? Have you investigated the histogram for the data?
... View more
04-07-2011
05:09 PM
|
0
|
0
|
3228
|
|
POST
|
Install Pythonwin from your installation CD, it provides a better IDE than the normal one...of course you could progress to better IDEs but you can customize Pythonwin to suit most of your needs
... View more
04-05-2011
03:07 PM
|
0
|
0
|
2026
|