Re: [Qgis-user] QGIS and QT Designer

2013-07-19 Thread Andreas Neumann
Hi Leo,

QGIS is far from being optimal for mobile solutions currently. I hope
this can be improved with future versions. There is an effort going on
for QGIS an Android. See http://android.qgis.org/ and
http://android.qgis.org/download/qgis-for-android.pdf

Personally - if you do a lot of data input (esp. with text) - I would
use a small laptop or notebook - not a tablet. The virtual keyboards are
way inferior to physical keyboards. The other thing is that QGIS desktop
UI is not yet optimized for touch usage. It may work - sort of - but is
certainly not a good user experience.

If you deal primarily with point data and want to use a phone/table -
you may want to have a look at Nextgis mobile - see the email thread
starting here:
http://lists.osgeo.org/pipermail/qgis-user/2013-July/023123.html - it
will collaborate with QGIS and is more user-friendly and light-weight.

Don't get me wrong - I hope that QGIS improves in mobile space - and
work has already started. And I would appreciate if more
people/organizations would put work or financial resources into
improving it. But if you look for a good and quick solution now - you
will probably be disappointed.

--

To answer some of your other questions: You can also attach a form to
non-geometry table. You can then open the form by right-clicking a row
in the attribute table - again - this may be a bad experience on a
touch-device, where the rows in the table may be too small and you would
probably have to long-click as there is no right-click.

BTW: why do you have the impression that only Windows tablets would
work? You can also use Linux/Ubuntu based tablets or Android tablets.
The Android version still needs some further improvements/testing.

Panasonic does good outdoor tablets:
http://www.panasonic.com/business/toughpad/us/best-android-rugged-tablet-overview.asp

Hope this helps. I would love to see the mobile input improved in QGIS.

Andreas

Am 19.07.2013 03:32, schrieb Leo Kris Palao:
 Dear QGIS Users,
 
 I am exploring the synergy of QGIS and QT on a tablet for field work and
 field validation activities. I learn this functionality from Nathan
 Woodrow. As I understand, I need QGIS-dev and QT-dev packages to facilitate
 the integration of QT forms in QGIS. This require the use of OSGeo4W
 installer to install the packages, hence this makes Windows-based tablets
 appropriate to use.
 
 Right now, the only way to use the QT designer in QGIS is to have a vector
 point layer in which the fields are linked to the widgets in the QT form.
 In this case, for QT form to work (*pop-up in the map*) a user should
 digitize a point in the map canvass. Is there a way to use the GPS
 location/coordinates (*like mark waypoint in GPS*) instead of digitizing my
 points? For instance, I can use the current GPS location instead of
 manually digitizing my points. Or it can be the other way around, where I
 have an existing point layer and when you select on a specific point
 feature in the map canvass the QT forms will pop-up and populate or update
 the attribute information of that point. Does this makes sense?
 
 By the way (if it is okay), can anybody recommend a good windows-based
 tablet (that can support QGIS and QT, longer battery life, and with minimal
 glare when used outdoors)?
 
 Thank you.
 -Leo
 
 
 
 ___
 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 and QT Designer

2013-07-19 Thread Nathan Woodrow
Hey Andreas,

With a bit of work you can make QGIS work pretty well on a touch device.  I
have it running nice on a Windows Surface with a reduced interface and some
Python code.  This is why I built QMap.
https://www.dropbox.com/s/nzd1sziwrmacxbc/qmap.png

- Nathan


