Summary
This chapter covered several topics that we've seen in other chapters, including the creation of Python add-ins as well as custom Python toolboxes and tools. However, we introduced several new topics, including the inclusion of the shapekml
module to convert ArcGIS data to the Google Earth format, the use of ArcGIS Python Add-In tool to draw polygons, and the integration of Python add-ins with custom Python toolboxes through the pythonaddins
module.
In the next chapter, you will learn how to use Python to create a real-time social media application using the tweepy
Python module.