Re: [Qgis-developer] CAPS GIS Desktop Application

2011-08-03 Thread Paolo Cavallini
Il 03/08/2011 20:07, Bob English ha scritto: > With some grant funding, I am developing a PyQGIS desktop application for > the Conservation Assessment and Prioritization System (CAPS). See > http://www.umass.edu/landeco/research/caps/caps.html for more info. I've > developed the GUI using PyQt,

Re: [Qgis-developer] Re: Meego Community device program Free Nokia N950 - Meego QGIS moblie

2011-08-03 Thread Paolo Cavallini
Il 04/08/2011 07:17, Noli Sicad ha scritto: > Probably some folks are wondering what's good about MeeGo and upcoming > devices (e.g N9/N950). > > Here some facts and tidbits about it. > http://shootspeak.com/2011/06/24/nokia-n9-extra-facts-tidbits-updates/ Hi Noli. Thanks for this. I'm confused a

[Qgis-developer] Re: Meego Community device program Free Nokia N950 - Meego QGIS moblie

2011-08-03 Thread Noli Sicad
Probably some folks are wondering what's good about MeeGo and upcoming devices (e.g N9/N950). Here some facts and tidbits about it. http://shootspeak.com/2011/06/24/nokia-n9-extra-facts-tidbits-updates/ QGIS would likely to works MeeGo with less code changes compare to other mobile devices. Noli

[Qgis-developer] Meego Community device program Free Nokia N950 - Meego QGIS moblie

2011-08-03 Thread Noli Sicad
Tim, Martin, Marco, Pirmin, Juergen and others, The community device program for Nokia N950 has been extended. 50 units are available for porting application to Meego app. http://wiki.meego.com/Community_Office/Community_device_program/Nokia/N950_Extended_Program I think this is a good opportuni

Re: [Qgis-developer] Provider native raster band stats

2011-08-03 Thread Martin Dobias
On Wed, Aug 3, 2011 at 7:38 PM, Etienne wrote: > 3) regarding the progress bar: > Do you have sufficient authority to ask the GDAL folks to change the > prototype for GDALGetRasterStatistics() and GetStatistics() for them to > include a progress call-back?  I could make a patch for it, but I don

[Qgis-developer] CAPS GIS Desktop Application

2011-08-03 Thread Bob English
Hi All, With some grant funding, I am developing a PyQGIS desktop application for the Conservation Assessment and Prioritization System (CAPS). See http://www.umass.edu/landeco/research/caps/caps.html for more info. I've developed the GUI using PyQt, and I've also got many of the GIS tools worki

Re: [Qgis-developer] Provider native raster band stats

2011-08-03 Thread Etienne
Hi, I'm glad I can help! 1) regarding the histogram caching: GDAL does this automatically, it looks for existing aux file and a suitable histogram block.  It's all in function  GDALPamRasterBand::PamFindMatchingHistogram() in file gdalpamrasterband.cpp . As long as the dataset has support for P

[Qgis-developer] Added alaska region shape from GADM to the sample dataset

2011-08-03 Thread Otto Dassau
Hi, I added a regions.shp shape to the Alaska dataset and rename the folder vmap0_shapefiles to shapefiles. This gives some more possibilities to analyse vector data. You find a README.html and the updated dataset here: http://download.osgeo.org/qgis/data/ Regards, Otto

Re: [Qgis-user] Re: [Qgis-developer] problem with QGIS 1.7 "--snapshot"?

2011-08-03 Thread Maxim Dubinin
related: http://hub.qgis.org/issues/4076 http://forum.qgis.org/viewtopic.php?f=2&t=8976&sid=226d00a3bc782543b77373845f9ded1c#p20379 Вы писали 3 августа 2011 г., 12:48:13: TS> Hi Jim TS> I'm guessing this is something to do with the new on the fly TS> reprojection support for rasters (the main d

Re: [Qgis-developer] Provider native raster band stats

2011-08-03 Thread Tim Sutton
Hi Again By the way is there a handy way to get the histogram from the aux.xml too? I see it is stored there but havent figured out how to retrieve it from cache again. Regards Tim On Wed, Aug 3, 2011 at 10:16 AM, Tim Sutton wrote: > Hi > > On Tue, Aug 2, 2011 at 7:06 PM, Etienne wrote: >> Ti

Re: [Qgis-developer] problem with QGIS 1.7 "--snapshot"?

2011-08-03 Thread Tim Sutton
Hi Jim I'm guessing this is something to do with the new on the fly reprojection support for rasters (the main difference between 1.6 and 1.7). I was able to replicate the issue here on the release-1_7_0 branch with all backported fixes applied. Under master branch, it didnt even get as far as pro

Re: [Qgis-developer] Provider native raster band stats

2011-08-03 Thread Tim Sutton
Hi On Tue, Aug 2, 2011 at 7:06 PM, Etienne wrote: > Tim, my impression is that it speeds things up, but I have a suggestion to > make it faster. > Cool! > From what I have seen in your code, the  QgsGdalProvider::bandStatistics > function calls GDALComputeRasterStatistics (), which computes th