Re: [Qgis-user] Geocoding Plugin

2014-08-07 Thread Sasa Sullivan
Just posting this in case others have the same problem, it was that I did
not have permission to write to that location, once I went in there and
gave permissions it worked just as written, thanks again to all

Sasa


On Wed, Aug 6, 2014 at 5:27 PM, Sasa Sullivan sass...@gmail.com wrote:

 I think that not found file is an exceptions list and I had none, still
 it did not generate a shp file until I made my own output file. I found
 this page from the developer http://michaelminn.com/linux/mmqgis/ , so I
 am working my way through it. I did get a shapefile eventually but some of
 the places were wrong and I thought it was going to give me coordinates on
 a list (I can see them if I click on them with Identify Features,. That's
 it for now

 Sasa


 On Tue, Aug 5, 2014 at 11:55 PM, Sasa Sullivan sass...@gmail.com wrote:

 Is there a geocoding plugin for QGIS?

 Best Regards,

 Sasa



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

Re: [Qgis-user] Geocoding Plugin

2014-08-06 Thread Nikos Alexandris

On 06.08.2014 09:55, Sasa Sullivan wrote:

Is there a geocoding plugin for QGIS?


Yes, there is GeoCoding [1]. Search and install via QGIS' integrated 
plugin tool.


Nikos

[1] http://www.itopen.it/2009/06/05/geocoding-qgis-plugins-released/

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


Re: [Qgis-user] Geocoding Plugin

2014-08-06 Thread Patricio Soriano
Hi Sasa

You can use the geocoding tool in  MMQGIS pluging.

Here an example [1]

[1]
http://www.digital-geography.com/qgis-tutorial-webmap-creation-qgis-qgis2leaf-and-mmqgis




--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Geocoding-Plugin-tp5155202p5155214.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


Re: [Qgis-user] Geocoding Plugin

2014-08-06 Thread Nikos Alexandris

On 06.08.2014 10:41, Patricio Soriano wrote:

Hi Sasa

You can use the geocoding tool in  MMQGIS pluging.

Here an example [1]

[1]

http://www.digital-geography.com/qgis-tutorial-webmap-creation-qgis-qgis2leaf-and-mmqgis


I gave it a quick try using a csv with 1000+ records. Got an error 
message back (in the end of the geocoding process, read below) and an 
empty Shapefile.


QGIS installed via the rion overlay in Funtoo.

Nikos

--%---
An error has occured while executing Python code:

Traceback (most recent call last):
  File /home/nik/.qgis2/python/plugins/mmqgis/mmqgis_dialogs.py, line 
1168, in run

shapefilename, notfoundfile, fields, service, 1)
  File /home/nik/.qgis2/python/plugins/mmqgis/mmqgis_library.py, line 
1749, in mmqgis_geocode_web_service

notwriter.writerow(row)
Error: need to escape, but no escapechar set

Python version:
2.7.8 (default, Jul  6 2014, 15:56:50)
[GCC 4.8.2]


QGIS version:
2.2.0-Valmiera Valmiera, exported

Python path: ['/usr/share/qgis/python/plugins/processing', 
'/home/nik/.qgis2/python/plugins/GeoCoding', '/usr/share/qgis/python', 
u'/home/nik/.qgis2/python', u'/home/nik/.qgis2/python/plugins', 
'/usr/share/qgis/python/plugins', 
'/osgeo/grass70/dist.x86_64-unknown-linux-gnu/etc/python', '/home/nik', 
'/usr/lib64/python27.zip', '/usr/lib64/python2.7', 
'/usr/lib64/python2.7/plat-linux2', '/usr/lib64/python2.7/lib-tk', 
'/usr/lib64/python2.7/lib-old', '/usr/lib64/python2.7/lib-dynload', 
'/usr/lib64/python2.7/site-packages', 
'/usr/lib64/python2.7/site-packages/geos', 
'/usr/lib64/python2.7/site-packages/gtk-2.0', 
'/usr/lib64/python2.7/site-packages/wx-3.0-gtk2', 
'/usr/share/qgis/python', 
'/home/nik/.qgis2/python/plugins/mmqgis/forms', 
'/usr/share/qgis/python/plugins/fTools/tools', '/geo/projects']

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


Re: [Qgis-user] Geocoding Plugin

2014-08-06 Thread Sasa Sullivan
Thanks All :)

I am going to get to work and let you know what works for me

Sasa


