Category: GIS

QGIS 2.6 "Brighton"

01.11.2014 19:04 ·  GIS  ·  qgis, release

The release of QGIS 2.6 “Brighton” has been announced. This release contains many new features, bugfixes and improvements.

The detailed changelog can be found here. For normal users, it is better to use the visual changelog. The most important and interesting changes are listed below:

The source code and binary packages for Windows, Debian, and Ubuntu are available for download. Packages for other distributions and operating systems will appear as they are prepared by the maintainers.

PyQGIS Cookbook in Ukrainian

28.07.2014 11:09 ·  GIS  ·  qgis

I have finished translating the PyQGIS Developer Cookbook into Ukrainian. It will be available on the QGIS documentation portal soon.

Comments and constructive criticism are welcome. Or even better, create an account and edit directly in Transifex (although I personally don’t like it much and translate locally: git + Qt Linguist are the best).

Multithreaded rendering in QGIS

23.02.2014 17:49 ·  GIS  ·  qgis

At last! QGIS has finally got support for multithreaded rendering, the corresponding changes were merged into master by Martin Dobias just an hour ago. This is basically a revival of the 2010 GSoC project “QGIS on steroids” (successfully completed, but never merged into master), taking into account the latest changes to the QGIS codebase.

By default, multithreaded rendering is disabled, one can enable it in the QGIS settings “Settings → Options → Rendering → Render layers in parallel using all available CPU cores”. It is also possible to set canvas refresh interval during rendering (0 means real-time updates).

The work was done with the financial support from Lutra Consulting and Swiss QGIS User group.

QGIS 2.2 "Valmiera"

22.02.2014 12:37 ·  GIS  ·  qgis, release

As previously announced, QGIS has moved to a fixed 4-month release cycle. And now the first release on the new schedule has taken place.

This release focuses on bug fixes and performance improvements. Much effort has been put into developing and improving the Print Composer, making it even easier to create printed maps.

The full changelog can be found here. A visual changelog is also available. The most interesting and important changes are listed below:

QGIS hackfest 2013 (Brighton)

26.09.2013 14:39 ·  GIS  ·  qgis, meetings

The 10th QGIS developer meeting in Brighton (UK) has come to an end. This meeting was the most attended ever. This can be explained by the growing popularity of QGIS and the fact that the hackfest was held just before the FOSS4G conference.

The first day was almost unremarkable, with participants gradually arriving at the University of Sussex, newcomers getting to know each other — in short, an ordinary day before the hackfest itself. Among the notable changes to the code during the day:

Meanwhile, at Gatwick Airport, Victor Olaya is starting a complete refactoring of the Processing framework…

The QGIS developers are not superstitious people, and Friday the 13th did not affect their work in any way. The list of commits is impressive:

There were also several discussions, starting with Richard talking about the new website. This was followed by discussions about refactoring the vector API, support for attribute domains, the possibility of using QML (especially in QGIS Android), the architecture and further development of the Processing framework.

On Saturday, Victor pushed to master the first set of refactoring commits

It’s starting to get fun… now nothing works :-)

Despite the refactoring, the framework continues to grow in functionality: 5 new algorithms have been added, and a few old ones have been improved. The Python console gets support for custom colour schemes (aesthetes will be pleased). There were also several discussions: a unified configuration dialogue, 3D support (Globe plugin, PostGIS, etc.), plugin manager and repository, further development of the WMS client, QGIS Server, QGIS WebClient.

Sunday, the penultimate full day of the hackfest. Another series of discussions, this time on documentation, the abstraction layer for databases, and attribute/geometry indexing. Quite a few commits were also made:

Photos from the hackfest and visualisation of developers activity.

QGIS 2.0 "Dufour"

21.09.2013 12:55 ·  GIS  ·  qgis, release

More than a year has passed since the release of QGIS 1.8.0. And now, after many months of waiting and several postponements of the release date, QGIS 2.0 “Dufour” is officially announced. This release can be seen as the beginning of a new phase in the life of the project.

So the project is now officially called QGIS. The word “Quantum” in the name never had much meaning, and having two names (Quantum GIS and QGIS) sometimes caused unnecessary confusion. Also, using a shorter and more generic name allows for consistent naming of all components: QGIS Desktop, QGIS Server, QGIS Browser, etc.

Along with the release of version 2.0, the official website has undergone a major overhaul. We hope that the new design will be more convenient and functional, making it easier to find the information you need.

Long-awaited news for Windows users - QGIS is now available in a 64-bit version (both as a standalone installer and via OSGeo4W). Note that *NIX and MacOS users have long been able to use 64-bit packages.

The full list of changes in this release is quite impressive, you can check it out here. The so-called visual changelog is also available. In this post I will only list the most interesting and/or noticeable changes, but there are quite a few of them.

We have made a lot of changes to the QGIS GUI to make it cleaner and easier to use:

QGIS 2.0 adds support for even more data sources and many data handling improvements, including:

Among other changes:

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 ››