Category Archives: GRASS GIS

GRASS gis scripts to import data from Worldclim, CSFR and PISM

I just came across these GRASS GIS scripts by Julien Seguinot to import multiple files from the WorldClim current climate dataset, the  Climate Forecast System Reanalysis (CSFR) data and some other reanalysis data sets. Furthermore, there is a script (r.in.pism) … Continue reading

Posted in GIS, GRASS GIS | Tagged , , , , , | 1 Comment

Update of the r.forestfrag addon for GRASS GIS

Some time ago I came across this post from Sylla Consult about a script to calculate forest fragmentation index suggested by Riitters et al. (2000). Obviously, it can be used for any land cover type, so perhaps landscape fragmentation index … Continue reading

Aside | Posted on by | Tagged , , , | 7 Comments

Presentation of map query result improved in GRASS 7.0

GRASS GIS (version 6.4, and up to recently 7.0 too) would present map query results in the command console. I have never really got used to it though. Often when I needed to query some points on the map, I … Continue reading

Posted in GIS, GRASS GIS | Tagged , | Leave a comment

Import GRASS function console output as data.frame in R

In R you can use system calls or the spgrass6 package to run GRASS GIS functions. To do this, you need to run R from within GRASS GIS. This is as simple as starting GRASS GIS and subsequently starting R … Continue reading

Posted in GIS, GRASS GIS, R computing environment | Tagged , , , , | Leave a comment

Point coordinates to polygon – part II

In my previous article, I showed how you can convert point coordinates into a polygon vector layer in QGIS. So how about GRASS GIS? Like in my previous post, let’s assume you have a text file with two columns with … Continue reading

Posted in GIS, GRASS GIS, tools | Tagged , , , , , , | 2 Comments

A quick look at the new GRASS Map Swipe Tool

I have just been trying out the new GRASS Map Swipe tool For now it is available in GRASS 7.0 but I understand it will be backported to GRASS 6 after some testing. The tool allows GRASS users to interactively … Continue reading

Posted in GIS, GRASS GIS | Tagged | Leave a comment

Sum up values of neighbouring polygons – a GRASS GIS approach

How to sum up values of neighbouring polygons in QGIS? This question was asked on gis.stackexchange, with two interesting answers. One answer explains how to use Spatialite and SQL to achieve this. The other answer, explained in more detail here, presents … Continue reading

Posted in GIS, GRASS GIS, QGIS, SQLite | Tagged , , , | 1 Comment

New release candidate for GRASS 6.4.3 is out

The second release candidate of stable release 6.4.3 is available now. It contains a good number of improvements and especially stability fixes, see here for more details.

Posted in GRASS GIS, Software release | Tagged , | Leave a comment

Calculating the raster cell area of an unprojected raster layer

What if you get a raster layer with number of people per raster cell, like for example the population layer from Afripop,  and you want to convert it to a population density layer? Well, obviously, you need to divide the … Continue reading

Posted in GIS, GIS software, GRASS GIS, research tools, tools | Tagged , , , | Leave a comment

Improved r.mask in GRASS GIS 7.0

I am mostly using GRASS GIS 7.0, which is the development version. Main reason I started to use this version was the better (faster) vector handling. But there are many other new features and improvements. And the developers keep on … Continue reading

Posted in GIS, GRASS GIS | Tagged , | Leave a comment