Has anyone found any informative documentation about Esri's ArcPy Python module?
-
1Because this is turning into a (useful) list-of-things thread, without much prospect for a single objectively good answer, it is ideal for CW status: "Questions should be manually converted to community wiki when they are marginal fits or 'list of X' questions that contain enough value to avoid deletion."whuber– whuber2012年11月28日 17:54:20 +00:00Commented Nov 28, 2012 at 17:54
6 Answers 6
-
1I don't like that they don't have an object model diagram though, like they used to with 9.3...om_henners– om_henners2010年07月31日 04:40:49 +00:00Commented Jul 31, 2010 at 4:40
-
I agree. I've used the 9.3 object model diagram quite a bit in my scripting projects. I asked an ESRI rep whether a similar diagram would be available for ArcPy in version 10, and he said he doubted it. Too bad, because a high level overview is really helpful when learning a new library.user337– user3372010年08月02日 14:48:38 +00:00Commented Aug 2, 2010 at 14:48
-
2An Enhancement has been logged requesting an OMD for Arcpy/geoproceesing with the number: NIM050896Devdatta Tengshe– Devdatta Tengshe2010年08月24日 02:15:10 +00:00Commented Aug 24, 2010 at 2:15
Here is a list of references I have started to put together for myself:
Not documentation, but a colleague just passed this along.
Have a try here : ArcGIS 10.1 arcpy Wall Reference Poster
I like this OMD if anyone is interested:
See this url from the ArcGIS Idea page
ESRI responsded with the following:
Thank you for posting the idea along with all your comments for why you feel the OMD is particularly valuable in your work. There are a few reasons we have chosen not to produce object model diagrams for the ArcPy site package. Traditionally Python’s own modules and other 3rd party site packages do not carry Object Model Diagrams. An OMD was provided with arcgisscripting to help customers comfortable with ArcObjects and its Object Model Diagram make the transition to Python. At ArcGIS 10, ArcPy was more than just a name change; it was a change in the way we organized and presented our python implementation, something that is more in line with the idea of a true Python site-package. In addition, major efforts have been made to improve the help for Python at ArcGIS 10. With arcgisscripting, there was limited intellisense and doc strings, so without some visual help directly in front of you, it was very difficult to know what functions and properties existed. The help is also better structured in ArcGIS 10.0 under the topic ‘The ArcPy Site-package’ with a list of all the functions and classes and embedded links between related topics. With these improvements to the documentation and built-in help within Python we believe all the resources are in place to successfully navigate ArcPy.