On Fri, Jul 19, 2013 at 5:38 PM, Andreas Neumann a.neum...@carto.netwrote:

 Hi Leo,

 QGIS is far from being optimal for mobile solutions currently. I hope
 this can be improved with future versions. There is an effort going on
 for QGIS an Android. See http://android.qgis.org/ and
 http://android.qgis.org/download/qgis-for-android.pdf

 Personally - if you do a lot of data input (esp. with text) - I would
 use a small laptop or notebook - not a tablet. The virtual keyboards are
 way inferior to physical keyboards. The other thing is that QGIS desktop
 UI is not yet optimized for touch usage. It may work - sort of - but is
 certainly not a good user experience.

 If you deal primarily with point data and want to use a phone/table -
 you may want to have a look at Nextgis mobile - see the email thread
 starting here:
 http://lists.osgeo.org/pipermail/qgis-user/2013-July/023123.html - it
 will collaborate with QGIS and is more user-friendly and light-weight.

 Don't get me wrong - I hope that QGIS improves in mobile space - and
 work has already started. And I would appreciate if more
 people/organizations would put work or financial resources into
 improving it. But if you look for a good and quick solution now - you
 will probably be disappointed.

 --

 To answer some of your other questions: You can also attach a form to
 non-geometry table. You can then open the form by right-clicking a row
 in the attribute table - again - this may be a bad experience on a
 touch-device, where the rows in the table may be too small and you would
 probably have to long-click as there is no right-click.

 BTW: why do you have the impression that only Windows tablets would
 work? You can also use Linux/Ubuntu based tablets or Android tablets.
 The Android version still needs some further improvements/testing.

 Panasonic does good outdoor tablets:

 http://www.panasonic.com/business/toughpad/us/best-android-rugged-tablet-overview.asp

 Hope this helps. I would love to see the mobile input improved in QGIS.

 Andreas

 Am 19.07.2013 03:32, schrieb Leo Kris Palao:
  Dear QGIS Users,
 
  I am exploring the synergy of QGIS and QT on a tablet for field work and
  field validation activities. I learn this functionality from Nathan
  Woodrow. As I understand, I need QGIS-dev and QT-dev packages to
 facilitate
  the integration of QT forms in QGIS. This require the use of OSGeo4W
  installer to install the packages, hence this makes Windows-based tablets
  appropriate to use.
 
  Right now, the only way to use the QT designer in QGIS is to have a
 vector
  point layer in which the fields are linked to the widgets in the QT form.
  In this case, for QT form to work (*pop-up in the map*) a user should
  digitize a point in the map canvass. Is there a way to use the GPS
  location/coordinates (*like mark waypoint in GPS*) instead of digitizing
 my
  points? For instance, I can use the current GPS location instead of
  manually digitizing my points. Or it can be the other way around, where I
  have an existing point layer and when you select on a specific point
  feature in the map canvass the QT forms will pop-up and populate or
 update
  the attribute information of that point. Does this makes sense?
 
  By the way (if it is okay), can anybody recommend a good windows-based
  tablet (that can support QGIS and QT, longer battery life, and with
 minimal
  glare when used outdoors)?
 
  Thank you.
  -Leo
 
 
 
  ___
  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

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


[Qgis-user] Setting up an FTP server to read a json file

2013-07-19 Thread Christophe B
hello,
I try to open a json from an FTP server. I configured my FTP server for the
rights to read and write on my file, authorized the reading of the file
before downloading.
When I open my file from the url ftp://user:password @ urlfile, Qgis told
me that the file format is not recognized.
This same file located locally or on a personal FTP server (ftpperso.free.fr
) works perfectly in QGIS.
How to setup the FTP server for QGIS can read the json?

thank you for your reply

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


Re: [Qgis-user] QGIS and QT Designer

2013-07-19 Thread Luca Lanteri
I'm trying to use using qgis for field survey with a panasonic CF-19 Tablet
PC coupled with an XP tablet edition. I use it with 2 battery and a low
cost bluetooh GPS. It's a good solution for field work when you need to
survey complex data (as a geological or geomorphological survey) and not
just point or simple data.

As Andreas said, Qgis is not yet well optimized in order to use it with
field device but I can work with QT form and GPS quite well.
The major problems for me are the poor integration with the handwriting
recognition keyboard, the lack of some GPS features and freehand annotation
on the map.
You can also try BeeGIS, a plugin for uDIG developed for field work. It has
all the basic feature for field work, incuded manual and automatic GPS
waypoint recording and form editor and some other nice stuff. The
limitation of Beegis, on the other hand, is that it doesn't support
spatialite and that it is has a less complete GIS functionality.

I hope for the future to support the developing of some kind of integration
of BeeGIS field tools with QGIS in order to have an unique GIS framework
for field an office work and to couple the best quality of the two sw.


