[Qgis-user] Copy Selected Attribute Table Columns

2013-10-29 Thread Pretorius Deon - Lieutenant Colonel
Hi, How can I copy only selected attributes column is the attribute table without have to copy the "WKT_Geometry" column which is not visible in the attribute table but visible in the excel spread sheet when pasted because it takes a lot of space in my excel spread sheet. Regards Deon ___

Re: [Qgis-user] float raster to integer raster

2013-10-29 Thread Yasser Said Lopez de Olmos Reyes
I use the method Saber is proposing. It is kind of automatic: search for "r.mapcalculator" in the processing toolbox, fill the Raster Layer A option with your floating point raster and in the Formula textbox write "round(A)", name the output raster, run and that's it. 2013/10/29 Saber Razmjooei

Re: [Qgis-user] New Processing version

2013-10-29 Thread richard burcher
Thanks for this! Really like the idea of a weekly release. -- View this message in context: http://osgeo-org.1560.x6.nabble.com/New-Processing-version-tp5086310p5086463.html Sent from the Quantum GIS - User mailing list archive at Nabble.com. ___ Qg

Re: [Qgis-user] map composer: cannot set portrait (extend in map composer)

2013-10-29 Thread Tim Michelsen
> You can just use the set extents button. Thanks for the patient answer. It does not work in my case because it assumes that the map that shall be fitted into the item frame covers the whole QGIS main window. But in my case I have a single tif raster file which leaves a white space left and right

Re: [Qgis-user] map composer: cannot set portrait (extend in map composer)

2013-10-29 Thread Nathan Woodrow
Hey Tim, You can just use the set extents button. http://i.imgur.com/4frb815.png - Nathan On Wed, Oct 30, 2013 at 9:23 AM, Tim Michelsen wrote: > >> That said, You need to change your Map item scale in the main properties > >> > or it's extent. > > I was expecting that it gets the extend from

Re: [Qgis-user] map composer: cannot set portrait (extend in map composer)

2013-10-29 Thread Tim Michelsen
>> That said, You need to change your Map item scale in the main properties >> > or it's extent. > I was expecting that it gets the extend from the QGIS main window. Let's say use Natural Earth (World data set) and then I zoom to Brazil. Below in the main window, I can then copy the extend. What

Re: [Qgis-user] How to create a mapfile in QGIS 2.0

2013-10-29 Thread Solly Vuso
I dont have "Web tab" in Qgis 2.0 but I do have it on 1.8 On Tue, Oct 29, 2013 at 4:18 PM, Lene Fischer wrote: > It´also easy in 2.0 > Same procedure as last version. > Regards > Lene Fischer > -- > *Fra:* qgis-user-boun...@lists.osgeo.org [ > qgis-user-boun...@lis

[Qgis-user] How to create a mapfile in QGIS 2.0

2013-10-29 Thread Lene Fischer
It´also easy in 2.0 Same procedure as last version. Regards Lene Fischer Fra: qgis-user-boun...@lists.osgeo.org [qgis-user-boun...@lists.osgeo.org] på vegne af Solly Vuso [sollyv...@gmail.com] Sendt: 29. oktober 2013 13:43 Til: qgis-user@lists.osgeo.org Emne: [Qgis

Re: [Qgis-user] Multiple Map/Data Frames?

2013-10-29 Thread Andreas Neumann
Hi David, You can do it - sort of. Not as elegant as it could be. QGIS has only one main map. What you can do is: * have the layer combination of the first map frame * draw your map frame in the print composer * check the "Lock layers in map frame" check box * return to the main map * change yo

[Qgis-user] Multiple Map/Data Frames?

2013-10-29 Thread Chrest, David
Folks, Can "multiple data frames" be created in QGIS to add to composer? Not just a single inset map, but the ability to add multiple insets/maps in smaller boxes to the larger main map? This is common in mapping when one displays data over the Lower 48 states, for example, but also needs to in

[Qgis-user] How to create a mapfile in QGIS 2.0

2013-10-29 Thread Solly Vuso
It was easy in Qgis 1.8 -- Best Regards Solly Vuso ___ Qgis-user mailing list Qgis-user@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] float raster to integer raster

2013-10-29 Thread Saber Razmjooei
Alternatively, Processing > Commander > r.mapcalculator int(A) or round(A) Cheers, Saber -Original Message- From: qgis-user-boun...@lists.osgeo.org [mailto:qgis-user-boun...@lists.osgeo.org] On Behalf Of Peteris Bruns Sent: 29 October 2013 12:20 To: qgis-user@lists.osgeo.org Subject: Re:

Re: [Qgis-user] float raster to integer raster

2013-10-29 Thread Pēteris Brūns
Maybe gdal_translate with -ot parameter can help? Best, On 2013.10.29. 14:07, Edita Laurinaviciute wrote: Hi List, how would you convert float raster to integer raster? Many Thanks, Edita The OPW is supporting The Gathering Ireland 2013. Go to http://www.thegatheringireland.com and Be Part

[Qgis-user] float raster to integer raster

2013-10-29 Thread Edita Laurinaviciute
Hi List, how would you convert float raster to integer raster? Many Thanks, Edita The OPW is supporting The Gathering Ireland 2013. Go to http://www.thegatheringireland.com and Be Part of it! ** Email Disclaimer: http://www.

Re: [Qgis-user] New Processing version

2013-10-29 Thread Filipe Dias
Excellent news. Thank you Victor and Alexander for all your great work! On Tue, Oct 29, 2013 at 10:55 AM, Victor Olaya wrote: > Hi all > > I am happy to announce that a new version of Processing has been > published. You should be able to update it using the GIS Plugin > Manager > > It contains

Re: [Qgis-user] New Processing version

2013-10-29 Thread Werner Macho
thumbs up awesome stuff! congratulations On Tue, Oct 29, 2013 at 12:55 PM, Victor Olaya wrote: > Hi all > > I am happy to announce that a new version of Processing has been > published. You should be able to update it using the GIS Plugin > Manager > > It contains a few new features, but mostly

[Qgis-user] New Processing version

2013-10-29 Thread Victor Olaya
Hi all I am happy to announce that a new version of Processing has been published. You should be able to update it using the GIS Plugin Manager It contains a few new features, but mostly bug fixes and corrections that have been done since QGIS 2.0 was released We plan to release new versions reg

[Qgis-user] Processing toolbox model vs script

2013-10-29 Thread Jonas Sjögren
Hi, I have produced a model in the processing toolbox which uses the algorithm 'Reclassify grid values' and it works fine. Now I would like to make the same calculation using a script, and I click 'Save as Python script' and it jumps nicely into the box of User scripts in the toolbox. However, when

Re: [Qgis-user] Problems visualising JPG rasters

2013-10-29 Thread Paolo Cavallini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Il 29/10/2013 04:10, Nathan Woodrow ha scritto: > Hey Osvaldo, > > Have you tried the latest installers from the website. I have a > feeling this was fixed. It has been indeed. All the best. - -- Paolo Cavallini - Faunalia www.faunalia.eu Full con

Re: [Qgis-user] Note on bug in Lat/Lon plugin

2013-10-29 Thread Mikhail Tchernychev
Yes, it is approved. Sorry I was thinking it would take long time to approve, but now I can do it myself. Best Regards, Mikhail On 10/28/2013 10:18 PM, Richard Duivenvoorde wrote: On 28-10-13 22:31, Mikhail Tchernychev wrote: Hello List, I recently fixed bug in Lat/Lon plugin. Unfortunately