[Qgis-user] Converter vectorial to raster without GRASS-plugin

2010-05-06 Thread Franz Schiller
Greetings
I'm having a few difficulties in putting GRASS-plugin working in my QGIS.
But, until then, I need to convert a raster file to vectorial. How can I do
that?
Thanks

Best regards,
Franz
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] Error: GRASS not available in QGIS installation

2010-05-06 Thread Pedro Roma
Greetings

I've just compiled QGIS 1.4 in an Ubuntu9.10 machine and I added, during
installation, GRASS folder and includes path but GRASS is not available in
Plugins list. Is there a way to debug and see what might be missing?
Maybe LD_LIBRARY_PATH?

Thanks for your help
Pedro
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Re: Installation of QGIS using Ubuntu Synaptic Package Manager

2010-05-06 Thread Borys Jurgiel
  Unfortunely I didn't saved the text into a log file.

You can run it again :)

  Finally, make install installs the compiled .so libraries (e.g.
  libgrassplugin.so) in /lib/qgis/ within your destination folder, so
  usually in /usr/local/lib/qgis/
 
  At that folder I only have :
 libgrassplugin.so and libgrassprovider.so
 libqgisgrass.so, libgrassrasterprovider.so are not there.

Now i see my grass doesn't work too (although it loads and looks ok, it can't 
load any layer nor run any module)...
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Merging 3 different Shapefiles

2010-05-06 Thread Micha Silver




On 06/05/2010 15:05, Pedro Roma wrote:
Greetings
  
I need to merge 3 shapefiles, from different training areas, into only
one. How can I do this in QGIS?

You start by beginning editing the target layer (maybe create a new
empty shapefile for this). 
Then switch to one of the source layers (activate it in the TOC), and
using the select button, select all features, and click on the "copy"
button.
Now switch back to the target layer, and click on the "paste" button.
All features selected in the source will be copied to the target.
Repeat for each additional source layer.
 

Thanks
Pedro
  
This mail was received via Mail-SeCure System.
  

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

This mail was received via Mail-SeCure System.


  



-- 
Micha Silver
http://www.surfaces.co.il/
Arava Development Co.  +972-52-3665918



___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Converter vectorial to raster without GRASS-plugin

2010-05-06 Thread Stefan Kiefer
What about using grass directly?  For a working grass plugin grass have
to be installed on the system anyway (is that so?). Hence you can start
grass on its own.

cheers

Stefan

Am Donnerstag, den 06.05.2010, 11:50 +0100 schrieb Franz Schiller:

 Greetings
 
 I'm having a few difficulties in putting GRASS-plugin working in my
 QGIS. But, until then, I need to convert a raster file to vectorial.
 How can I do that?
 Thanks
 
 Best regards,
 Franz
 
 ___
 Qgis-user mailing list
 Qgis-user@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-user


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Merging 3 different Shapefiles

2010-05-06 Thread Stefan Kiefer
You can use the fTools-Plugin. With the merge tool you can merge two
layers. I.e. you merge layer one to layer two. Then you merge the
resulting layer with layer three. 

cheers 

Stefan

Am Donnerstag, den 06.05.2010, 13:05 +0100 schrieb Pedro Roma:

 Greetings
 
 I need to merge 3 shapefiles, from different training areas, into only
 one. How can I do this in QGIS?
 
 Thanks
 Pedro
 
 ___
 Qgis-user mailing list
 Qgis-user@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-user


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] qgis compiling error

2010-05-06 Thread Pierre Chevalier Géologue

Hello,

I had the same kind of error, also on debian testing. I tried many 
different things, and it eventually worked out, I'm not exactly sure 
what exactly worked...  It may be a mess between sip and sip4 packages?


Here are the last things I did, as root, just before it worked, 
according to my /root/.bash_history:


   apt-get install gdal-bin libgdal1-dev libgeos-dev proj libgdal-doc 
   python-dev libgsl0-dev g++ libjasper-dev libtiff4-dev subversion

   libsqlite3-dev sqlite3 ccache make libpq-dev flex bison cmake
   txt2tags python-qt4 python-qt4-dev python-sip4 sip4 python-sip4-dev

   apt-get install cmake

   apt-get install grass libgrass-dev

   apt-get install grass grass-dev

   cd /usr/local/bin

   sudo ln -s /usr/bin/ccache gcc

   sudo ln -s /usr/bin/ccache g++

   apt-get install build-essential g++ subversion

