- Android botany climate change Data handling Data sources decision support tool forest GIS GIS software GRASS GIS history LibreOffice / OpenOffice Mobile tools Modelling online mapping Open access Operating system QGIS R computing environment research tools Software release Spatialite SQLite statistics tools Ubuntu Uncategorized vegetation
May 2013 M T W T F S S « Apr 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Meta
Category Archives: Data handling
Import MODIS data in GRASS using r.in.gdal
NASA offers access to its MODIS and ASTER data sets through Reverb|Echo. The data comes in HDF format and uses the Sinusoidal grid tiling system. If your gdal is compiled with HDF4 support (use ./configure –with-hdf4), you can use gdal, … Continue reading
Extracting lines ending with specific character using sed or grep
A quick note (to myself mostly) about how to extract lines from a text file that end with a specific set of characters. In Linux, you can very easily do this using ‘grep’ or ‘sed’. But, first a little bit … Continue reading
Posted in Data handling, tools
Tagged command line, grep, modis data, regular expression, remove duplicate lines, Reverb, sed, sort
Leave a comment
Multivariate Environmental Similarity Surfaces (MESS) index in GRASS GIS
The Multivariate Environmental Similarity Surfaces (MESS) is an index that represents how similar a point in space is to a reference set of points, with respect to a set of predictor variables (Elith et al 2010). The function was first … Continue reading
Posted in Data handling, GIS, GRASS GIS, R computing environment
Tagged add on, GRASS GIS, MESS similarity index, R, scripting
2 Comments
Opening MODIS tiles in QGIS
NASA offers a very convenient web-based tool to select and download the tiles you need; Reverb / ECHO. The tiles are in HDF format and use the Sinusoidal grid tiling system (proj4 definition: +proj=sinu +lon_0=0 +x_0=0 +y_0=0 +a=6371007.181 +b=6371007.181 +units=m … Continue reading
Publishing your Freeplane mindmap on the web
Freeplane is a great mind mapping software. I use it e.g., to jot down and organize notes from articles I am reading, creating lists of software, relevant websites, etc. One of the advantages of Freeplane is that you can export … Continue reading
Posted in Data handling, tools
Tagged favorite software, Freeplane, mind mapping software, mindmap, open source software
4 Comments
From xy table to spatial table in spatialite
A short note on how to create a spatial table from a table with latitude and longitude coordinates in your SQLite / Spatialite database. In the example below, the table I am working with is ‘labels’.
From multiple rasters to one Google earth layer
To create a Google earth map, I would normally export my raster layers as a geo-referenced png file and subsequently use maptiler (or gdal2tiles.py) to create the Google earth map (see here for more details). Because I want to create … Continue reading
Posted in Data handling, online mapping, QGIS
Tagged GDAL, gdal2tiles.py, google earth map, Maptiler, QGIS
Leave a comment
Cross tables in R, some ways to do it faster
In R to create a contingency table of the counts of the combination of two variables, I would normally resort to table(). But how fast is it? A question that becomes more relevant when working on large tables and when … Continue reading
Posted in Data handling, R computing environment
Tagged contingency table, cross table, data.table, multicore, parallelization, R, speed, table, tapply
2 Comments
From attribute table to QGIS style file – step 1
I have a large number of GRASS vector layers with in the attribute table a RGB column defining the colours of the corresponding mapping units. Unfortunately, unlike GRASS, QGIS does not offer the option to to set colours from an … Continue reading
Posted in Data handling, GIS, GRASS GIS, QGIS
Tagged GRASS GIS, QGIS, qml, style, vector layer, xml
5 Comments
