- Contour Lines in Qgis
- QGIS and Google Summer of Code
- Quantum GIS Graduates OSGeo Incubation
- Paolo Cavallini Named to QGIS Project Steering Committee
- Nominations for QGIS PSC Open
- Capturing map coordinates in a stand alone app...
- Tutorial 7 - Creating spatial datasets with the QGIS API
- Html Image Plugin 0.2
- Python plugin example... Raster file info...
- Accessing QT constants in PyQt...
QGIS 0.10 "Io" Release Announcement
Submitted by Gary Sherman on Sat, 2008-05-03 14:26.
It is our great pleasure to announce the immediate availability of Quantum GIS (QGIS) Version 0.10.0 'Io'. This release includes over 140 bug fixes and stability improvements and introduces several new features including Python support, see below for previews!
Binary and source code packages are available at http://download.qgis.org.
- Add new comment
- Read more
- 1685 reads
Contour Lines in Qgis
Submitted by spacedman on Sat, 2008-04-26 12:12.What with the GSoC project and all the other general discussion about analysis tools in QGis, I got somehow sidetracked into pondering how to do contour maps in QGis. There's the hard way: writing a bunch of C++ code to implement a contouring algorithm, then hooking that into QGis and into the GUI for raster drawing properties. Ah, no.
- spacedman's blog
- 3 comments
- Read more
- 1153 reads
QGIS and Google Summer of Code
Submitted by Gary Sherman on Fri, 2008-03-21 05:53.QGIS is participating in the Google Summer of Code under the OSGeo umbrella.
For information on the program, see: http://code.google.com/soc/2008
We are looking for students interested in participating in the program this summer. For QGIS project ideas, see: http://wiki.qgis.org/qgiswiki/SummerOfCodeIdeas
Note the student application period runs from March 24th - 31st so time is short. If you are interested please apply. If you have questions regarding potential QGIS projects, feel free to contact me directly [shermange at gmail dot com].
- Gary Sherman's blog
- Add new comment
- Read more
- 1462 reads
Quantum GIS Graduates OSGeo Incubation
Submitted by Gary Sherman on Sat, 2008-03-15 03:57.QGIS is now a full fledged OSGeo project. A bit more information can be found on the OSGeo website.
- Gary Sherman's blog
- Add new comment
- 1037 reads
Paolo Cavallini Named to QGIS Project Steering Committee
Submitted by Gary Sherman on Sun, 2008-02-17 16:54.Paolo Cavallini has been named to the QGIS Project Steering Committee and will assume the role of Financial/Marketing Advisor.
Paolo comes from a strong scientific background in zoology (a PhD, and more than 30 publication in international journals, plus conference proceedings and popular papers). Paolo currently heads a small and active group of professionals (biologists and agronomists) under the name Faunalia.
- Gary Sherman's blog
- Add new comment
- Read more
- 1329 reads
Nominations for QGIS PSC Open
Submitted by Gary Sherman on Fri, 2008-01-25 03:17.
Nominations are now open for the QGIS Project Steering Committee. Nominations are being solicited for the Financial/Marketing Advisor position.
Please read http://wiki.qgis.org/qgiswiki/Call_for_Nominations_January_2008
for information on the position and how to nominate someone.
- Gary Sherman's blog
- Add new comment
- 1360 reads
Capturing map coordinates in a stand alone app...
Submitted by aaronr on Thu, 2008-01-24 18:51.
For those of you striving to build some stand alone Python apps based on the QGIS Python bindings here is a quick snip for ya:
class MapCoords(object):
def __init__(self, mainwindow):
self.mainwindow = mainwindow
# This one is to capture the mouse move for coordinate display
QObject.connect(mainwindow.canvas, SIGNAL("xyCoordinates(QgsPoint&)"),
self.updateCoordsDisplay)
self.latlon = QLabel("0.0 , 0.0")
self.latlon.setFixedWidth(200)
- aaronr's blog
- Add new comment
- Read more
- 2991 reads
Tutorial 7 - Creating spatial datasets with the QGIS API
Submitted by Tim Sutton on Wed, 2008-01-23 10:53.Hi all.This is a repost since the original article got deleted some
how. A while ago I decided to make some improvements to some of my code
that creates a shapefile. I was using shapelib which
is nice and simple and self contained, but I found it a little awkward
to add attributes to features in a flexible way. Since my application
use the QGIS libs anyway, I thought I may as well give using
- Tim Sutton's blog
- 2 comments
- Read more
- 3559 reads
Html Image Plugin 0.2
Submitted by rduivenvoorde on Sat, 2008-01-19 12:51.Since 0.9.1 there is a nice way to upload your plugin in a repository, so others can install it automagically via the Python Plugin Installer.
A couple of months ago I needed a simple Html Image Map plugin, and wrote it using the Python Plugin Interface. Fixed some bugs in it (one which made that it was not working with postgis layers).
The plugin generates an image- and accompanying html-file for an image map.
- rduivenvoorde's blog
- 1 comment
- Read more
- 2027 reads
Python plugin example... Raster file info...
Submitted by aaronr on Mon, 2008-01-14 19:14.
So there was a question on the mailing list about the existence of a plugin to capture information about the file path for a bunch of loaded rasters... similar to the info contained in a tileindex with GDAL but interactive from within QGIS.
- aaronr's blog
- Add new comment
- Read more
- 3204 reads

Recent comments
1 week 22 hours ago
1 week 1 day ago
1 week 5 days ago
1 week 5 days ago
1 week 5 days ago
2 weeks 14 hours ago
2 weeks 1 day ago
2 weeks 1 day ago
2 weeks 1 day ago
2 weeks 5 days ago