In case it helps...  After that, I could successfully ccmake .. , make, 
make install... it works!

But I ran into another problem: I'll put this on another thread.

A+
Pierre


flavio rigolon claviota:

Hi all,
 I'm trying to compile qgis (on debian testing). During the ccmake .. 
I've got this error:


 CMake Error at cmake/FindSIP.cmake:52 (MESSAGE):
   Could not find SIP
 Call Stack (most recent call first):
   CMakeLists.txt:358 (FIND_PACKAGE)

My system is up-to-date (this morning).
I've found another thread:

http://osgeo-org.1803224.n2.nabble.com/sip-not-working-with-py-2-6-td4467899.html

wich contains the same object, but I can't figure out.

Any suggestion will be appreciated. Thanks in advance.
regards
flavio

--

Pierre Chevalier Géologue EI
   Mesté Duran
   32100 Condom
 Tél+fax  :09 75 27 45 62
   05 62 28 06 83
06 37 80 33 64
 Émail  :   pierrechevaliergeolCHEZfree.fr
 icq#   :   10432285
 skype  :   pierre.chevalier1967
 http://pierremariechevalier.free.fr/pierre_chevalier_geologue 





___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] qgis compiling error

2010-05-06 Thread flavio rigolon
2010/5/6 Pierre Chevalier Géologue pierrechevalierg...@free.fr

 Hello,


Hi Pierre,



 I had the same kind of error, also on debian testing. I tried many
 different things, and it eventually worked out, I'm not exactly sure what
 exactly worked...  It may be a mess between sip and sip4 packages?

 Here are the last things I did, as root, just before it worked, according
 to my /root/.bash_history:

   apt-get install gdal-bin libgdal1-dev libgeos-dev proj libgdal-doc
  python-dev libgsl0-dev g++ libjasper-dev libtiff4-dev subversion
   libsqlite3-dev sqlite3 ccache make libpq-dev flex bison cmake
   txt2tags python-qt4 python-qt4-dev python-sip4 sip4 python-sip4-dev

   apt-get install cmake

   apt-get install grass libgrass-dev

   apt-get install grass grass-dev

   cd /usr/local/bin

   sudo ln -s /usr/bin/ccache gcc

   sudo ln -s /usr/bin/ccache g++

   apt-get install build-essential g++ subversion


I've followed your suggestions but the error is the same.thanks anyway.

flavio
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] qgis Debian testing

2010-05-06 Thread Gary Smith
I have installed the version 1.5 from the gfossit repository. I am not 
sure how this version was compiled but I cannot get a version compiled 
with Python2.6.


So although I have a compiled version it also has a number of 
segmentation faults. The ones that I am most concerned with relate to 
the GdalTools.


When I try to compile from source I also come up against the sip problem 
which ultimately seems to be that the sipconfig module cannot be found. 
I cannot downgrade to python 2.5 without killing the rest of my system.


