Category: GIS

QGIS hackfest 2013 (Valmiera)

16.04.2013 12:54 ·  GIS  ·  qgis, meetings

The 9th QGIS developer meeting in Valmiera (Latvia) has come to an end.

Since the QGIS code is already frozen (with some caveats), almost all of the commits were aimed at fixing bugs, improving stability, and shaping the new API.

It’s a thankless task to list everyone by name, there are no idlers at hackfests. I’ll just go through the things that interest me personally (and that affect me to a greater or lesser extent):

In addition, all hackfest participants were very active in discussing a range of issues:

The next developer meeting is scheduled for September (earlier than usual) and will be held in Brighton, UK.

QGIS User Guide translation

19.03.2013 12:34 ·  GIS  ·  qgis

I have finished translating the QGIS 1.8.0 User Guide into Russian. Online and PDF versions should be available tomorrow via links on the official website.

New raster tools in QGIS

15.03.2013 07:44 ·  GIS  ·  qgis

Another of my modest contributions to QGIS is now in the master. I added 4 new tools to customise raster rendering: brightness and contrast controls (raster pipes, once you understand how they work, are cool and flexible thing). In addition to changing the raster rendering on the fly, users can also save the modified image for future use.

Hydrology analysis with TauDEM and SEXTANTE

15.12.2012 14:11 ·  GIS  ·  qgis, processing, howto

TauDEM (Terrain Analysis Using Digital Elevation Models) is a set of Digital Elevation Model (DEM) tools for extracting and analysing hydrological information from the topography represented by a DEM. It was developed at Utah State University (USU) for hydrological analysis of digital elevation models and watershed delineation.

TauDEM has recently been integrated into QGIS as a SEXTANTE provider. This makes it possible to run TauDEM tools directly from QGIS, easily perform complex analysis workflows, and view the generated results.

In this post, I will show how to perform some hydrological analysis tasks in QGIS using TauDEM, namely how to delineate watersheds and extract stream networks.

Read more ››

QGIS and SpatiaLite 4.0.0

05.12.2012 08:55 ·  GIS  ·  qgis

About a week ago, Alessandro Furieri announced the release of SpatiaLite 4.0.0 — a spatial extension to SQLite. There are not just a lot of changes, there are VERY many of them. And some of them may cause compatibility problems, so all users should read the migration guide.

Among the most interesting features:

And yesterday, the SpatiaLite data provider in QGIS was updated. Compatibility with databases created in previous versions of SpatiaLite is maintained. However, you will need to convert your databases to the SpatiaLite 4.0.0 format (you can use spatialite_convert from spatialite-tools) to take full advantage of the new features.

Geoprocessing with SEXTANTE and QGIS

27.11.2012 17:55 ·  GIS  ·  qgis, processing, howto

SEXTANTE is a powerful and flexible platform for performing geospatial analysis in QGIS. It provides access to its own geoprocessing functions as well as algorithms implemented in third-party applications, making analysis easier and more productive.

Initially written in Java and only available to gvSIG users, SEXTANTE has gradually extended its presence to other GIS. In 2012, a Python version was developed for use with QGIS. It immediately attracted a lot of interest from users and developers alike, and in September 2012 SEXTANTE was integrated into QGIS as a core plugin.

SEXTANTE in QGIS allows you to use the main features of well-known third-party GIS tools (SAGA GIS, GRASS GIS, TauDEM, OrfeoToolBox…) and algorithms implemented directly in SEXTANTE (fTools, MMQGISX…) via a unified interface.

It also offers a wide range of possibilities for automating data processing: combining repetitive steps of applying algorithms to data in a custom analysis model, writing and using Python scripts, batch processing mode. Advanced users can further increase their productivity by using SEXTANTE algorithms and the Python console together.

Read more ››

About my plugins

18.10.2012 16:41 ·  GIS, Notes  ·  qgis, plugins

Two of my plugins are in the TOP-20 by downloads, 4 by ratings and 5 by votes. It’s a small thing, but it’s nice.

My plugins
My plugins

Actually, the list is not complete, as there are still C++ plugins that are distributed as source code and plugins that are not published in the official repository. And some plugins, although they have been significantly reworked by me and are now maintained by me, were originally created by others.

Creating atlases in QGIS

11.10.2012 08:33 ·  GIS  ·  qgis, howto

As I wrote before, Oslandia kept their promise, and during the 8th QGIS developer meeting, the Atlas plugin was integrated into the QGIS print composer. This has been made possible thanks to the financial support (although not the full amount has been raised) of the following individuals and organisations:

The workflow remains the same: create a print layout and specify a coverage layer that will be used to generate the atlas. In addition, it is now possible to create complex labels using the full power of QgsExpression and the attributes of the coverage layer.

Let’s go through the process of making an atlas step by step.

Read more ››

Changes to QGIS plugin metadata

06.10.2012 14:09 ·  GIS  ·  qgis, plugins

QGIS plugin developers should note that it was decided at the hackfest to make changes to the plugin metadata. Namely:

The new fields must be present in both the __init__.py file and the metadata.txt file. The purpose of this change is to separate the actual author of the plugin from the plugin maintainer. For plugins already uploaded to the repository, these metadata fields will be filled in automatically using information from LDAP, but for all new plugins, these fields should be set by the developer.

The changes are effective as of today.

SEXTANTE now a QGIS core plugin

14.09.2012 17:08 ·  GIS  ·  qgis, processing

Attempts to import SEXTANTE from its SVN repository into the QGIS repository on GitHub with the history intact are a thing of the past. Also in the past were numerous fixes for bugs that appeared after the import, writing build rules, and fixing issues caused by the directory structure change. SEXTANTE is now officially included in QGIS as a core plugin.

Thanks to Victor, Tim, Camilo. Well, and me too :-).