|
POST
|
scale them up by some factor of 10, then convert them to integer, ie Int("yourRaster" * 100)
... View more
07-21-2012
03:53 AM
|
0
|
0
|
566
|
|
POST
|
do you have line in your script that says arcpy.overWriteOutputs = 1 and if you open the output from the first run you won't be able to overwrite it in any event
... View more
07-20-2012
03:54 PM
|
0
|
0
|
1891
|
|
POST
|
Use the Fishnet tool http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00170000002q000000 http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/How_Create_Fishnet_works/001700000030000000/ then add a field to the output shapefile and calculate random integer sufficient to exceed the range of records you have and take the first 30 http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//0017000000v8000000
... View more
07-16-2012
10:08 AM
|
0
|
0
|
2727
|
|
POST
|
continue needs to be in a loop such as a "while" loop, it can't be used on its own
... View more
07-11-2012
05:50 AM
|
0
|
0
|
1422
|
|
POST
|
change your output path so that it doesn't contain spaces or other unsavory characters and see if that helps. Also output filename should be 13 characters or less
... View more
07-04-2012
04:44 AM
|
0
|
0
|
2668
|
|
POST
|
You need to read the descriptions for the courses http://training.esri.com/gateway/index.cfm?fa=search.results&searchterm=&search=Search&OrderBy= and specifically http://training.esri.com/gateway/index.cfm?fa=catalog.webCourseDetail&courseid=2052
... View more
06-14-2012
07:27 AM
|
0
|
0
|
604
|
|
POST
|
the error message indicates that you might be concatenating a string with a number http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00vp00000007000539.htm
... View more
06-13-2012
06:47 AM
|
0
|
0
|
1521
|
|
POST
|
ESRI generally doesn't post the equations that they use, but may give reference to cited papers and/or books. You can be assured that the IDW equation implemented is not of their own making but has a long history of implementation.
... View more
06-12-2012
11:38 AM
|
0
|
0
|
5691
|
|
POST
|
You need to define the projection of each data set, then you project one of them to match the other. Simply editing and moving the data isn't going to work. I looks like one of them is a Geographic Coordinate System (GCS) and the other is projected (could be UTM or State Plane). Give them the proper definition (Define Projection tool), then project the GCS to match the other. Someone must have documented this somewhere in your organization.
... View more
06-11-2012
06:36 AM
|
0
|
0
|
2556
|
|
POST
|
It looks like the two data sets have a different coordinate system
... View more
06-11-2012
06:00 AM
|
0
|
0
|
2556
|
|
POST
|
start with the online help files http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//009z00000059000000.htm grid names are now enclosed in double quotes rather than square brackets, otherwise everything is the same
... View more
06-10-2012
03:32 AM
|
0
|
0
|
580
|
|
POST
|
Use the Times tool in the Spatial Analyst toolset http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//009z0000009p000000.htm
... View more
06-07-2012
03:05 AM
|
0
|
0
|
631
|
|
POST
|
try sending your output to a folder rather than a geodatabase also ensure that both files have the same projection
... View more
06-06-2012
02:03 PM
|
0
|
0
|
2545
|
| 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
|