|
POST
|
arcgis needs to be installed in order for arcpy functionality to be accessed
... View more
04-29-2012
03:14 AM
|
0
|
0
|
617
|
|
POST
|
import arcpy arcmap 10 and above import arcgisscripting arcmap 9.3 but can be used in 10 import win32com.client older versions of arcmap
... View more
04-29-2012
03:12 AM
|
0
|
0
|
1709
|
|
POST
|
http://stackoverflow.com/questions/285289/exit-codes-in-python http://answers.yahoo.com/question/index?qid=20101015101810AAdMcbK It can mean anything that you want it, but a default of 0 generally means that the script ran without error.
... View more
04-28-2012
05:09 AM
|
0
|
0
|
2653
|
|
POST
|
Did you check out Path Distance? http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//009z0000001q000000.htm
... View more
04-23-2012
06:54 AM
|
0
|
0
|
664
|
|
POST
|
I suspect the file is too large to process in one go, select a smaller section and see if it still fails
... View more
04-23-2012
06:53 AM
|
0
|
0
|
5593
|
|
POST
|
I might be missing something but a scale of 1" = 300' is not the same as a scale of 1:300 unless you can account for the difference in data driven pages between the units on the left of the : and those on the right (this I admit I have not checked). You might try to scale the units on the right to those on the left (ie keeping everything around the : in inches).
... View more
04-20-2012
06:35 AM
|
0
|
0
|
5378
|
|
POST
|
Check this link http://www.onlinegeographer.com/slope/hickey_slope_length.pdf Which can be implemented within a gis Also search the forums using USLE as a search key for other information
... View more
04-20-2012
05:43 AM
|
0
|
0
|
7437
|
|
POST
|
By chance are your longitudes missing a negative sign?
... View more
04-19-2012
03:47 PM
|
0
|
0
|
5994
|
|
POST
|
according to the help http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//009z0000001p000000.htm the output raster is supposed to be floating point, perhaps trying to multiply that raster by a constant raster outside you euclidean distance might work
... View more
04-17-2012
06:49 AM
|
0
|
0
|
2046
|
|
POST
|
also output paths with spaces are a definite no-no, but the full error message from the results window would be useful
... View more
04-16-2012
02:30 PM
|
0
|
0
|
5037
|
|
POST
|
If memory serves an equality check requires 2 equal signs " VALUE = 6 OR VALUE = 8" might be " VALUE == 6 OR VALUE == 8" or the checks need to be enclosed in brackets (VALUE = 6) OR (VALUE = 8") or (VALUE == 6) OR (VALUE == 8") try it manually in the raster calculator then copy the syntax
... View more
04-16-2012
12:24 PM
|
0
|
0
|
1120
|
|
POST
|
Spatial Adjustment http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//001t000000t5000000.htm
... View more
04-16-2012
08:02 AM
|
0
|
0
|
1112
|
|
POST
|
several ways, but start with Nibble http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//009z00000038000000.htm see the useage section
... View more
04-15-2012
12:05 PM
|
0
|
0
|
676
|
| 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
|