The aim of this analysis was to compare results of two unsupervised classification modules in OTB - SOM Classification and KMeans image classification. The same imagery as for the previous analysis (http://www.faunalia.pt/node/440) has been used.

Giovanni Manghi's picture

Proprietary (closed) formats are a pain in the aRs for both users and developers of Open Source software. The ECW format is a common format for imagery in GIS software, but unfortunately to read/write it you will need closed (and paid) libraries. Long story short: the latest version of this libraries (that allow to read, but not write ECWs) are free of charge but are not redistributable, this means that cannot be shipped together with software packages like QGIS.

 1. Creating a simple buffer function comparison model

The aim of this simple model was to check if two different functions perform the buffering operation in the same way. I have chosen the GRASS and QGIS geoalgorithms packages for this comparison. The data was sample_rivers polyline layer from the Polish State Forests Numerical Map.

a) The first step was to define input – in this case, it could be any vector layer.

Giovanni Manghi's picture

The new Quantum GIS release (2.0) is under development and new exciting features are being added almost every day. In our blog we will try to keep you informed about this new features, mainly by adding small screencasts, like the following one where 3 nice features are presented: new rasters color ramps, WCS client and raster "Save as..." option. Enjoy.

 

 

Giovanni Manghi's picture

There are a number of good reasons to store your data in a real Database instead of using shapefiles and other file based formats. One of the most importants, and often ignored, is that the Databases do not only store your data, but also give the user a huge set of tools to allow geoprocess and analyze data.

Giovanni Manghi's picture

A few days ago a Quantum GIS user sent me a polygon shapefile that was giving her a big headache. When she needed to digitize new polygons using the "avoid intersection" feature (that allows to draw perfectly adjacent polygons, without worring too much with the snapping), the new geometry didn't stick in the canvas. I immediatley checked if the "avoid intersection" feature was enabled in another layer, but that was not the case, so the other option was to check for some kind of problem in the geometry.

Giovanni Manghi's picture

3D shapefiles are not that common, but sometimes they appear. The 3rd dimension value is stored inside the geometries and usually does not show in the table of attributes. As most of the GIS software does not handle the 3rd dimension it is then necessary to transfer this value from the geometries to the table of attributes. Databases like PostGIS and Spatialite together with Quantum GIS come to help.

The Spatialte way:

Subscribe to Faunalia GIS Blog