- 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
June 2013 M T W T F S S « May 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 Meta
Tag Archives: tutorial
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 data I/O, function output, GRASS GIS, R, tutorial
Leave a comment
two-minutes video tutorials for R
I just came across this blog with (by the time of writing) sixty two-minutes video tutorials on how to do things in R. Especially nice for those who like to learn by watching and listening. But do pay attention while … Continue reading
Creating polar diagrams in GRASS GIS
There are so many functions in GRASS GIS that it is easy to miss one or two. One functions I recently came across through this tutorial is the d.polar function. This function draws a polar diagram of angle map such … Continue reading
Posted in GRASS GIS
Tagged aspect, polar diagram, rose diagram, spatial analysis, tutorial
4 Comments
Nederlandse (Dutch) QGIS community
I just came across the Dutch QGIS site: http://www.qgis.nl. The objective of the website is “to create a platform for native speakers AND to discuss / explore typical dutch ideas or problems”. But the tutorials on this site will not … Continue reading
Free online textbooks on geospatial and statistical analysis
Geospatial analysis guide I just found, through this blog, a very nice text book on geospatial analysis; Geospatial Analysis – A comprehensive guide by M. de Smith, P. Longley and M. Goodchild. The book covers a wide range of topics … Continue reading
Posted in GIS, GIS software
Tagged geospatial analysis, GIS, statistical analysis, text book, tutorial
2 Comments
Creating a map using the command line
Although I like to carry out GIS analyses using the command line interface (CLI), creating maps is something I still tend to do using the graphical interface (GUI). And most of the time that makes perfect sense to me, creating … Continue reading
Posted in GIS, GIS software, GRASS GIS, Uncategorized
Tagged CLI, command line, GRASS GIS, mapping, tutorial
1 Comment
On the QGIS wiki: How do I do that in QGIS
On the QGIS wiki there is a great section with the self-explanatory title ‘How do I do that in QGIS‘. To quote from the introduction of this section, “it is intended to show how to perform basic GIS operations in … Continue reading
R/GRASS connection: more than the sum of its parts
GRASS GIS is a very powerfull GIS offering an extensive set of tools for geospatial data management and analysis, image processing, and spatial modeling. The possibility to directly interact with R further improves the geospatial analysis capabilities of GRASS (see … Continue reading
Posted in Data handling, GIS, GRASS GIS, Modelling, R computing environment
Tagged GIS, GRASS GIS, R, scripting, species distribution modeling, tutorial
14 Comments
Finding and renaming long file names with R
I have never given it a though, but there is apparently a limit to the length of file names that can be handled by Windows Explorer of Windows XP. I found out when trying to copy my Zotero folder to … Continue reading
