# QGIS-Python-Programming-Cookbook-Second-Edition **Repository Path**: DataTraveler_0817/QGIS-Python-Programming-Cookbook-Second-Edition ## Basic Information - **Project Name**: QGIS-Python-Programming-Cookbook-Second-Edition - **Description**: This is the code repository of the book, QGIS Python Programming Cookbook, Second Edition, published by Packt - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-02 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # QGIS-Python-Programming-Cookbook-Second-Edition This is the code repository of the book, [QGIS Python Programming Cookbook](https://www.packtpub.com/application-development/qgis-python-programming-cookbook-second-edition?utm_source=GitHub&utm_medium=repository&utm_campaign=9781787124837), Second Edition, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish. ## About the Book QGIS is a desktop geographic information system that facilitates data viewing, editing, and analysis. Paired with the most efficient scripting language—Python, we can write effective scripts that extend the core functionality of QGIS. ## Instructions and Navigations All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02. The code will look like the following: ``` import os os.getcwd() ``` With the following software and hardware list you can run all code files present in the book (Chapter 1-9) ### Software and Hardware List | Chapter | Software required | OS required | | -------- | ------------------------------------| ---------------------------------------| | 1-9 |QGIS 2.18 | Windows, Mac OS X, BSD and Linux (Any) | | 1 |IBM Java 8 Dev kit | Windows, Mac OS X, BSD and Linux (Any) | | 1 |IBM Eclipse Neon 4.6.0 | Windows, Mac OS X, BSD and Linux (Any) | | 9 |Google Earth | Windows, Mac OS X, BSD and Linux (Any) | ## Related Products * [Programming ArcGIS with Python Cookbook - Second Edition](https://www.packtpub.com/application-development/programming-arcgis-python-cookbook-second-edition?utm_source=GitHub&utm_medium=repository&utm_campaign=9781785282898) * [Raspberry Pi for Python Programmers Cookbook - Second Edition](https://www.packtpub.com/hardware-and-creative/raspberry-pi-python-programmers-cookbook-second-edition?utm_source=GitHub&utm_medium=repository&utm_campaign=9781785288326) ### Suggestions and Feedback [Click here](https://docs.google.com/forms/d/e/1FAIpQLSe5qwunkGf6PUvzPirPDtuy1Du5Rlzew23UBp2S-P3wB-GcwQ/viewform) if you have any feedback or suggestions.