A sad state of affairs.  :-(

Gary

On 06/05/2010 18:00, qgis-user-requ...@lists.osgeo.org wrote:

Send Qgis-user mailing list submissions to
qgis-user@lists.osgeo.org

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
qgis-user-requ...@lists.osgeo.org

You can reach the person managing the list at
qgis-user-ow...@lists.osgeo.org

When replying, please edit your Subject line so it is more specific
than Re: Contents of Qgis-user digest...


Today's Topics:

1. Re: qgis compiling error (flavio rigolon)


--

Message: 1
Date: Thu, 6 May 2010 17:37:12 +0200
From: flavio rigolonflavio.rigo...@gmail.com
Subject: Re: [Qgis-user] qgis compiling error
To: Pierre Chevalier G?ologuepierrechevalierg...@free.fr
Cc: qgis-userqgis-user@lists.osgeo.org
Message-ID:
s2w2ce45db01005060837sbee72a0wb3efc83e4b293...@mail.gmail.com
Content-Type: text/plain; charset=utf-8

2010/5/6 Pierre Chevalier Géologuepierrechevalierg...@free.fr

   

Hello,

 

Hi Pierre,


   

I had the same kind of error, also on debian testing. I tried many
different things, and it eventually worked out, I'm not exactly sure what
exactly worked...  It may be a mess between sip and sip4 packages?

Here are the last things I did, as root, just before it worked, according
to my /root/.bash_history:

   apt-get install gdal-bin libgdal1-dev libgeos-dev proj libgdal-doc
  python-dev libgsl0-dev g++ libjasper-dev libtiff4-dev subversion
   libsqlite3-dev sqlite3 ccache make libpq-dev flex bison cmake
   txt2tags python-qt4 python-qt4-dev python-sip4 sip4 python-sip4-dev

   apt-get install cmake

   apt-get install grass libgrass-dev

   apt-get install grass grass-dev

   cd /usr/local/bin

   sudo ln -s /usr/bin/ccache gcc

   sudo ln -s /usr/bin/ccache g++

   apt-get install build-essential g++ subversion

 

I've followed your suggestions but the error is the same.thanks anyway.

flavio
-- next part --
An HTML attachment was scrubbed...
URL: 
http://lists.osgeo.org/pipermail/qgis-user/attachments/20100506/5b556efa/attachment-0001.html

--

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


End of Qgis-user Digest, Vol 51, Issue 7


   

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] qgis Debian testing

2010-05-06 Thread Paolo Cavallini
Gary Smith ha scritto:
 I have installed the version 1.5 from the gfossit repository. I am not
 sure how this version was compiled but I cannot get a version compiled
 with Python2.6.
 
 So although I have a compiled version it also has a number of
 segmentation faults. The ones that I am most concerned with relate to
 the GdalTools.

are you on 32 or 64 bit?
As you know, testing is a moving target, so old packages (even a few days) can 
give a
lot of trouble.
You can try this:
http://int.faunalia.it/~paolo/debian/
not apt-gettable, though.
All the best.
-- 
Paolo Cavallini: http://www.faunalia.it/pc
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] qgis compiling error

2010-05-06 Thread Pierre Chevalier Géologue
In fact, I also did other things before, I removed a lot of python 
stuff, but I can't remember what.  I did it with synaptic, so no 
record...  I think I got rid of python 2.5, 2.6, eric, bicyle repair and 
other things. I then reinstalled the packages I could remember, and it 
worked. I must admit I did this in a quite chaotic manner. But it works, 
now, thanks mostly to the debian packaging system.


A+
Pierre

flavio rigolon claviota:


2010/5/6 Pierre Chevalier Géologue pierrechevalierg...@free.fr 
mailto:pierrechevalierg...@free.fr


Hello,


Hi Pierre, 



I had the same kind of error, also on debian testing. I tried many
different things, and it eventually worked out, I'm not exactly
sure what exactly worked...  It may be a mess between sip and sip4
packages?

Here are the last things I did, as root, just before it worked,
according to my /root/.bash_history:

  apt-get install gdal-bin libgdal1-dev libgeos-dev proj
libgdal-docpython-dev libgsl0-dev g++ libjasper-dev
libtiff4-dev subversion
  libsqlite3-dev sqlite3 ccache make libpq-dev flex bison cmake
  txt2tags python-qt4 python-qt4-dev python-sip4 sip4 python-sip4-dev

  apt-get install cmake

  apt-get install grass libgrass-dev

  apt-get install grass grass-dev

  cd /usr/local/bin

  sudo ln -s /usr/bin/ccache gcc

  sudo ln -s /usr/bin/ccache g++

  apt-get install build-essential g++ subversion


I've followed your suggestions but the error is the same.thanks 
anyway.

flavio



--

Pierre Chevalier Géologue EI
   Mesté Duran
   32100 Condom
 Tél+fax  :09 75 27 45 62
   05 62 28 06 83
06 37 80 33 64
 Émail  :   pierrechevaliergeolCHEZfree.fr
 icq#   :   10432285
 skype  :   pierre.chevalier1967
 http://pierremariechevalier.free.fr/pierre_chevalier_geologue




___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Vectorial do Raster

2010-05-06 Thread Micha Silver

