How to install Python adds-on for ArcGis and QGis

For those who are not familiar with the oddities related to the use of Python adds on, the almost unavoidable is the module installation. You will find yourself with a .tar.gz file and then … not a clue of what to do with it. Here’s how to proceed. It’s not long, but I hope it is crystal clear.

Read More

Getting started with ArcGis Python: Export an mxd in pdf format

Getting started with Python on ArcGIS is easier than you can think. It is not required to master Python to perform a basic use in our work since ArcGIS and ESRI offer a complete and plenty of code examples. Reading the following Mapping Gis article ( http://mappinggis.com/2015/10/exportar-un-mxd-a-pdf-con-python/ ) has largely inspired what follows. Therefore we will discuss how to generate a pdf file based on the map…

Read More

Use Script Runner with QGis

The QGis Python ScriptRunner plugin provides a go-between tool for the QGis automatization process, between the Python Interactive Console and the complicated plugins developments. Provides a script management dialog box that you can easily load, create,…

Read More