On Wed, Aug 6, 2014 at 5:50 AM, Nikos Alexandris n...@nikosalexandris.net
wrote:

 On 06.08.2014 10:41, Patricio Soriano wrote:

 Hi Sasa

 You can use the geocoding tool in  MMQGIS pluging.

 Here an example [1]

 [1]

 http://www.digital-geography.com/qgis-tutorial-webmap-
 creation-qgis-qgis2leaf-and-mmqgis


 I gave it a quick try using a csv with 1000+ records. Got an error message
 back (in the end of the geocoding process, read below) and an empty
 Shapefile.

 QGIS installed via the rion overlay in Funtoo.

 Nikos

 --%---
 An error has occured while executing Python code:

 Traceback (most recent call last):
   File /home/nik/.qgis2/python/plugins/mmqgis/mmqgis_dialogs.py, line
 1168, in run
 shapefilename, notfoundfile, fields, service, 1)
   File /home/nik/.qgis2/python/plugins/mmqgis/mmqgis_library.py, line
 1749, in mmqgis_geocode_web_service
 notwriter.writerow(row)
 Error: need to escape, but no escapechar set

 Python version:
 2.7.8 (default, Jul  6 2014, 15:56:50)
 [GCC 4.8.2]


 QGIS version:
 2.2.0-Valmiera Valmiera, exported

 Python path: ['/usr/share/qgis/python/plugins/processing',
 '/home/nik/.qgis2/python/plugins/GeoCoding', '/usr/share/qgis/python',
 u'/home/nik/.qgis2/python', u'/home/nik/.qgis2/python/plugins',
 '/usr/share/qgis/python/plugins', 
 '/osgeo/grass70/dist.x86_64-unknown-linux-gnu/etc/python',
 '/home/nik', '/usr/lib64/python27.zip', '/usr/lib64/python2.7',
 '/usr/lib64/python2.7/plat-linux2', '/usr/lib64/python2.7/lib-tk',
 '/usr/lib64/python2.7/lib-old', '/usr/lib64/python2.7/lib-dynload',
 '/usr/lib64/python2.7/site-packages', 
 '/usr/lib64/python2.7/site-packages/geos',
 '/usr/lib64/python2.7/site-packages/gtk-2.0', 
 '/usr/lib64/python2.7/site-packages/wx-3.0-gtk2',
 '/usr/share/qgis/python', '/home/nik/.qgis2/python/plugins/mmqgis/forms',
 '/usr/share/qgis/python/plugins/fTools/tools', '/geo/projects']
 ---%--

 ___
 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] Geocoding Plugin

2014-08-06 Thread Sasa Sullivan
Hi All,

I was able to install the MMQGIS plugin okay (Thank you) but getting an
error message after trying to geocode my list, this file appears in the
tutorial and I don't see anything that tells me to do anything about it
there, so I am guessing it is a file present in QGIS or I put it there when
I installed the plugin, I don't  know:

 Failure Opening: C:\PROGRA~1\QGISCH~1\bin/notfound.csv

Am I suppose to create this file?

Sasa

The tutorial:
[1]
http://www.digital-geography.com/qgis-tutorial-webmap-creation-qgis-qgis2leaf-and-mmqgis



On Wed, Aug 6, 2014 at 5:50 AM, Nikos Alexandris n...@nikosalexandris.net
wrote:

 On 06.08.2014 10:41, Patricio Soriano wrote:

 Hi Sasa

 You can use the geocoding tool in  MMQGIS pluging.

 Here an example [1]

 [1]

 http://www.digital-geography.com/qgis-tutorial-webmap-
 creation-qgis-qgis2leaf-and-mmqgis


 I gave it a quick try using a csv with 1000+ records. Got an error message
 back (in the end of the geocoding process, read below) and an empty
 Shapefile.

 QGIS installed via the rion overlay in Funtoo.

 Nikos

 --%---
 An error has occured while executing Python code:

 Traceback (most recent call last):
   File /home/nik/.qgis2/python/plugins/mmqgis/mmqgis_dialogs.py, line
 1168, in run
 shapefilename, notfoundfile, fields, service, 1)
   File /home/nik/.qgis2/python/plugins/mmqgis/mmqgis_library.py, line
 1749, in mmqgis_geocode_web_service
 notwriter.writerow(row)
 Error: need to escape, but no escapechar set

 Python version:
 2.7.8 (default, Jul  6 2014, 15:56:50)
 [GCC 4.8.2]


 QGIS version:
 2.2.0-Valmiera Valmiera, exported

 Python path: ['/usr/share/qgis/python/plugins/processing',
 '/home/nik/.qgis2/python/plugins/GeoCoding', '/usr/share/qgis/python',
 u'/home/nik/.qgis2/python', u'/home/nik/.qgis2/python/plugins',
 '/usr/share/qgis/python/plugins', 
 '/osgeo/grass70/dist.x86_64-unknown-linux-gnu/etc/python',
 '/home/nik', '/usr/lib64/python27.zip', '/usr/lib64/python2.7',
 '/usr/lib64/python2.7/plat-linux2', '/usr/lib64/python2.7/lib-tk',
 '/usr/lib64/python2.7/lib-old', '/usr/lib64/python2.7/lib-dynload',
 '/usr/lib64/python2.7/site-packages', 
 '/usr/lib64/python2.7/site-packages/geos',
 '/usr/lib64/python2.7/site-packages/gtk-2.0', 
 '/usr/lib64/python2.7/site-packages/wx-3.0-gtk2',
 '/usr/share/qgis/python', '/home/nik/.qgis2/python/plugins/mmqgis/forms',
 '/usr/share/qgis/python/plugins/fTools/tools', '/geo/projects']
 ---%--

 ___
 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] Geocoding Plugin

