[Qgis-user] problem regarding build of qgis

2016-12-26 Thread Dinesh Chand Sharma
with regards !
can you help me to solve this problem

GEOS_INCLUDE_DIR=GEOS_INCLUDE_DIR-NOTFOUND

GEOS_LIBRARY=GEOS_LIBRARY-NOTFOUND

CMake Error at cmake/FindGEOS.cmake:182 (MESSAGE):
Could not find GEOS
Call Stack (most recent call first):
CMakeLists.txt:198 (FIND_PACKAGE)




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

[QGIS-it-user] qml Regione Lombardia

2016-12-26 Thread Eugenio Fasser
ciao,
ho scaricato i gli shapefile del DataBase Topografico di Regione Lombardia,
qualcuno ha i file qml per la "vestizione"?
grazie
Eugenio
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [Qgis-user] Connecting QGIS to an Android GPS

2016-12-26 Thread Fernando M. Roxo da Motta
On Mon, 26 Dec 2016 09:35:12 +, Pedro Venâncio
 wrote:


> Hi Paolo,
> 
=8<-
> 
> So, you do:
> 
> $ sudo rfcomm bind 0 xx:xx:xx:xx:xx:xx 2
> 
> and you will get the /dev/rfcomm0.

  Then you do:

$ ls -l /dev/rfcomm0
crw-rw 1 root dialout 216, 0 Dez 26 11:30 /dev/rfcomm0

  Make sure that your user is in the resource group, 'dialout' in this
case:

$ groups
roxo adm dialout cdrom floppy sudo audio dip video plugdev netdev fuse
lpadmin scanner sambashare vboxusers libvirtd gpu wireshark

  If you are not, insert your user there.  You can do it using the
administration tools or edit '/etc/groups' and insert your user there:

$ grep dialout /etc/group
dialout:x:20:roxo

  If you have to insert your user in "dialout", or whatever group it was
created under (never insert your user in root group!!), you will need to
logout and logon again, no restart needed.

> Then run QGIS with root, and connect GPS to /dev/rfcomm0.

  If you follow the steps above, fire QGis with your regular user and
connect GPS to /dev/rfcomm0.

> It is working fine here.

  Ditto.


  Best regards.


  Roxo

P.S.  Every time you have to run an end user application as root, look
for the resource demanding this authority and thy to give it to a
generic non authoritative group.   Insert your user in that group and,
finally, try to use the resource with your user.

 -- 
 Non luctari, ludare ---+ WYSIWYG
