[Qgis-user] Saga dll error

Ken Walenga walenga.ken at gene.com
Fri Oct 23 19:55:15 PDT 2015


I'm trying to remove gaps and run the polygon dissolve by attribute
plug-ins and receive the following error messages:

ERROR 1: Can't load requested DLL:
C:\PROGRA~1\QGISPI~1\apps\saga\dll\gdal_MrSID.dll

127: The specified procedure could not be found.


What's up?




On Fri, Oct 23, 2015 at 9:54 AM, <qgis-user-request at lists.osgeo.org> wrote:

> Send Qgis-user mailing list submissions to
>         qgis-user at 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-request at lists.osgeo.org
>
> You can reach the person managing the list at
>         qgis-user-owner at 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: Where is streets.shp? (Richard Duivenvoorde)
>    2. Re: Where is streets.shp? (Randal Hale)
>    3. Re: QGIS plugin with python (Richard Duivenvoorde)
>    4. Re: Where is streets.shp? (Richard Duivenvoorde)
>    5. Re: Where is streets.shp? (thuyphi)
>    6. Retrieve the field "alias" from python api (Andrea Peri)
>    7. Re: Retrieve the field "alias" from python api (Matthias Kuhn)
>    8. Re: Geolocalisation automatically of about 70, 000 items (Tijan49)
>    9. R: Re:  Geolocalisation automatically of about 70, 000 items
>       (labiancamarilena at libero.it)
>   10. Re: QGIS plugin with python (Emilio S)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Fri, 23 Oct 2015 15:34:09 +0200
> From: Richard Duivenvoorde <rdmailings at duif.net>
> To: thuyphi <thuy.phi at tceq.texas.gov>, qgis-user at lists.osgeo.org
> Subject: Re: [Qgis-user] Where is streets.shp?
> Message-ID: <562A3751.9080101 at duif.net>
> Content-Type: text/plain; charset=utf-8
>
> On 23-10-15 14:58, thuyphi wrote:
> > Nobody knows?
> > Thanks!
>
> Hi the course that you are pointing to was first hosted by Linfiniti/Tim
> but is now part of the official QGIS docs as 'QGIS Training Manual'.
>
> So please go to
>
> http://docs.qgis.org/2.8/en/docs/
> and
> http://docs.qgis.org/2.8/en/docs/training_manual/
>
> and download the exercise data
>
> http://qgis.org/downloads/data/training_manual_exercise_data.zip
>
> as stated here:
>
>
> http://docs.qgis.org/2.8/en/docs/training_manual/foreword/preparing_data.html#preparing-exercise-data
>
> I think it is renamed 'roads.shp' now.... so please follow the new
> updated training.
>
> Regards,
>
> Richard Duivenvoorde
>
>
> ------------------------------
>
> Message: 2
> Date: Fri, 23 Oct 2015 09:35:33 -0400
> From: Randal Hale <rjhale at northrivergeographic.com>
> To: qgis-user at lists.osgeo.org
> Subject: Re: [Qgis-user] Where is streets.shp?
> Message-ID: <562A37A5.901 at northrivergeographic.com>
> Content-Type: text/plain; charset=utf-8; format=flowed
>
> So I've never run through it - but if you grab the
> training_manual_exercise_data.zip there is a roads.shp under the
> epsg4326 directory.
>
> If you're on this training manual (there may be another) -
>
> http://docs.qgis.org/testing/en/docs/training_manual/introduction/preparation.html
> - it references the roads in the previous sentence.
>
> I don't think your other email made it through the listserv - it happens
> upon occasion.
>
> Good luck - You can do it! I would encourage you though to grab the 2.10
> version - it's going to work infinitely better than the 1.8 version
>
> Randy
>
>
>
>
>
> On 10/23/2015 08:58 AM, thuyphi wrote:
> > Nobody knows?
> > Thanks!
> >
> >
> >
> > --
> > View this message in context:
> http://osgeo-org.1560.x6.nabble.com/Where-is-streets-shp-tp5231785p5232192.html
> > Sent from the Quantum GIS - User mailing list archive at Nabble.com.
> > _______________________________________________
> > Qgis-user mailing list
> > Qgis-user at lists.osgeo.org
> > http://lists.osgeo.org/mailman/listinfo/qgis-user
>
> --
> -----------------
> Randal Hale
> North River Geographic Systems, Inc
> http://www.northrivergeographic.com
> 423.653.3611 rjhale at northrivergeographic.com
> twitter:rjhale     http://about.me/rjhale
> http://www.northrivergeographic.com/introduction-to-quantum-gis
> Southeast OSGEO: http://wiki.osgeo.org/wiki/Southeast_US
>
>
>
> ------------------------------
>
> Message: 3
> Date: Fri, 23 Oct 2015 15:38:58 +0200
> From: Richard Duivenvoorde <rdmailings at duif.net>
> To: Emilio S <emiliosjlc at hotmail.com>, qgis-user at lists.osgeo.org
> Subject: Re: [Qgis-user] QGIS plugin with python
> Message-ID: <562A3872.4010704 at duif.net>
> Content-Type: text/plain; charset=utf-8
>
> On 23-10-15 15:29, Worth Lutz wrote:
> > Google has been my friend.  :)
> >
> > Here are a few links to get you started.
> >
> > http://doc.qt.io/qt-4.8/sql-connecting.html
> > http://pyqt.sourceforge.net/Docs/PyQt4/index.html
> > http://pyqt.sourceforge.net/Docs/PyQt4/qsqldatabase.html
> >
> http://stackoverflow.com/questions/7669987/what-is-the-correct-way-of-qsqldatabase-qsqlquery
>
> And as an addition: try to install some plugins which use spatialite
> too. Filter in the python plugin manager on 'spatialite'. All code is on
> you disk when you installed those, free to look and learn from it :-)
>
> Regards,
>
> Richard Duivenvoorde
>
>
> ------------------------------
>
> Message: 4
> Date: Fri, 23 Oct 2015 15:40:22 +0200
> From: Richard Duivenvoorde <rdmailings at duif.net>
> To: qgis-user at lists.osgeo.org
> Subject: Re: [Qgis-user] Where is streets.shp?
> Message-ID: <562A38C6.4030302 at duif.net>
> Content-Type: text/plain; charset=utf-8
>
> On 23-10-15 15:35, Randal Hale wrote:
> > I don't think your other email made it through the listserv - it happens
> > upon occasion.
>
> Nope, indeed. I had to follow the Nabble link to find the initial post
> there :-)
>
> Richard
>
>
> ------------------------------
>
> Message: 5
> Date: Fri, 23 Oct 2015 06:33:26 -0700 (PDT)
> From: thuyphi <thuy.phi at tceq.texas.gov>
> To: qgis-user at lists.osgeo.org
> Subject: Re: [Qgis-user] Where is streets.shp?
> Message-ID: <1445607206105-5232205.post at n6.nabble.com>
> Content-Type: text/plain; charset=us-ascii
>
> Oh, so it's changed to roads.shp; though "roads" means the same as
> "streets,"
> why would it be changed? :-(  Anyway, I found it!  Thank you so much for
> your help!
>
>
>
> --
> View this message in context:
> http://osgeo-org.1560.x6.nabble.com/Where-is-streets-shp-tp5231785p5232205.html
> Sent from the Quantum GIS - User mailing list archive at Nabble.com.
>
>
> ------------------------------
>
> Message: 6
> Date: Fri, 23 Oct 2015 16:09:41 +0200
> From: Andrea Peri <aperi2007 at gmail.com>
> To: qgis-user <qgis-user at lists.osgeo.org>
> Subject: [Qgis-user] Retrieve the field "alias" from python api
> Message-ID:
>         <CABqTJk85UxEgyj3m7=
> 2JgL_DJw2kOVX3rvvcegneAuV9JWB--Q at mail.gmail.com>
> Content-Type: text/plain; charset=UTF-8
>
> Hi,
>
> There is a property to retrieve the field Alias using python ?
>
> Thx.
>
> --
> -----------------
> Andrea Peri
> . . . . . . . . .
> qwerty àèìòù
> -----------------
>
>
> ------------------------------
>
> Message: 7
> Date: Fri, 23 Oct 2015 16:17:32 +0200
> From: Matthias Kuhn <matthias at opengis.ch>
> To: qgis-user at lists.osgeo.org
> Subject: Re: [Qgis-user] Retrieve the field "alias" from python api
> Message-ID: <562A417C.3000106 at opengis.ch>
> Content-Type: text/plain; charset="utf-8"
>
> layer.attributeAlias(attriubteindex)
>
> Cheers
>
> On 10/23/2015 04:09 PM, Andrea Peri wrote:
> > Hi,
> >
> > There is a property to retrieve the field Alias using python ?
> >
> > Thx.
> >
>
>
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: signature.asc
> Type: application/pgp-signature
> Size: 819 bytes
> Desc: OpenPGP digital signature
> URL: <
> http://lists.osgeo.org/pipermail/qgis-user/attachments/20151023/c503b745/attachment-0001.sig
> >
>
> ------------------------------
>
> Message: 8
> Date: Fri, 23 Oct 2015 16:39:14 +0200
> From: Tijan49 <tijan49 at yahoo.fr>
> To: Maher GMAIL <geography1980 at gmail.com>, Lewis Villierme
>         <lewisvillierme at gmail.com>
> Cc: qgis-user at lists.osgeo.org, Nicolas Cadieux
>         <nicolas.cadieux at archeotec.ca>
> Subject: Re: [Qgis-user] Geolocalisation automatically of about 70,
>         000 items
> Message-ID: <562A4692.1060408 at yahoo.fr>
> Content-Type: text/plain; charset="utf-8"
>
> An HTML attachment was scrubbed...
> URL: <
> http://lists.osgeo.org/pipermail/qgis-user/attachments/20151023/f91daf46/attachment-0001.html
> >
>
> ------------------------------
>
> Message: 9
> Date: Fri, 23 Oct 2015 18:07:53 +0200 (CEST)
> From: "labiancamarilena at libero.it" <labiancamarilena at libero.it>
> To: <tijan49 at yahoo.fr>, Maher GMAIL <geography1980 at gmail.com>,  Lewis
>         Villierme <lewisvillierme at gmail.com>
> Cc: qgis-user at lists.osgeo.org, Nicolas Cadieux
>         <nicolas.cadieux at archeotec.ca>
> Subject: [Qgis-user] R: Re:  Geolocalisation automatically of about
>         70, 000 items
> Message-ID:
>         <2040477095.3266351445616473561.JavaMail.httpd at webmail-20.iol.local
> >
> Content-Type: text/plain; charset="utf-8"
>
>
> Dear All,thanks a lot.I hope it will work!Thanks!
>
>
>
>
> ----Messaggio originale----
>
> Da: tijan49 at yahoo.fr
>
> Data: 23/10/2015 16.39
>
> A: "Maher GMAIL"<geography1980 at gmail.com>, "Lewis Villierme"<
> lewisvillierme at gmail.com>
>
> Cc: <qgis-user at lists.osgeo.org>, "Nicolas Cadieux"<
> nicolas.cadieux at archeotec.ca>
>
> Ogg: Re: [Qgis-user] Geolocalisation automatically of about 70, 000 items
>
>
>
>
>
>
>     Hi,
>
>       if you are interested, i explained on my blog some time ago  how
>       to use the mmqgis geolocalisation tool ...
>
>
> http://insitusig.blogspot.fr/2013/11/essai-blog-pour-publication-des-astuces.html
>
>
>
>       It's in french, hope you can manage with it ...
>
>
>
>       Jean
>
>
>
>       Le 24/10/2015 00:29, Maher GMAIL a écrit :
>
>
>
>
>       there is a plugin in Qgis todo the geolocalization:
>       it is mmqgis
>       i use it and it is good
>
>
>
>           Le 23 oct. 2015 à 06:11, Lewis Villierme <
> lewisvillierme at gmail.com>
>             a écrit :
>
>
>
>               ​There is a main
>                 step beetwen ​an zip adress and a point on a map, it's
>                 the geocoding. The principle is mainly taking your
>                 adress and find the lat/long or X/Y conrresponding.
>                 After that you take those information and put them on a
>                 map following the Nicolas's steps.
>
>
>
>               2015-10-23 14:51 GMT+02:00
>                 Nicolas Cadieux <nicolas.cadieux at archeotec.ca>:
>
>
>                   Hi,
>
>                     You can easily match a zip code from the excel sheet
>                     with a zip code in a point file.  Governments
>                     usually zip code files.  Go to layer/property/joins.
>                   Nicolas Cadieux M.Sc.
>
>                     Les Entreprises Archéotec inc.
>
>                     8548, rue Saint-Denis Montréal H2P 2H2
>
>                     Téléphone: 514.381.5112  Fax: 514.381.4995
>
>                     www.archeotec.ca
>                   On Oct 23, 2015 08:39, "[hidden
>                       email] [via OSGeo.org] " <[hidden
>                       email]> wrote:
>
>                       Dear All,
>                       I have a question.
>                       I have a spreadsheet (excel) with 70,000 rows
>                         where there are firms and their addresses and
>                         I'd like to geolocalize them.
>                       Is there a plugin or way to do their
>                         geolocalisation automatically?
>                       Thanks a lot
>                       Marilena
>
>
>                       _______________________________________________
>
>
>                       Qgis-user mailing list
>
>
>                       <a
>
> href="/user/SendEmail.jtp?type&#61;node&amp;node&#61;5232185&amp;i&#61;0">[hidden
>                       email]
>
>
>                       http://lists.osgeo.org/mailman/listinfo/qgis-user
>
>
>
>
>
>
>                         If you reply to
>                           this email, your message will be added to the
>                           discussion below:
>
> http://osgeo-org.1560.x6.nabble.com/Geolocalisation-automatically-of-about-70-000-items-tp5232185.html
>
>
>                         To start a new topic under Quantum GIS - User,
>                         email ml-node+s1560n4125267h38 at n6.nabble.com
>
>
>                         To unsubscribe from Quantum GIS - User, <a
>                         href="
> http://osgeo-org.1560.x6.nabble.com/template/NamlServlet.jtp?macro&#61;unsubscribe_by_code&amp;node&#61;4125267&amp;code&#61;bmljb2xhcy5jYWRpZXV4QGFyY2hlb3RlYy5jYXw0MTI1MjY3fDYzNDQ4MjQxNg&#61;&#61
> ;">click
>                         here.
>
>                         <a href="
> http://osgeo-org.1560.x6.nabble.com/template/NamlServlet.jtp?macro&#61;macro_viewer&amp;id&#61;instant_html%21nabble%3Aemail.naml&amp;base&#61;nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&amp;breadcrumbs&#61;notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml
> "
>                         style="font:9px serif">NAML
>
>
>
>
>
>                   View this message in context: Re: Geolocalisation
> automatically of
>                     about 70,000 items
>
>                   Sent from the Quantum GIS - User mailing list
>                     archive at Nabble.com.
>
>
>
>                   _______________________________________________
>
>                   Qgis-user mailing list
>
>                   Qgis-user at lists.osgeo.org
>
>                   http://lists.osgeo.org/mailman/listinfo/qgis-user
>
>
>
>
>
>
>
>
>
>               --
>
>
>
>
>
>
>
>             _______________________________________________
>
>             Qgis-user mailing list
>
>             Qgis-user at lists.osgeo.org
>
>             http://lists.osgeo.org/mailman/listinfo/qgis-user
>
>
>
>
>
>
>
>
>
>       _______________________________________________
> Qgis-user mailing list
> Qgis-user at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-user
>
>
>
>
>
>
>
>
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://lists.osgeo.org/pipermail/qgis-user/attachments/20151023/c23a5f07/attachment-0001.html
> >
>
> ------------------------------
>
> Message: 10
> Date: Fri, 23 Oct 2015 18:54:00 +0200
> From: Emilio S <emiliosjlc at hotmail.com>
> To: "qgis-user at lists.osgeo.org" <qgis-user at lists.osgeo.org>
> Subject: Re: [Qgis-user] QGIS plugin with python
> Message-ID: <DUB130-W1703FC27C507B6B2E543B0D2260 at phx.gbl>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Thank you and sorry.I have tried to connect to spatialite with this code,
> but this doesn´t add anything. Could you know why?
>
> from PyQt4.QtCore import *from PyQt4.QtGui import
> *uri=QgsDataSourceURI()uri.setDatabase('C:\Users\pr\Desktop\GIS.sqlite')schema='
> 'table ='ambi'geom_column= 'geom'uri.setDataSource(schema, table,
> geom_column)display_name=('prueba')vlayer=QgsVectorLayer(uri.uri(),
> display_name, 'spatialite')
>
> Thanks
>
> Subject: Re: QGIS plugin with python
> To: emiliosjlc at hotmail.com; qgis-user at lists.osgeo.org
> From: wal3 at mindspring.com
> Date: Fri, 23 Oct 2015 09:29:13 -0400
>
>
>
>
>
>
>     Emilio,
>
>
>
>     Please reply to the QGIS users list so others will benefit from the
>     discussion.  :)
>
>
>
>     Your next reading would probably be the QT4 and PyQt4 documentation
>     for the SQL database classes.
>
>     QT4 is the c++ version of the code.
>
>
>
>     PyQt4 is the python wrappers around QT4.
>
>
>
>     While you will be coding in python, the c++ documentation may be
>     helpful and clearer to read.
>
>
>
>     Google has been my friend.  :)
>
>
>
>     Here are a few links to get you started.
>
>
>
>     http://doc.qt.io/qt-4.8/sql-connecting.html
>
>     http://pyqt.sourceforge.net/Docs/PyQt4/index.html
>
>     http://pyqt.sourceforge.net/Docs/PyQt4/qsqldatabase.html
>
>
> http://stackoverflow.com/questions/7669987/what-is-the-correct-way-of-qsqldatabase-qsqlquery
>
>
>
>     I'm sorry don't have an example available at the moment. I cannot
>     promise I'll find the time to put one together.
>
>
>
>     Worth Lutz
>
>
>
>
>
>
>     On 10/23/2015 8:47 AM, Emilio S wrote:
>
>
>
>
>       Thank you Worth Luz for your explanation. I have
>         started with this and I have read a lot, but do you know any
>         example to conect python with spatialite and do a SQL query?
>
>
>
>         Thank you again
>
>
>
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://lists.osgeo.org/pipermail/qgis-user/attachments/20151023/da57b943/attachment.html
> >
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> Qgis-user mailing list
> Qgis-user at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-user
>
> ------------------------------
>
> End of Qgis-user Digest, Vol 116, Issue 41
> ******************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/qgis-user/attachments/20151023/be150fbf/attachment.html>


More information about the Qgis-user mailing list