2013/7/19 Leo Kris Palao lk.pa...@gmail.com

 Dear QGIS Users,

 I am exploring the synergy of QGIS and QT on a tablet for field work and
 field validation activities. I learn this functionality from Nathan
 Woodrow. As I understand, I need QGIS-dev and QT-dev packages to facilitate
 the integration of QT forms in QGIS. This require the use of OSGeo4W
 installer to install the packages, hence this makes Windows-based tablets
 appropriate to use.

 Right now, the only way to use the QT designer in QGIS is to have a vector
 point layer in which the fields are linked to the widgets in the QT form.
 In this case, for QT form to work (*pop-up in the map*) a user should
 digitize a point in the map canvass. Is there a way to use the GPS
 location/coordinates (*like mark waypoint in GPS*) instead of digitizing
 my points? For instance, I can use the current GPS location instead of
 manually digitizing my points. Or it can be the other way around, where I
 have an existing point layer and when you select on a specific point
 feature in the map canvass the QT forms will pop-up and populate or update
 the attribute information of that point. Does this makes sense?

 By the way (if it is okay), can anybody recommend a good windows-based
 tablet (that can support QGIS and QT, longer battery life, and with minimal
 glare when used outdoors)?

 Thank you.
 -Leo

 ___
 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-user Digest, Vol 89, Issue 84

2013-07-19 Thread Leo Kris Palao
; charset=iso-8859-1

 Dear QGIS Users,

 I am exploring the synergy of QGIS and QT on a tablet for field work and
 field validation activities. I learn this functionality from Nathan
 Woodrow. As I understand, I need QGIS-dev and QT-dev packages to facilitate
 the integration of QT forms in QGIS. This require the use of OSGeo4W
 installer to install the packages, hence this makes Windows-based tablets
 appropriate to use.

 Right now, the only way to use the QT designer in QGIS is to have a vector
 point layer in which the fields are linked to the widgets in the QT form.
 In this case, for QT form to work (*pop-up in the map*) a user should
 digitize a point in the map canvass. Is there a way to use the GPS
 location/coordinates (*like mark waypoint in GPS*) instead of digitizing my
 points? For instance, I can use the current GPS location instead of
 manually digitizing my points. Or it can be the other way around, where I
 have an existing point layer and when you select on a specific point
 feature in the map canvass the QT forms will pop-up and populate or update
 the attribute information of that point. Does this makes sense?

 By the way (if it is okay), can anybody recommend a good windows-based
 tablet (that can support QGIS and QT, longer battery life, and with minimal
 glare when used outdoors)?

 Thank you.
 -Leo
 -- next part --
 An HTML attachment was scrubbed...
 URL: 
 http://lists.osgeo.org/pipermail/qgis-user/attachments/20130719/f5b67d30/attachment-0001.html
 

 --

 Message: 3
 Date: Fri, 19 Jul 2013 09:38:10 +0200
 From: Andreas Neumann a.neum...@carto.net
 To: qgis-user@lists.osgeo.org
 Subject: Re: [Qgis-user] QGIS and QT Designer
 Message-ID: 51e8ece2.1050...@carto.net
 Content-Type: text/plain; charset=UTF-8

 Hi Leo,

 QGIS is far from being optimal for mobile solutions currently. I hope
 this can be improved with future versions. There is an effort going on
 for QGIS an Android. See http://android.qgis.org/ and
 http://android.qgis.org/download/qgis-for-android.pdf

 Personally - if you do a lot of data input (esp. with text) - I would
 use a small laptop or notebook - not a tablet. The virtual keyboards are
 way inferior to physical keyboards. The other thing is that QGIS desktop
 UI is not yet optimized for touch usage. It may work - sort of - but is
 certainly not a good user experience.

 If you deal primarily with point data and want to use a phone/table -
 you may want to have a look at Nextgis mobile - see the email thread
 starting here:
 http://lists.osgeo.org/pipermail/qgis-user/2013-July/023123.html - it
 will collaborate with QGIS and is more user-friendly and light-weight.

 Don't get me wrong - I hope that QGIS improves in mobile space - and
 work has already started. And I would appreciate if more
 people/organizations would put work or financial resources into
 improving it. But if you look for a good and quick solution now - you
 will probably be disappointed.

 --

 To answer some of your other questions: You can also attach a form to
 non-geometry table. You can then open the form by right-clicking a row
 in the attribute table - again - this may be a bad experience on a
 touch-device, where the rows in the table may be too small and you would
 probably have to long-click as there is no right-click.

 BTW: why do you have the impression that only Windows tablets would
 work? You can also use Linux/Ubuntu based tablets or Android tablets.
 The Android version still needs some further improvements/testing.

 Panasonic does good outdoor tablets:

 http://www.panasonic.com/business/toughpad/us/best-android-rugged-tablet-overview.asp

 Hope this helps. I would love to see the mobile input improved in QGIS.

 Andreas

 Am 19.07.2013 03:32, schrieb Leo Kris Palao:
  Dear QGIS Users,
 
  I am exploring the synergy of QGIS and QT on a tablet for field work and
  field validation activities. I learn this functionality from Nathan
  Woodrow. As I understand, I need QGIS-dev and QT-dev packages to
 facilitate
  the integration of QT forms in QGIS. This require the use of OSGeo4W
  installer to install the packages, hence this makes Windows-based tablets
  appropriate to use.
 
  Right now, the only way to use the QT designer in QGIS is to have a
 vector
  point layer in which the fields are linked to the widgets in the QT form.
  In this case, for QT form to work (*pop-up in the map*) a user should
  digitize a point in the map canvass. Is there a way to use the GPS
  location/coordinates (*like mark waypoint in GPS*) instead of digitizing
 my
  points? For instance, I can use the current GPS location instead of
  manually digitizing my points. Or it can be the other way around, where I
  have an existing point layer and when you select on a specific point
  feature in the map canvass the QT forms will pop-up and populate or
 update
  the attribute information of that point. Does this makes sense?
 
  By the way