Fernando M. Roxo da Motta   | Editor?
Except where explicitly stated I speak on my own behalf.|  VI !!
  ( Usuário Linux registrado #39505 )   | I see text,
 Quis custodiet ipsos custodes?-+ I get text!
 
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Connecting QGIS to an Android GPS

2016-12-26 Thread Paolo Cavallini
And thanks Richard, your notes were very useful. Probably worth to put
this as an howto in the official documentation.

All the best.

Il 26/12/2016 10:35, Pedro Venâncio ha scritto:

> It is working fine here.

Thanks Pedro.

All the best.
-- 
Paolo Cavallini - www.faunalia.eu
QGIS & PostGIS courses: http://www.faunalia.eu/training.html
https://www.google.com/trends/explore?date=all=IT=qgis,arcgis


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

Re: [Qgis-user] Connecting QGIS to an Android GPS

2016-12-26 Thread Paolo Cavallini
Il 26/12/2016 10:35, Pedro Venâncio ha scritto:
> Hi Paolo,
> 
> I've no problem to connect an Android phone (Nexus 4) to a Linux Mint /
> Ubuntu laptop, both with ShareGPS [0] or GPS over BT [1] apps.
> 
> For instance, for ShareGPS, Add a new connection, Type standard NMEA
> format, connection over bluetooth, auto find and connect to the laptop
> bluetooth. Then click on 'bluetooth icon' on ShareGPS, to make the
> smartphone visible to others by 180 seconds, and on laptop (where I've
> gpsd deamon running), the steps are exactly the ones pointed by Richard:
> 
> $ hcitool scan
> (here you will get the MAC address - xx:xx:xx:xx:xx:xx)
> 
> 
> $ sdptool records xx:xx:xx:xx:xx:xx
> 
> In your case the answer is:
> 
> Service Name: ShareGPS
> Service RecHandle: 0x10011
> Service Class ID List:
>   "Serial Port" (0x1101)
> Protocol Descriptor List:
>   "L2CAP" (0x0100)
>   "RFCOMM" (0x0003)
> Channel: 2
> 
> So, you do:
> 
> $ sudo rfcomm bind 0 xx:xx:xx:xx:xx:xx 2
> 
> and you will get the /dev/rfcomm0.
> 
> Then run QGIS with root, and connect GPS to /dev/rfcomm0.
> 
> It is working fine here.

Thanks Pedro, now working. There was some communication problems,
apparently with the kernel modules.
All the best.
-- 
Paolo Cavallini - www.faunalia.eu
QGIS & PostGIS courses: http://www.faunalia.eu/training.html
https://www.google.com/trends/explore?date=all=IT=qgis,arcgis


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

Re: [Qgis-user] Connecting QGIS to an Android GPS

2016-12-26 Thread Pedro Venâncio
Hi Paolo,

I've no problem to connect an Android phone (Nexus 4) to a Linux Mint /
Ubuntu laptop, both with ShareGPS [0] or GPS over BT [1] apps.

For instance, for ShareGPS, Add a new connection, Type standard NMEA
format, connection over bluetooth, auto find and connect to the laptop
bluetooth. Then click on 'bluetooth icon' on ShareGPS, to make the
smartphone visible to others by 180 seconds, and on laptop (where I've gpsd
deamon running), the steps are exactly the ones pointed by Richard:

$ hcitool scan
(here you will get the MAC address - xx:xx:xx:xx:xx:xx)


$ sdptool records xx:xx:xx:xx:xx:xx

In your case the answer is:

Service Name: ShareGPS
Service RecHandle: 0x10011
Service Class ID List:
  "Serial Port" (0x1101)
Protocol Descriptor List:
  "L2CAP" (0x0100)
  "RFCOMM" (0x0003)
Channel: 2

So, you do:

$ sudo rfcomm bind 0 xx:xx:xx:xx:xx:xx 2

and you will get the /dev/rfcomm0.

Then run QGIS with root, and connect GPS to /dev/rfcomm0.

It is working fine here.

Best regards,
Pedro Venâncio


[0] https://play.google.com/store/apps/details?id=com.jillybunch.shareGPS
[1] https://play.google.com/store/apps/details?id=com.Saenko.GpsOverBt



2016-12-26 8:06 GMT+00:00 Paolo Cavallini :

> Il 25/12/2016 11:06, Richard Duivenvoorde ha scritto:
>
> > I did fiddle around a little with a bluetooth dongle some time ago:
> >
> > http://zuidt.nl/blog/html/2014/06/12/use_your_gps_dongle_with_qgis.html
> >
> > not sure if it is of use though.
>
> Thanks Richard. I do not have particular problems with GPS loggers; what
> I'm finding difficult is connecting to an Android phone.
> Thanks anybody for hints.
> All the best.
>
> --
> Paolo Cavallini - www.faunalia.eu
> QGIS & PostGIS courses: http://www.faunalia.eu/training.html
> https://www.google.com/trends/explore?date=all=IT=qgis,arcgis
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user
>
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Zonal Statistic from WCS

2016-12-26 Thread Carlo A. Bertelli (Charta s.r.l.)
On Sun, 25 Dec 2016 18:30:11 + Lene Fischer  wrote:

>
> Hi,
> Working with a WCS layer with values in band I would like to use Zonal
> Statistic. At the moment it can only be used with rasterfiles.
>
> Any workaround for using WCS ?
>
> Regards
> Lene Fischer
>

Did you try using an xml GDAL file (http://www.gdal.org/frmt_wcs.html)?
c
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Connecting QGIS to an Android GPS

2016-12-26 Thread Paolo Cavallini
Il 25/12/2016 11:06, Richard Duivenvoorde ha scritto:

> I did fiddle around a little with a bluetooth dongle some time ago:
> 
> http://zuidt.nl/blog/html/2014/06/12/use_your_gps_dongle_with_qgis.html
> 
> not sure if it is of use though.

Thanks Richard. I do not have particular problems with GPS loggers; what
I'm finding difficult is connecting to an Android phone.
Thanks anybody for hints.
All the best.

-- 
Paolo Cavallini - www.faunalia.eu
QGIS & PostGIS courses: http://www.faunalia.eu/training.html
https://www.google.com/trends/explore?date=all=IT=qgis,arcgis
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user