Re: [Qgis-user] Mini dump when using the QGIS Vector Layer Histogram algorithm

2016-08-21 Thread Nyall Dawson
On 22 August 2016 at 07:11, Johanna Botman  wrote:
> Hi,
>
> The text for my .dmp file is on my Github page at:
> https://github.com/malleechick/QGIS-Mini-Dump-Error

Johanna - Andre is referring to the data files themselves, ie the
layers you are using to generate the histogram which is causing the
crash.

These dump files don't have any useful in them on their own.

Nyall

>
> Johanna
>
>
>
>
> ___
> 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-it-user] il sorpasso

2016-08-21 Thread Paolo Cavallini
Il 21/08/2016 23:07, Paolo Cavallini ha scritto:
> Salve,
> per quel che vale Google Trends, QGIS risulta ora più popolare di ArcGIS
> in moltissime nazioni, inclusa l'Italia:
> https://www.google.com/trends/explore?date=all=IT=qgis,arcgis
> Come si diceva un tempo, siamo arrivati alla vittoria:
> http://www.giornalettismo.com/archives/1327939/le-citazioni-errate-che-tutti-credono-giuste/citazioni-sbagliate-5/

Fra l'altro, è interessante la ripartizione fra regioni a dominanza
diversa :)
Saluti.

-- 
Paolo Cavallini - www.faunalia.eu
QGIS & PostGIS courses: http://www.faunalia.eu/training.html
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [Qgis-user] Mini dump when using the QGIS Vector Layer Histogram algorithm

2016-08-21 Thread Johanna Botman
Hi,

The text for my .dmp file is on my Github page at:
https://github.com/malleechick/QGIS-Mini-Dump-Error

Johanna




___
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] QGIS 2.16 video youtube e vimeo

2016-08-21 Thread Totò
è un verò peccato che su QGIS 2.16 win 10 64 bit i video di youtube e vimeo
non funzionino mentre su linux funzionino benissimo.

nelle changelog è scritto chiaramente che devono funzionare 
changelog.qgis.org/en/qgis/version/2.16.0/#map-tip-improvements
  

ho avuto conferma in questo link:
http://goo.gl/fNL2TM