Nikos Dumakis wrote:


Greetings
I have just started using QGIs and I have one question: How can I 
convert a vectorial do raster? In this case is a Shapefile


The best way is to import the vector into the GRASS plugin (import with 
v.in.ogr), then use the GRASS module v.to.rast.




This mail was received via Mail-SeCure System.


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

This mail was received via Mail-SeCure System.


  



--
Micha Silver
Arava Development Co. +972-52-3665918
http://www.surfaces.co.il


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] qgis compiling error

2010-05-06 Thread Thomas Gratier
Hello,

I'm interested too about your configuration.
If you can make a
dpkg --get-selections  installed_software.txt
we can figure out where the problem comes from. (only about installed
packages)
More about the command dpkg --get-selections on
http://iridia.ulb.ac.be/wiki/Cloning_a_Debian_server

Regards

ThomasG
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] Re: Qgis-user Digest, Vol 51, Issue 7

2010-05-06 Thread Sajid Iqbal
Hello sir,
   i have a serious issue i.e
I add a layer on qgis and want to edit a waypoint and followed the below steps
1 add layer
2 wright click on layer on left side on layer manue
3 click toggle editing
4 salect the waypoint
5 move vertex and drag the waypoint on the wright place you want to be fix
important not is that edit colum is not highligted and also i m unable
to salect the field

On Thu, May 6, 2010 at 9:00 PM,  qgis-user-requ...@lists.osgeo.org wrote:
 Send Qgis-user mailing list submissions to
        qgis-u...@lists.osgeo.org

 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
        qgis-user-requ...@lists.osgeo.org

 You can reach the person managing the list at
        qgis-user-ow...@lists.osgeo.org

 When replying, please edit your Subject line so it is more specific
 than Re: Contents of Qgis-user digest...


 Today's Topics:

   1. Re: qgis compiling error (flavio rigolon)


 --

 Message: 1
 Date: Thu, 6 May 2010 17:37:12 +0200
 From: flavio rigolon flavio.rigo...@gmail.com
 Subject: Re: [Qgis-user] qgis compiling error
 To: Pierre Chevalier G?ologue pierrechevalierg...@free.fr
 Cc: qgis-user qgis-user@lists.osgeo.org
 Message-ID:
        s2w2ce45db01005060837sbee72a0wb3efc83e4b293...@mail.gmail.com
 Content-Type: text/plain; charset=utf-8

 2010/5/6 Pierre Chevalier Géologue pierrechevalierg...@free.fr

 Hello,


 Hi Pierre,



 I had the same kind of error, also on debian testing. I tried many
 different things, and it eventually worked out, I'm not exactly sure what
 exactly worked...  It may be a mess between sip and sip4 packages?

 Here are the last things I did, as root, just before it worked, according
 to my /root/.bash_history:

   apt-get install gdal-bin libgdal1-dev libgeos-dev proj libgdal-doc
  python-dev libgsl0-dev g++ libjasper-dev libtiff4-dev subversion
   libsqlite3-dev sqlite3 ccache make libpq-dev flex bison cmake
   txt2tags python-qt4 python-qt4-dev python-sip4 sip4 python-sip4-dev

   apt-get install cmake

   apt-get install grass libgrass-dev

   apt-get install grass grass-dev

   cd /usr/local/bin

   sudo ln -s /usr/bin/ccache gcc

   sudo ln -s /usr/bin/ccache g++

   apt-get install build-essential g++ subversion


 I've followed your suggestions but the error is the same.thanks anyway.

 flavio
 -- next part --
 An HTML attachment was scrubbed...
 URL: 
 http://lists.osgeo.org/pipermail/qgis-user/attachments/20100506/5b556efa/attachment-0001.html

 --

 ___
 Qgis-user mailing list
 Qgis-user@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-user


 End of Qgis-user Digest, Vol 51, Issue 7
 




-- 
Warm Regards,
Sajid Iqbal
PakVista Technologies Co. (Pvt) Ltd.
Office No.18, 3rd Floor, Select Center,
F-11 Markaz - Islamabad.
Office: +92 51 831 4504-5
Cell : +92 300  915  4403
URL: www.pakvistatech.com
http://www.pakvistatech.com/
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user