Re: [Qgis-user] Qgis-user Digest, Vol 89, Issue 84

2013-07-19 Thread Andreas Neumann
 much.



  Regards.











  --

  View this message in context:
 http://osgeo-org.1560.x6.nabble.com/Geostats-tool-bathymetry-tp5067105.html

  Sent from the Quantum GIS - User mailing list archive at
  Nabble.com.

  ___

  Qgis-user mailing list

  Qgis-user@lists.osgeo.org

  http://lists.osgeo.org/mailman/listinfo/qgis-user




  -Inline Attachment Follows-

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



 --

 Message: 2
 Date: Fri, 19 Jul 2013 09:32:57 +0800
 From: Leo Kris Palao lk.pa...@gmail.com
 To: qgis-user@lists.osgeo.org
 Subject: [Qgis-user] QGIS and QT Designer
 Message-ID:
 
 camktv+3g-8bug+xeegk+9emvt-mibipq4dpoc+zeomzb1wr...@mail.gmail.com
 Content-Type: text/plain; charset=iso-8859-1

 Dear QGIS Users,

 I am exploring the synergy of QGIS and QT on a tablet for field work and
 field validation activities. I learn this functionality from Nathan
 Woodrow. As I understand, I need QGIS-dev and QT-dev packages to facilitate
 the integration of QT forms in QGIS. This require the use of OSGeo4W
 installer to install the packages, hence this makes Windows-based tablets
 appropriate to use.

 Right now, the only way to use the QT designer in QGIS is to have a vector
 point layer in which the fields are linked to the widgets in the QT form.
 In this case, for QT form to work (*pop-up in the map*) a user should
 digitize a point in the map canvass. Is there a way to use the GPS
 location/coordinates (*like mark waypoint in GPS*) instead of digitizing my
 points? For instance, I can use the current GPS location instead of
 manually digitizing my points. Or it can be the other way around, where I
 have an existing point layer and when you select on a specific point
 feature in the map canvass the QT forms will pop-up and populate or update
 the attribute information of that point. Does this makes sense?

 By the way (if it is okay), can anybody recommend a good windows-based
 tablet (that can support QGIS and QT, longer battery life, and with minimal
 glare when used outdoors)?

 Thank you.
 -Leo
 -- next part --
 An HTML attachment was scrubbed...
 URL: 
 http://lists.osgeo.org/pipermail/qgis-user/attachments/20130719/f5b67d30/attachment-0001.html


 --

 Message: 3
 Date: Fri, 19 Jul 2013 09:38:10 +0200
 From: Andreas Neumann a.neum...@carto.net
 To: qgis-user@lists.osgeo.org
 Subject: Re: [Qgis-user] QGIS and QT Designer
 Message-ID: 51e8ece2.1050...@carto.net
 Content-Type: text/plain; charset=UTF-8

 Hi Leo,

 QGIS is far from being optimal for mobile solutions currently. I hope
 this can be improved with future versions. There is an effort going on
 for QGIS an Android. See http://android.qgis.org/ and
 http://android.qgis.org/download/qgis-for-android.pdf

 Personally - if you do a lot of data input (esp. with text) - I would
 use a small laptop or notebook - not a tablet. The virtual keyboards are
 way inferior to physical keyboards. The other thing is that QGIS desktop
 UI is not yet optimized for touch usage. It may work - sort of - but is
 certainly not a good user experience.

 If you deal primarily with point data and want to use a phone/table -
 you may want to have a look at Nextgis mobile - see the email thread
 starting here:
 http://lists.osgeo.org/pipermail/qgis-user/2013-July/023123.html - it
 will collaborate with QGIS and is more user-friendly and light-weight.

 Don't get me wrong - I hope that QGIS improves in mobile space - and
 work has already started. And I would appreciate if more
 people/organizations would put work or financial resources into
 improving it. But if you look for a good and quick solution now - you
 will probably be disappointed.

 --

 To answer some of your other questions: You can also attach a form to
 non-geometry table. You can then open the form by right-clicking a row
 in the attribute table - again - this may be a bad experience on a
 touch-device, where the rows in the table may be too small and you would
 probably have to long-click as there is no right-click.

 BTW: why do you have the impression that only Windows tablets would
 work? You can also use Linux/Ubuntu based tablets or Android tablets.
 The Android version still needs some further improvements/testing.

 Panasonic does good outdoor tablets:

 http://www.panasonic.com/business/toughpad/us/best-android-rugged-tablet-overview.asp

 Hope this helps. I would love to see the mobile input improved in QGIS.

 Andreas

 Am 19.07.2013 03:32, schrieb Leo Kris Palao:
 Dear QGIS Users,

 I am exploring the synergy of QGIS and QT on a tablet for field work and
 field validation activities. I learn this functionality from Nathan
 Woodrow. As I understand, I need QGIS-dev and QT-dev packages to
 facilitate
 the integration of QT forms in QGIS

