|
POST
|
as suggested, float them both and ensure that they have the same coordinate system and cell size
... View more
07-28-2013
01:39 PM
|
0
|
0
|
645
|
|
POST
|
if this line textfile = (r'C:\Offences\state_jul.txt',r'C:\Offences\state_jun.txt') is supposed to be a list, then it must be enclosed in square brackets textfile = [r'C:\Offences\state_jul.txt',r'C:\Offences\state_jun.txt']
... View more
07-27-2013
05:04 AM
|
0
|
0
|
3251
|
|
POST
|
ands need to an individual equivalency check, you are scrimping on your coding. Did you try one first? then add a second? equivalence is tested by == not = which is an assignment statement
... View more
07-26-2013
12:43 PM
|
0
|
0
|
2153
|
|
POST
|
Did you reload the fc after the script? Perhaps you should be working with fc's loaded in as layers rather than running fc from a file on disk
... View more
07-25-2013
10:27 AM
|
1
|
0
|
6317
|
|
POST
|
sys.argv[0] is the scripts name sys.argv[1] is equivalent to arcpy.GetParameterAsText(1)
... View more
07-24-2013
02:45 PM
|
0
|
0
|
2148
|
|
POST
|
what is the error? Why not just use the syntax of the mosaic tool rather than coding rawinput stuff?
... View more
07-24-2013
11:24 AM
|
0
|
0
|
2148
|
|
POST
|
Center you CM in the center of your extent if you want to use a non-standard LCC. For example the CM for Canada is -96 degress longitude since it is in the middlish of Canada, but if you were working in BC or Nova Scotia, then it would be a useless CM hence, you would use a different longitudinal appropriate projection or move the CM accordingly.
... View more
07-19-2013
03:38 PM
|
0
|
0
|
1125
|
|
POST
|
if the raster name is too long it wont work print out the name and ensure it is less that 13 characters
... View more
07-15-2013
12:45 PM
|
0
|
0
|
1639
|
|
POST
|
print the inputs and outputs to see if what you suggests does indeed work
... View more
07-15-2013
12:37 PM
|
0
|
0
|
1339
|
|
POST
|
"E:\User\MillageCode" shouldn't work, you need \\ instead of \ or append r to the front of the path
... View more
07-15-2013
11:32 AM
|
0
|
0
|
1339
|
|
POST
|
This could be made into a field calculator expression ''' PaddingStringsDemo.py ''' vals = [1,10,100,1000] for i in vals: out = "%08.2f" % (i) print str(out) And this is the output...you will note it is a string representation of the number. >>> 00001.00 00010.00 00100.00 01000.00
... View more
07-08-2013
03:21 PM
|
0
|
0
|
3838
|
|
POST
|
you need the basics first, then check the scripts on ArcGISOnline and this forum for specific postings.
... View more
07-08-2013
12:25 PM
|
0
|
0
|
1204
|
|
POST
|
Split Layer by Attributes will do it, if you add a new field and convert the time field to a text/string field http://resources.arcgis.com/gallery/file/geoprocessing/details?entryID=37AEB018-1422-2418-A036-CA6D9920F808
... View more
07-08-2013
10:35 AM
|
0
|
0
|
862
|
|
POST
|
ESRI press book �??Python Scripting for ArcGIS�?� (Zandbergen, 2013) http://store.esri.com/esri/showdetl.cfm?SID=2&Product_ID=1375&Category_ID=42 would be a good place to start after you have gone through the help files for ArcMap
... View more
07-06-2013
06:10 AM
|
0
|
0
|
1204
|
|
POST
|
I think the erase feature needs to be completely within the feature you are erasing from symmetrical difference doesn't
... View more
07-02-2013
06:15 PM
|
0
|
0
|
3731
|
| 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
|