|
POST
|
The online help http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html?TopicName=welcome is your best reference. For python specific help, there are dozens of books, those published by O'Reilley are good references
... View more
09-22-2012
02:40 AM
|
0
|
0
|
881
|
|
POST
|
I don't use ArcCatalog since it has a bad tendancy of providing file locks, so I either run the scripts within PythonWin or PyScripter or create tools in ArcToolbox to run them from there.
... View more
09-14-2012
10:33 AM
|
0
|
0
|
787
|
|
POST
|
Have you tried some examples using different cell sizes and distances and compare those to the vector buffer of the same distance? The differences will become apparent when you overlay the vectors onto the raster and calculate the vector area and the raster areas.
... View more
09-03-2012
10:45 AM
|
0
|
0
|
1776
|
|
POST
|
are you using the checkoutextension code in the script? http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//000v0000003q000000 to save me downloading it?
... View more
08-30-2012
02:56 AM
|
0
|
0
|
851
|
|
POST
|
A cautionary note, a minimum area bounding ellipse (MABE) is only going to make sense if you are using planar (aka projected) coordinates. If you have a projected point shapefile with the points grouped by some attribute so one can differentiate groupings of points then email a zip file to Dan_Patterson @ carleton.ca since I have a toolbox which I havent' posted, that calculates the MABE. I can do a run on it so you get a sense of how the MABE compares to the standard deviational ellipse.
... View more
08-19-2012
02:14 AM
|
0
|
0
|
2634
|
|
POST
|
perhaps the Minimum Area Bounding Rectangle from this http://resources.arcgis.com/gallery/file/geoprocessing/details?entryID=3D230972-1422-2418-34A5-2F3FFF97C238 will get you started, it works at all license levels
... View more
08-14-2012
04:32 AM
|
0
|
0
|
4865
|
|
POST
|
If the functionality doesn't exist within arctoolbox, then it can't be used within the Python environment, you are looking at arcobjects.
... View more
08-10-2012
01:14 PM
|
0
|
0
|
764
|
|
POST
|
it doesn't look like you specified the full path in pythonic format for use by the arcpy.env variable
... View more
08-09-2012
12:41 PM
|
0
|
0
|
1294
|
|
POST
|
login and mark the thread as being answered so that others know that the issue was resolved
... View more
08-08-2012
08:16 AM
|
0
|
0
|
1341
|
|
POST
|
if you are using version 10, simply select the "otherfield" there is no need for a code block also, if you simply want the value in the field to be edit to read 2, simply type 2 with the stuff to the left
... View more
08-03-2012
11:37 AM
|
0
|
0
|
1648
|
|
POST
|
a sample of the csv file would be useful in tracking down an answer
... View more
08-02-2012
08:18 AM
|
0
|
0
|
3071
|
|
POST
|
you could try producing centroids of all the polygons, then the centroid of the centroids and perform a radial sort about that, then join the points back to the polygons and number them. this would require some coding on your part, but there are functions in python on the web that will allow you to determine the radially sorted values
... View more
07-22-2012
04:17 AM
|
0
|
0
|
1342
|
| 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
|