Dear Coordinator, i really appreciate you guys on the good work. You some us novice and to get some the abbreviations used in the user's manual right eg GRASS,CRS,SVG,WMS and many others. Kindly show me which instution nearest to my country where i go for basic geospatial analysis training. Thanks El-Oji Adamu Nigeria --- On Thu, 2/3/11, [email protected] <[email protected]> wrote: From: [email protected] <[email protected]> Subject: Qgis-user Digest, Vol 60, Issue 7 To: [email protected] Date: Thursday, February 3, 2011, 10:05 PM Send Qgis-user mailing list submissions to [email protected] To subscribe or unsubscribe via the World Wide Web, visit http://lists.osgeo.org/mailman/listinfo/qgis-user or, via email, send a message with subject or body 'help' to [email protected] You can reach the person managing the list at [email protected] When replying, please edit your Subject line so it is more specific than "Re: Contents of Qgis-user digest..." Today's Topics: 1. Re: Is there a way of installing the qgis plugin for ORFEO Toolbox (OTB)? (Markus Weidenbach) 2. AW: Re: AW: [Qgis-user] How to get group index ? (Ziegler Stefan) 3. Re: AW: Re: AW: [Qgis-user] How to get group index ? (Marco Hugentobler) 4. Pretty breaks, so pretty ? (J?r?me - GeoRezo.net) 5. Installing QGIS Mapserver in a Windows 7 PC (hayamaguchi) 6. Re: Pretty breaks, so pretty ? (Carson J Q Farmer) ---------------------------------------------------------------------- Message: 1 Date: Thu, 03 Feb 2011 19:19:02 +0100 From: Markus Weidenbach <[email protected]> Subject: Re: [Qgis-user] Is there a way of installing the qgis plugin for ORFEO Toolbox (OTB)? To: [email protected] Message-ID: <[email protected]> Content-Type: text/plain; charset="iso-8859-1" Hi, on WIN 7 you have to copy the *.dll to C:\OSGeo4W\apps\qgis\plugins, then start QGIS 1.6 and activate the plugin under the menu extensions/manage extensions. I am using WIN7, 64bit and QGIS 1.6 and it works. The extension is limited to some OTB functions, I hope more functionalities will be implemented on a later version :-) . Regards, Markus -- Dr. Markus Weidenbach *landConsult.de* Geographical Information Management and Environmental Planning D-77773 Schenkenzell Germany e.mail see: http://landConsult.de Am 27.01.2011 13:37, schrieb M.E.Dodd: > Thanks for this. I've tried a few different ways as suggested on that page > but not sure I am doing it right as nothing is obviously appearing, at the > moment am trying: > > "OTB module is available as a separate file , the installation is reduced to > the unpacking and transfer dll-library in the directory of extensions > installed QGIS." > > Have downloaded the .dll file and put it in the directory C:\OSGeo4W\bin but > not sure if this is correct, should it be in one of the other subdirectories > as I can't find one called 'extensions'. > > -----Original Message----- > From: Giovanni Manghi [mailto:[email protected]] > Sent: 26 January 2011 20:51 > To: M.E.Dodd > Cc: [email protected] > Subject: Re: [Qgis-user] Is there a way of installing the qgis plugin for > ORFEO Toolbox (OTB)? > > On Wed, 2011-01-26 at 17:01 +0000, M.E.Dodd wrote: >> I can find their website and the full Monteverdi program but can't >> work out how to install the qgis plugin, any suggestions? > > Gis-Lab packaged the plugin for windows > > http://translate.google.com/translate?hl=en&sl=ru&tl=en&u=http://gis-lab.info/blog/2010-11/otb-plugin-qgis/ > > > cheers > > -- Giovanni -- > > > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.osgeo.org/pipermail/qgis-user/attachments/20110203/add87f28/attachment-0001.html ------------------------------ Message: 2 Date: Thu, 3 Feb 2011 20:46:18 +0100 From: Ziegler Stefan <[email protected]> Subject: AW: Re: AW: [Qgis-user] How to get group index ? To: knackaerts <[email protected]> Cc: qgis-user <[email protected]> Message-ID: <H00002ea08bad0f1.1296762378.srsofaioi6145.ktso.ch@MHS> Content-Type: text/plain; charset="iso-8859-1" The python bindings for this method was introduced with revision 14164. So you should try QGIS 1.6 I guess. regards Stefan > -----Urspr黱gliche Nachricht----- > Von: Kris Nackaerts [mailto:[email protected]] > Gesendet am: Donnerstag, 3. Februar 2011 20:38 > An: Ziegler Stefan > Betreff: Re: AW: [Qgis-user] How to get group index ? > > I'm using version 1.4 on Ubuntu 10.x at the moment. > > I did a dir(iface.legendInterface()) and > groupLayerRelationship() is not > in it. > > the indexOf() function returns the index of the group in the > list of all > groups, but that's not the correct index for the legend. > > On which version do you use it? > Kris > > > On 03/02/2011 17:40, Ziegler Stefan wrote: > > Hi Kris > > > > this solution should still work (at least for me). Which > version of QGIS do you use? > > > > regards > > Stefan > > > > Mit freundlichem Gruss > > Stefan Ziegler > > Leiter amtliche Vermessung > > > > Amt f黵 Geoinformation > > R鰐istrasse 4 > > 4501 Solothurn > > 032 627 75 96 > > > > ----- Originalnachricht ----- > > Von: "Kris Nackaerts"<[email protected]> > > Gesendet: Don, 3.2.2011 17:29 > > An: [email protected] > > Betreff: [Qgis-user] How to get group index ? > > > > Dear, > > > > I'm trying to get the correct group index from python so I > can move layers into a predefined group. I can get the list > of groups, but not the correct index in the full legend tree. > Anyone who knows how to get this? > > > > I found one solution, but this is not working anymore: > > > http://code.google.com/p/cataisrepository/source/browse/trunk/ qgis/plugins/soverify/tools/utils.py?spec=svn89&r=89 > > It uses relationList = iface.legendInterface().groupLayerRelationship() > , a function that doesn't exist. > > > > my trial was: > if 'Templates' in legend.groups(): > g_templates = legend.groups().indexOf('Templates') > else: > g_templates=legend.addGroup('Templates') > legend.moveLayer(loadedLayer,g_templates) > > Any hints? > > Kris -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.osgeo.org/pipermail/qgis-user/attachments/20110203/a31dae2d/attachment-0001.html ------------------------------ Message: 3 Date: Thu, 3 Feb 2011 21:27:37 +0100 From: Marco Hugentobler <[email protected]> Subject: Re: AW: Re: AW: [Qgis-user] How to get group index ? To: [email protected] Message-ID: <[email protected]> Content-Type: Text/Plain; charset="iso-8859-15" Note that groupLayerRelationship() was made prior to the introduction of the nested grouping. So I'm expecting it will give back incorrect information with nested groups. Regards, Marco Am Donnerstag, 3. Februar 2011, um 20.46:18 schrieb Ziegler Stefan: > The python bindings for this method was introduced with revision 14164. > So you should try QGIS 1.6 I guess. > > regards > Stefan > > > -----Urspr黱gliche Nachricht----- > > Von: Kris Nackaerts [mailto:[email protected]] > > Gesendet am: Donnerstag, 3. Februar 2011 20:38 > > An: Ziegler Stefan > > Betreff: Re: AW: [Qgis-user] How to get group index ? > > > > I'm using version 1.4 on Ubuntu 10.x at the moment. > > > > I did a dir(iface.legendInterface()) and > > groupLayerRelationship() is not > > in it. > > > > the indexOf() function returns the index of the group in the > > list of all > > groups, but that's not the correct index for the legend. > > > > On which version do you use it? > > Kris > > > > On 03/02/2011 17:40, Ziegler Stefan wrote: > > > Hi Kris > > > > > > this solution should still work (at least for me). Which > > > > version of QGIS do you use? > > > > > regards > > > Stefan > > > > > > Mit freundlichem Gruss > > > Stefan Ziegler > > > Leiter amtliche Vermessung > > > > > > Amt f黵 Geoinformation > > > R鰐istrasse 4 > > > 4501 Solothurn > > > 032 627 75 96 > > > > > > ----- Originalnachricht ----- > > > Von: "Kris Nackaerts"<[email protected]> > > > Gesendet: Don, 3.2.2011 17:29 > > > An: [email protected] > > > Betreff: [Qgis-user] How to get group index ? > > > > > > Dear, > > > > > > I'm trying to get the correct group index from python so I > > > > can move layers into a predefined group. I can get the list > > of groups, but not the correct index in the full legend tree. > > Anyone who knows how to get this? > > > > > I found one solution, but this is not working anymore: > > http://code.google.com/p/cataisrepository/source/browse/trunk/ > > qgis/plugins/soverify/tools/utils.py?spec=svn89&r=89 > > > It uses relationList = > > iface.legendInterface().groupLayerRelationship() > > > , a function that doesn't exist. > > > > my trial was: > > if 'Templates' in legend.groups(): > > g_templates = legend.groups().indexOf('Templates') > > > > else: > > g_templates=legend.addGroup('Templates') > > > > legend.moveLayer(loadedLayer,g_templates) > > > > Any hints? > > > > Kris -- Dr. Marco Hugentobler Sourcepole - Linux & Open Source Solutions Churerstr. 22, CH-8808 Pf鋐fikon SZ, Switzerland [email protected] http://www.sourcepole.ch Technical Advisor QGIS Project Steering Committee ------------------------------ Message: 4 Date: Fri, 4 Feb 2011 00:06:56 +0100 From: J?r?me - GeoRezo.net <[email protected]> Subject: [Qgis-user] Pretty breaks, so pretty ? To: <[email protected]> Message-ID: <A89F54320488472A97DA04187785E359@Levy> Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Great, I get the new classifications modes ! But I have an other question : What is this pretty breaks classification method ? My QGIS documentation have this explanation : "Pretty de GRASS", but I found no pretty method in GRASS ! So what is this method ? Thanks J閞鬽e ------------------------------ Message: 5 Date: Thu, 3 Feb 2011 17:06:28 -0800 (PST) From: hayamaguchi <[email protected]> Subject: [Qgis-user] Installing QGIS Mapserver in a Windows 7 PC To: [email protected] Message-ID: <[email protected]> Content-Type: text/plain; charset=us-ascii Hello, all! I need your help in installing QGIS Mapserver on my Windows 7 PC. I have managed to install the module "mod_fcgid.so" in the "modules" folder of my Apache 2.2 installation, and have added the line "LoadModule fcgid_module modules/mod_fcgid.so" to the "httpd.conf" file in the "conf" folder of Apache. Presumably this installs the fcgi module on my Apache server. (I am using the Apache server that comes with OSGeo4W.) The two published instructions that I could find for QGIS Mapserver (http://www.qgis.org/wiki/QGIS_mapserver_tutorial and http://linfiniti.com/2010/08/qgis-mapserver-a-wms-server-for-the-masses/) are for Mac OS and Linux, respectively. The only instructions for Windows I can find are those at http://karlinapp.ethz.ch/qgis_wms/documentation/index.html. These (possibly obsolete or inapplicable) directions instruct me to find "qgis_map_serv.fcgi" generated by QGIS and "place the located qgis_map_serv.fcgi" (and the xml file with the metadata from the same directory) in the cgi folder of your Webserver." QGIS 1.6 on Windows creates "qgis_mapserv.fcgi.exe" in my "C:\OSGeo4W\apps\qgis\bin" directory. There is also a "wms_metadata.xml" file in the same directory. Is this "qgis_mapserv.fcgi.exe" file the one that I am supposed to place in the "C:\OSGeo4W\apache\cgi-bin" folder, along with the "wms_metadata.xml" file? Also, the directions in http://karlinapp.ethz.ch/qgis_wms/documentation/index.html tell me to "Configure the mapserver with fcgi by entering the following line into fcgid.conf: "DefaultInitEnv LD_LIBRARY_PATH <Path to Qt libraries>:<Path to QGIS libraries>" (and restart the Webserver after this)." I don't see a "fcgid.conf" file anywhere in the OSGeo4W directory, either under "apache" or any other folder. (I don't even know if this particular instruction applies to Windows.) I'm wondering if anybody here has been successful in installing QGIS Mapserver on a Windows installation using the files that are created when installing QGIS 1.6 ... Alternatively, has anybody located instructions for installing QGIS Mapserver on Windows machines? Any assistance in this matter will be appreciated! Thank you! Howard -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Installing-QGIS-Mapserver-in-a-Windows-7-PC-tp5991190p5991190.html Sent from the qgis-user mailing list archive at Nabble.com. ------------------------------ Message: 6 Date: Fri, 4 Feb 2011 03:05:24 +0000 From: Carson J Q Farmer <[email protected]> Subject: Re: [Qgis-user] Pretty breaks, so pretty ? To: "J?r?me - GeoRezo.net" <[email protected]> Cc: "<[email protected]>" <[email protected]> Message-ID: <[email protected]> Content-Type: text/plain; charset=utf-8 Pretty is from R, not grass... Perhaps this is a translation typo? See: http://astrostatistics.psu.edu/datasets/R/html/base/html/pretty.html for a short description. Carson -- Carson J. Q. Farmer ISSP Doctoral Fellow National Centre for Geocomputation National University of Ireland, Maynooth www.carsonfarmer.com On 3 Feb 2011, at 11:06 p.m., J茅r么me - GeoRezo.net <[email protected]> wrote: > Great, I get the new classifications modes ! > > But I have an other question : > > What is this pretty breaks classification method ? > > My QGIS documentation have this explanation : "Pretty de GRASS", but I found > no pretty method in GRASS ! > > > So what is this method ? > > > Thanks > > J茅r么me > _______________________________________________ > Qgis-user mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/qgis-user ------------------------------ _______________________________________________ Qgis-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-user End of Qgis-user Digest, Vol 60, Issue 7 ****************************************
_______________________________________________ Qgis-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-user
