Category: GIS

CSWClient plugin for QGIS

06.01.2011 07:03 ·  GIS  ·  qgis, plugins, cswclient

I have released a first experimental version of the CSWClient plugin for QGIS.

The plugin interacts with the OGC CSW (Catalogue Service for Web) servers and is used to search and view spatial data and related resources.

CSWClient plugin dialog
CSWClient plugin dialog

Among the main features of the plugin:

CSWClient is available from the QGIS plugins repository.

The plugin was developed for Linfinity Consulting for the TanBIF (Tanzania Biodiversity Information Facility) project.

kCube poll

21.12.2010 06:59 ·  GIS  ·  qgis

A few days ago I wrote about the kCube Consulting initiative. The ideas have been collected, and the voting has started. Unfortunately, you can only vote for one option.

So far “Fixing bugs” is leading with 23.8%, followed by “Improving import/export on dwg/dxf” with 8.8% and “QGIS Mobile (e.g. on Android)” - 7.5%.

SQL Anywhere support in QGIS

16.12.2010 06:28 ·  GIS  ·  qgis

David DeHaan has developed a plugin and data provider for working with Sybase SQL Anywhere spatial databases in QGIS. The new functionality is available as of r14918, and the capabilities of the new provider are very similar to those of the PostGIS and SpatiaLite providers.

To build and test this provider, you will need:

You can find out more about SQL Anywhere’s support for spatial data here.

It would be interesting to test and compare the functionality and performance of PostGIS, SQL Anywhere and Oracle Spatial in a real-world scenario.

QGIS Plugin Manager with icons

13.12.2010 17:19 ·  GIS  ·  qgis

This is what the QGIS Module Manager looks like after adding icons to plugins.

QGIS Plugin Manager with icons
QGIS Plugin Manager with icons

News from the QGIS front

13.12.2010 16:04 ·  GIS  ·  qgis

Tim Sutton gave a good overview of some new features in QGIS: a graphical rule editor (which helps to create rendering rules) and complex styles for vector objects (fill, outline and centre marker).

Yesterday, Martin Dobias added icon support to the QGIS plugin manager. Among other things, this will make the display of available plugins more user-friendly and make it easier to navigate through the large list. However, to take advantage of this feature, plugin authors will need to make small changes to their code (add two lines). In the future, after the launch of the new plugin repository, it is planned to add icon support to the plugin installer.

Another interesting news - kCube Consulting has decided to help the QGIS project by assigning one of their programmers to work on QGIS for 6 months. You can read more about this on Tim’s blog, and visit the wiki to check out the list of possible tasks and leave your own suggestions.

/me put on “Sax & Sex” and began to add icon support to his plugins and those he could reach.

QGIS vs. MapInfo

07.12.2010 14:54 ·  GIS  ·  qgis, mapinfo

A small but interesting comparison of QGIS and MapInfo https://woostuff.wordpress.com/2010/12/06/mapinfo-and-qgis-an-overview/.

QGIS 1.6.0 "Copiapó"

29.11.2010 14:56 ·  GIS  ·  qgis, release

QGIS 1.6 “Copiapó” has been released. This version contains over 177 bugfixes and many improvements. Among the most interesting changes are:

An updated User Guide is also available (English only for now).

MergeShapes update

22.11.2010 17:27 ·  GIS  ·  qgis, plugins, mergeshapes

I decided to improve my MergeShapes plugin a bit. I added encoding selection when opening files, shapefile geometry type selection and reworked the merge algorithm. Now, the final attribute table contains all unique fields from all input files, which means you can merge files with different attribute tables. The only missing bit is a setting for the default encoding of input data.

There are plans to improve DPSimplify, Statist and RasterCalc, but I don’t know how it will go yet.

I’ve also started to slowly learn Git, or rather to organise and deepen my fragmentary knowledge. I want to try out this VCS in real tasks, as there is already a Git mirror of the main QGIS SVN repository.

Raster calculator patch applied

28.10.2010 07:50 ·  GIS  ·  qgis

Today, Marco Hugentobler added the raster calculator code to the QGIS r14442. The new feature will probably be available in the next nightly build (qgis-dev) in OSGeo4W.

By the way, QGIS 1.6.0 code freeze is scheduled for later this week.

SetIgnored patch for GDAL SQLite driver

20.10.2010 15:46 ·  GIS  ·  gdal

Follow up to the GDAL RFC 29 post.

Last night, I submitted a patch to add SetIgnored support to the SQLite driver. Literally an hour later, it was applied. This means that the two most important drivers have already been made to work faster.