2014-08-06 Thread Sasa Sullivan
I think that not found file is an exceptions list and I had none, still
it did not generate a shp file until I made my own output file. I found
this page from the developer http://michaelminn.com/linux/mmqgis/ , so I am
working my way through it. I did get a shapefile eventually but some of the
places were wrong and I thought it was going to give me coordinates on a
list (I can see them if I click on them with Identify Features,. That's
it for now

Sasa


On Tue, Aug 5, 2014 at 11:55 PM, Sasa Sullivan sass...@gmail.com wrote:

 Is there a geocoding plugin for QGIS?

 Best Regards,

 Sasa

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

Re: [Qgis-user] Geocoding plugin

2010-06-04 Thread Alessandro Pasotti
In data domenica 30 maggio 2010 19:18:45, Giovanni Manghi ha scritto:
:  Hi all,
 
  I have just upgraded the geocoding plugin and it stopped working. It
  says that ui_geocoding python module is missing.
  Any suggestions?
 
 under Windows I'm seeing this message too. It is not clear what python
 module is needed to be installed. Not even sure if it is available in
 the osgeo4w installer.
 
 
 cheers
 
 -- Giovanni --

Fixed in 1.0.4 (uploaded right now).

Untested: no Windows here.


-- 
Alessandro Pasotti
itOpen - Open Solutions for the Net Age
w3:  www.itopen.it
Linux User# 167502
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Geocoding plugin

2010-05-31 Thread Hugo
Hi Alessandro,

Just tested the updated geocoding plugin on Windows. Everything goes
smoothly now.
Thanks a lot for the quick fix.

Cheers,
Hugo

On Mon, May 31, 2010 at 8:10 AM, Alessandro Pasotti a.paso...@itopen.itwrote:

 In data domenica 30 maggio 2010 19:18:45, Giovanni Manghi ha scritto:
 :  Hi all,
 
   I have just upgraded the geocoding plugin and it stopped working. It
   says that ui_geocoding python module is missing.
   Any suggestions?
 
  under Windows I'm seeing this message too. It is not clear what python
  module is needed to be installed. Not even sure if it is available in
  the osgeo4w installer.
 
 
  cheers
 
  -- Giovanni --

 Fixed in 1.0.4 (uploaded right now).

 Untested: no Windows here.


 --
 Alessandro Pasotti
 itOpen - Open Solutions for the Net Age
 w3:  www.itopen.it
 Linux User# 167502




-- 
Hugo Martins
FMV-UTL
CIISA-Epidemiologia e Saúde Pública Veterinária
Av. da Universidade Técnica
1300-477 Lisboa
N 38°42'49.54, W 9°11'43.42
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Geocoding plugin

2010-05-30 Thread Giovanni Manghi
Hi all,


 I have just upgraded the geocoding plugin and it stopped working. It
 says that ui_geocoding python module is missing.
 Any suggestions?


under Windows I'm seeing this message too. It is not clear what python
module is needed to be installed. Not even sure if it is available in
the osgeo4w installer.


cheers

-- Giovanni --



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


Re: [Qgis-user] Geocoding plugin

2010-05-30 Thread Hugo
Hi Giovanni,

It was my problem too... i can't find any python module with that name and
not sure what other package should be installed.
But was just to report this.

Cheers,
Hugo

On Sun, May 30, 2010 at 6:18 PM, Giovanni Manghi
giovanni.man...@gmail.comwrote:

 Hi all,


  I have just upgraded the geocoding plugin and it stopped working. It
  says that ui_geocoding python module is missing.
  Any suggestions?


 under Windows I'm seeing this message too. It is not clear what python
 module is needed to be installed. Not even sure if it is available in
 the osgeo4w installer.


 cheers

 -- Giovanni --






-- 
Hugo Martins
FMV-UTL
CIISA-Epidemiologia e Saúde Pública Veterinária
Av. da Universidade Técnica
1300-477 Lisboa
N 38°42'49.54, W 9°11'43.42
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] geocoding plugin

2009-06-25 Thread Jürgen E . Fischer
Hi Paolo,

On Thu, 25. Jun 2009 at 18:31:38 +0200, Paolo Cavallini wrote:
 self.provider.addAttributes( { address : string } )
 TypeError: argument 1 of QgsVectorDataProvider.addAttributes() has an invalid 
 type

addAttributes() takes a list of QgsFields in trunk[1], i.e. you don't just pass
name and type of the attribute, but also length, precision and a comment.


Jürgen

[1] 
http://doc.qgis.org/head/classQgsVectorDataProvider.html#c3d0927cff569c3b19b8be56cf1541c6


-- 
Jürgen E. Fischer norBIT GmbH   Tel. +49-4931-918175-20
Dipl.-Inf. (FH)   Rheinstraße 13Fax. +49-4931-918175-50
Software Engineer D-26506 Norden   http://www.norbit.de

-- 
norBIT Gesellschaft fuer Unternehmensberatung und Informationssysteme mbH
Rheinstrasse 13, 26506 Norden
GF: Jelto Buurman, HR: Amtsgericht Emden, HRB 5502

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