
GSoC 2011 weekly report #0 – OPENGIS.ch
so the first (almost) week Is over. In this week I couldn’t do much since yesterday I finally graduated. Any how I managed to squeeze into…
Stay updated with the latest QField news, releases, tutorials, and insights from the field data collection community.

so the first (almost) week Is over. In this week I couldn’t do much since yesterday I finally graduated. Any how I managed to squeeze into…

After a day of work in the GeoWall lab at the GIScience Center of the Zurich University, I got QGis Globe to work in QuadBuffer stereo mode…

Thanks to Marco Hugentobler’s idea of using Mutex, QGIS Globe now runs in Trunk, i just created a dev branch at…

wow, what a long night, but finally I finished my masterr thesis… 🙂 and now a free wknd!!!! Related

Guess what appeared inmy inbox at 20.59 today!? Dear Marco, Congratulations! Your proposal “QGIS Mobile” as submitted to “OSGeo – Open…

Am Freitag dem 6. Mai, findet an der Hochschule für Technik Rapperswil das 2. deutschsprachige QGIS Anwendertreffen statt. Quantum GIS (oder…

hi All, If you deal with multivariate, multitemporal and cyclic raster data you might find interesting my multiview plugin. See screenshot…

so , here a snippet on how to use the different types of signals in PyQt: connect a signal from C++ QObject.connect(self.sender,…

Today I published my first QGis Python plugin. It does allow to configure a list of available plugins actions to execute in one click. It is…

Lately, thanks to ma Master Thesis, I’ve been co-working on the Globe Plugin for QGis here my install script for a threaded version of QGis…

WOW, today I realized that Ubuntu 10.10 maverick meerkat was out and that I missed it by couple of days… bad me!!! (btw you have to select…

for my reference: Find files containing some text: grep -lir "some text" /path/to/dir/* Related