:-(



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/QGIS-2-16-video-youtube-e-vimeo-tp5281458.html
Sent from the QGIS Italian User mailing list archive at Nabble.com.
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-it-user


[QGIS-it-user] HackFest Bonn

2016-08-21 Thread Paolo Cavallini
Salve.
Sono all'hackfest. Mi pare che quest'anno gli italiani, per varie
combinazioni, siano pochissimi. Se avete questioni interessanti da
sottoporre, posso provare a farmene carico.
Saluti.
-- 
Paolo Cavallini - www.faunalia.eu
QGIS & PostGIS courses: http://www.faunalia.eu/training.html
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-it-user


[Qgis-user] Mapnik, QGIS and some other problems

2016-08-21 Thread Oliver Andjelkovic
Hello,

I have problem or "lack of knowledge" related to the mapnik installation
over pip. I am using Win 8.1 and QGIS 2.14 and I have tried to install
mapnik package through OSGeo4W shell with simple command "pip install
mapnik". Well that went pretty well, but when I try to run script that call
mapnik from python commander in QGIS i get this message: "DLL load failed:
The specified module could not be found. See log for more details".

So, in log it stays:

 "Uncaught error while executing algorithm

Traceback (most recent call last):

File "C:/PROGRA~2/QGIS
2.14.5/apps/qgis-ltr/./python/plugins\processing\core\GeoAlgorithm.py",
line 203, in execute

self.processAlgorithm(progress)

File "C:/PROGRA~2/QGIS
2.14.5/apps/qgis-ltr/./python/plugins\processing\script\ScriptAlgorithm.py",
line 323, in processAlgorithm

exec((script), ns)

File "", line 2, in 

File "C:/PROGRA~2/QGIS 2.14.5/apps/qgis-ltr/./python\qgis\utils.py", line
572, in _import

mod = _builtin_import(name, globals, locals, fromlist, level)

File "C:\mapnik-v2.2.0\python\2.7\site-packages\mapnik\__init__.py", line
69, in 

from _mapnik import *

File "C:/PROGRA~2/QGIS 2.14.5/apps/qgis-ltr/./python\qgis\utils.py", line
572, in _import

mod = _builtin_import(name, globals, locals, fromlist, level)
ImportError: DLL load failed: The specified module could not be found."

Also, I always get Python error and processing error when QGIS starting.

2016-08-21T19:12:06 1 warning:C:\PROGRA~2\QGIS
2.14.5\apps\Python27\lib\pkgutil.py:186: ImportWarning: Not importing
directory 'C:\PROGRA~2\QGIS 2.14.5\apps\Python27\lib\site-packages\ndg':
missing __init__.py

file, filename, etc = imp.find_module(subname, path)

traceback: File "", line 1, in 

File "C:/PROGRA~2/QGIS 2.14.5/apps/qgis-ltr/./python\qgis\utils.py", line
306, in startPlugin

plugins[packageName] = package.classFactory(iface)

File "C:/PROGRA~2/QGIS
2.14.5/apps/qgis-ltr/./python/plugins\MetaSearch\__init__.py", line 29, in
classFactory

from MetaSearch.plugin import MetaSearchPlugin

File "C:/PROGRA~2/QGIS 2.14.5/apps/qgis-ltr/./python\qgis\utils.py", line
572, in _import

mod = _builtin_import(name, globals, locals, fromlist, level)

File "C:/PROGRA~2/QGIS
2.14.5/apps/qgis-ltr/./python/plugins\MetaSearch\plugin.py", line 31, in


from MetaSearch.dialogs.maindialog import MetaSearchDialog

File "C:/PROGRA~2/QGIS 2.14.5/apps/qgis-ltr/./python\qgis\utils.py", line
572, in _import

mod = _builtin_import(name, globals, locals, fromlist, level)

File "C:/PROGRA~2/QGIS
2.14.5/apps/qgis-ltr/./python/plugins\MetaSearch\dialogs\maindialog.py",
line 44, in 

from owslib.csw import CatalogueServiceWeb

File "C:/PROGRA~2/QGIS 2.14.5/apps/qgis-ltr/./python\qgis\utils.py", line
572, in _import

mod = _builtin_import(name, globals, locals, fromlist, level)

File "C:/PROGRA~2/QGIS 2.14.5/apps/qgis-ltr/./python\owslib\csw.py", line
18, in 

from owslib.util import OrderedDict

File "C:/PROGRA~2/QGIS 2.14.5/apps/qgis-ltr/./python\qgis\utils.py", line
572, in _import

mod = _builtin_import(name, globals, locals, fromlist, level)

File "C:/PROGRA~2/QGIS 2.14.5/apps/qgis-ltr/./python\owslib\util.py", line
13, in 

import pytz

File "C:/PROGRA~2/QGIS 2.14.5/apps/qgis-ltr/./python\qgis\utils.py", line
572, in _import

mod = _builtin_import(name, globals, locals, fromlist, level)

File "C:\PROGRA~2\QGIS
2.14.5\apps\Python27\lib\site-packages\pytz-2014.2-py2.7.egg\pytz\__init__.py",
line 29, in 

from pkg_resources import resource_stream

File "C:/PROGRA~2/QGIS 2.14.5/apps/qgis-ltr/./python\qgis\utils.py", line
572, in _import

mod = _builtin_import(name, globals, locals, fromlist, level)

File "C:\PROGRA~2\QGIS
2.14.5\apps\Python27\lib\site-packages\pkg_resources\__init__.py", line
2953, in 

@_call_aside

File "C:\PROGRA~2\QGIS
2.14.5\apps\Python27\lib\site-packages\pkg_resources\__init__.py", line
2939, in _call_aside

f(*args, **kwargs)

File "C:\PROGRA~2\QGIS
2.14.5\apps\Python27\lib\site-packages\pkg_resources\__init__.py", line
2981, in _initialize_master_working_set

dist.activate(replace=False)

File "C:\PROGRA~2\QGIS
2.14.5\apps\Python27\lib\site-packages\pkg_resources\__init__.py", line
2516, in activate

declare_namespace(pkg)

File "C:\PROGRA~2\QGIS
2.14.5\apps\Python27\lib\site-packages\pkg_resources\__init__.py", line
2098, in declare_namespace

_handle_ns(packageName, path_item)

File "C:\PROGRA~2\QGIS
2.14.5\apps\Python27\lib\site-packages\pkg_resources\__init__.py", line
2032, in _handle_ns

loader = importer.find_module(packageName)

2016-08-21T19:12:06 1 warning:C:\PROGRA~2\QGIS
2.14.5\apps\Python27\lib\pkgutil.py:186: ImportWarning: Not importing
directory 'c:\progra~2\qgis 2.14.5\apps\python27\lib\site-packages\ndg':
missing __init__.py

file, filename, etc = imp.find_module(subname, path)

traceback: File "", line 1, in 

File "C:/PROGRA~2/QGIS 2.14.5/apps/qgis-ltr/./python\qgis\utils.py", line
306, in startPlugin

plugins[packageName] = package.classFactory(iface)

File "C:/PROGRA~2/QGIS

[Qgis-user] Update to crashes today

2016-08-21 Thread Johanna Botman
I've had a look at the .dmp files that I have been getting today with my
crashes and I have this error:

the thread tried to read from or write to a virtual address for which it
does not have access

 

Asking Dr Google doesn't get me much further.

 

 

 

Johanna

 

___
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] Geological Symbols

2016-08-21 Thread Anita Graser
Hi Grant,

On Sun, Aug 21, 2016 at 8:54 AM, Andre Joost 
wrote:

> Am 21.08.2016 um 03:14 schrieb Grant Boxer:
>
>> I have managed to accumulate quite a few geological symbol and pattern svg
>> files and wondered if I can upload them somewhere so we can use the QGIS
>> Resource Sharing plugin? Please advise a suitable location and I can
>> upload
>> them.
>
>
​The steps for sharing resources is documented on
http://www.akbargumbira.com/qgis_resources_sharing/author/creating-repository.html

Your case seems to be similar to Richard's resource collection, which you
can find at ​
https://github.com/rduivenvoorde/qgis-styles/tree/master/collections/osm/svg

As Andre mentioned, it's probably easiest to create such a Github repo.

Best wishes,
Anita
​
___
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] Mini dump when using the QGIS Vector Layer Histogram algorithm

2016-08-21 Thread Andre Joost

Am 21.08.2016 um 06:51 schrieb Johanna Botman:

Hi All,



I'm having a frustrating afternoon. I've had more mini dumps than I've had
hot coffees.



I have a project with only two layers. One a point layer and one a line
layer. I want to make a histogram for one of the attributes in the point
layer and QGIS 2.16.1 crashes on me.



Can you upload (part) of the data somewhere so others can look into it?

HTH,
André Joost


___
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] Geological Symbols

2016-08-21 Thread Andre Joost

Am 21.08.2016 um 03:14 schrieb Grant Boxer:

I have managed to accumulate quite a few geological symbol and pattern svg
files and wondered if I can upload them somewhere so we can use the QGIS
Resource Sharing plugin? Please advise a suitable location and I can upload
them.



I guess that github is a good address for such purposes.
It is free, and you don't need an account to download then.

And many parts of QGIS are already hosted there.

Greetings,
Andre Joost


___
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