Some months ago I posted a set of exercises and practice data based on Quantum GIS to train new users in the basics of GIS. There’s been a request to split the 100 MB download into separate pieces so interested readers can have a look at the exercises and tutorial before downloading the whole business.
So here they are:
- The Exercises (160 KB)
- The Presentations (12 MB)
- The Whole package (100 MB)
Enjoy.

This work, unless otherwise expressly stated, is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.
#1 by Lars Forseth on 29/11/2010 - 11:00
Hi!
What is these files compressed with? (i.e how do I unzip them on a Windows machine)?
Regards larsf
#2 by Micha Silver on 29/11/2010 - 11:12
The compression program is 7zip. It’s a free, multi-platform zip program (the popular Winzip is not, although Winzip will open this format). Download 7zip from:
http://www.7-zip.org/download.html
#3 by Nimrod Cnaan on 01/12/2010 - 10:20
Great job. Along with Tim Sutton’s “Introducing GIS worksheets” found at (http://linfiniti.com/dla/), we can create an academic curse.
#4 by Micha Silver on 01/12/2010 - 12:05
I hope you meant Academic “course”
#5 by Marcello Benigno on 26/03/2011 - 21:48
Hi Micha,
Thanks again for sharing your knowledge.
A hug from Brazil
#6 by Marcello Benigno on 27/03/2011 - 01:16
On slides about Watershed has one “Procedure for watershed delineation” that you specified a job sequence, Could you explain more about it? Is it a rule for a better delineation?
#7 by Rituparna on 02/06/2011 - 20:39
Hello,
Thanks for the great course. I am relatively new to the world of GIS. I was trying with your exercises but in Exercise 2, I failed to follow your instuctions to “import CSV file using Delimited text plugin and then covert it into a new shape file”. Could you please explain it in more details, if possible through screen shots. Waiting for your reply.
#8 by Micha Silver on 03/06/2011 - 11:36
Here are a few more details:
* A delimited text file has rows of data, each item separated by a comma. (CSV=Comma Separated Values). The first row contains the column headers. And two of the columns will have the X,Y coordinates. So a simple example might look like:
label,value,longitude,latitude
one,10,30.000,34.000
two,12,30.002,34.003
three.15,30.010,34.020
four,9,29.995.33.998
five,7.5,30.005,34.006
….
* The delimited text plugin (the icon to activate it is a blue square with commas:,,, inside) will import this file and place points on the map display for each row in the CSV file. If the X-Y columns have normal names (‘X’ and ‘Y’ or ‘Latitude’ and ‘Longitude’) then the plugin will recognize the columns automatically. If you have some other names for the X-Y locations, then in the plugin there’s a place to choose the correct columns for each.
* Once you have loaded the CSV file, and you see the points on the display, then simply right-click on the name of that layer in the Table of Contents (left hand pane) and choose “Save as Shapefile”.
HTH,
Micha
#9 by Rituparna on 15/07/2011 - 11:18
Very very sorry for the delayed response. Thanks very much for a detailed explanation about importing CSV file using Delimited text plugin.
Thanks again.
#10 by Amir Sapi on 04/08/2011 - 08:33
Im a begginer ,i need help for learning and using Qgis
#11 by Micha Silver on 04/08/2011 - 12:57
Hi Amir:
You probably should start by
* subscribing to the QGIS user’s list
* Have a look at: http://download.osgeo.org/qgis/doc/manual/qgis-1.0.0_a-gentle-gis-introduction_en.pdf
* View these online video tutorials: http://linfiniti.com/?s=video
Good luck
–
Micha
#12 by Amir Sapi on 11/08/2011 - 13:45
Thanx Lin
hoppely will help me
#13 by taufiq on 08/03/2012 - 05:09
Hye, I am new to QGIS. I am interested in creating a plugin/extension for QGIS. How can I do that?
#14 by Micha Silver on 08/03/2012 - 08:37
Have a look at these links:
Tim Sutton’s Blog
QGIS Wiki
Cheers,
Micha
#15 by Al on 10/04/2013 - 16:21
Hi Micha,
Thanks for the GIS Tutorials. I tried to go through Ex. 9: Using GRASS – Watershed delineation, using r.watershed inside SEXTANTE-QGIS. But I could not go on. The function requires many input parameters, such as ‘Locations of real depressions’, ‘Amount of overland flow per cell’, ‘Percent of disturbed land for USLE’, etc. These are not mentioned in your tutorial. What shall I put in these blanks? Thanks for the help.
Al
#16 by Micha Silver on 10/04/2013 - 18:54
THose extra parameters are all optional. The r.watershed module works fine without filled depressions. The other two are useful only if you are going to use the results in the USLE modules afterwards.
Best,
Micha