[Qgis-developer] Welcome to 4 QGIS students in Google Summer of Code 2012

2012-04-24 Thread Anne Ghisla
Hello all, and sorry for cross-posting, let me introduce our 4 accepted students for OSGeo Google Summer of Code 2012: - Camilo Polymeris, mentored by Victor Olaya on the project Orfeo Toolbox backend for the Sextante framework in QGIS - Ramón Carrillo, mentored by Marco Bernasocchi, on QGIS

Re: [Qgis-developer] Welcome to 4 QGIS students in Google Summer of Code 2012

2012-04-24 Thread arunthe...@gmail.com
Hello all, It feels great to have been accepted for this year's GSoC. I hope it would be a fruitful summer this year. Happy coding to other fellow students who have been accepted. On Tue, Apr 24, 2012 at 2:55 PM, Anne Ghisla a.ghi...@gmail.com wrote: Hello all, and sorry for cross-posting,

[Qgis-developer] adding GPS tools to SEXTANTE

2012-04-24 Thread Victor Olaya
I think that it could be great to have GPS tools in SEXTANTE, specially to automate tasks. However, I see that it is a C++ plugin, not a python one. Anyone can help me and tell me how (if possible) the functions in that GPS plugin could be called from my python code?? Thanks in advance! Victor

[Qgis-developer] photo2shape: add date?

2012-04-24 Thread Paolo Cavallini
Hi all. It would be nice to add to the plugin output also the date for each photo. It shouldn't be difficult to extract this exif info, right? All the best. -- Paolo Cavallini See: http://www.faunalia.it/pc ___ Qgis-developer mailing list

Re: [Qgis-developer] adding GPS tools to SEXTANTE

2012-04-24 Thread Martin Dobias
On Tue, Apr 24, 2012 at 3:37 PM, Victor Olaya vola...@gmail.com wrote: I think that it could be great to have GPS tools in SEXTANTE, specially to automate tasks. However, I see that it is a C++ plugin, not a python one. Anyone can help me and tell me how (if possible) the functions in that GPS

[Qgis-developer] Why Zonal statistics tool is no icon?

2012-04-24 Thread Salvatore Larosa
Title says it all! All the best, -SL ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] Why Zonal statistics tool is no icon?

2012-04-24 Thread Robert Szczepanek
Hi Salvatore, There is some delay in graphics [1]. Do you have some suggestions concerning Zonal statistics icon? I will appreciate that. Remember - there are just 24x24 pixels available. regards, Robert [1] http://trac.osgeo.org/osgeo/ticket/840 W dniu 25.04.2012 00:21, Salvatore Larosa

[Qgis-developer] plugin zoom question

2012-04-24 Thread SJWC GIS
Hello all, I've written a piece of code that will search a database for a given point, and then return that point so we can center the map canvas on it and zoom in. Unfortunately, it's not working. QGIS crashes after the code executes, leaving no error messages behind. Is there a better way to

Re: [Qgis-developer] Why Zonal statistics tool is no icon?

2012-04-24 Thread Alex Mandel
Maybe a square or polygon with a sum (sigma) symbol Σ Thanks, Alex On 04/24/2012 03:41 PM, Robert Szczepanek wrote: Hi Salvatore, There is some delay in graphics [1]. Do you have some suggestions concerning Zonal statistics icon? I will appreciate that. Remember - there are just 24x24

Re: [Qgis-developer] plugin zoom question

2012-04-24 Thread Denis Rouzaud
Hi, How is defined self.plugin ? On 04/25/2012 01:30 AM, SJWC GIS wrote: Hello all, I've written a piece of code that will search a database for a given point, and then return that point so we can center the map canvas on it and zoom in. Unfortunately, it's not working. QGIS crashes after