The following links will allow you to explore the topics in this chapter further. The first link is about the XPath query language, which we used to filter XML elements using Elementree. The second link is the documentation for the Python string library, which will be critical throughout this book for manipulating data. Third, we have the lxml library, one of the more powerful and fast XML libraries. Finally, we have Conda, which provides a comprehensive, easy-to-use framework for scientific operations in Python, including geospatial technology:
- For more information on XPath, check out the following link: http://www.w3schools.com/xsl/xpath_intro.asp
- For more details on the Python string module, check out the following link: https://docs.python.org/3.4/library/string.html
- The documentation on LXML can be found at the following link: http://lxml.de/
- You can learn...