Re: [Qgis-user] Remove all rings with a polygon

2013-07-19 Thread Matt Travis
Remove small areas function should work.

Thanks

Matt
On 19 Jul 2013 21:11, Saber Razmjooei 
saber.razmjo...@lutraconsulting.co.uk wrote:

 Have you tried 

 v.clean

 http://grass.osgeo.org/grass64/manuals/v.clean.html

 ** **

 Cheers

 Saber

 ** **

 *From:* qgis-user-boun...@lists.osgeo.org [mailto:
 qgis-user-boun...@lists.osgeo.org] *On Behalf Of *Matt Travis
 *Sent:* 19 July 2013 19:09
 *To:* qgis-user@lists.osgeo.org
 *Subject:* [Qgis-user] Remove all rings with a polygon

 ** **

 I have a uk postcode layer that in have clipped to the boundary of my
 authority and have then used the dissolve function to aggregate these into
 postcode sectors. When I do this though there are hundreds of little rings
 left over by the vertical postcodes (blocks of flats I presume). I wish to
 remove these but don't know how to delete rings apart from clicking on each
 one. 

 ** **

 Is there a function someehwere i could use (grass?) or do need to write
 python script?

 Thanks

 ** **

 Matt


 --

 This email and any files transmitted with it are confidential and intended
 solely for the use of the individual or entity to whom they are addressed.
 If you have received this email in error please notify the system manager.
 This message contains confidential information and is intended only for the
 individual named. If you are not the named addressee you should not
 disseminate, distribute or copy this e-mail. Please notify the sender
 immediately by e-mail if you have received this e-mail by mistake and
 delete this e-mail from your system. If you are not the intended recipient
 you are notified that disclosing, copying, distributing or taking any
 action in reliance on the contents of this information is strictly
 prohibited.

 Whilst reasonable care has been taken to avoid virus transmission, no
 responsibility for viruses is taken and it is your responsibility to carry
 out such checks as you feel appropriate.

 Saber Razmjooei and Peter Wells trading as Lutra Consulting.



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


[Qgis-user] Remove all rings with a polygon

2013-07-19 Thread Matt Travis
I have a uk postcode layer that in have clipped to the boundary of my
authority and have then used the dissolve function to aggregate these into
postcode sectors. When I do this though there are hundreds of little rings
left over by the vertical postcodes (blocks of flats I presume). I wish to
remove these but don't know how to delete rings apart from clicking on each
one.

Is there a function someehwere i could use (grass?) or do need to write
python script?

Thanks

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