21

Has anyone found any informative documentation about Esri's ArcPy Python module?

1
  • 1
    Because 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." Commented Nov 28, 2012 at 17:54

6 Answers 6

17
3
  • 1
    I don't like that they don't have an object model diagram though, like they used to with 9.3... Commented 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. Commented Aug 2, 2010 at 14:48
  • 2
    An Enhancement has been logged requesting an OMD for Arcpy/geoproceesing with the number: NIM050896 Commented Aug 24, 2010 at 2:15
9

Here is a list of references I have started to put together for myself:

ArcGIS 10 and Python

6

Not documentation, but a colleague just passed this along.

2

I like this OMD if anyone is interested:

ArcGIS 10.0 OMD

1

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.

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.