Re: [Qgis-user] [Qgis-developer] Open request for comments on changes to QGIS.ORG statutes

2016-11-22 Thread Tim Sutton
Hi

Marco Bernasocchi just pointed out something that made me realize the draft did 
not export properly. Please use this corrected link for the 2016 Draft rather:


https://drive.google.com/open?id=0B__vDnQXCKiwUzN4R09IZDlFLU0

Apologies for the invonvenience.

Regards

Tim
> On 22 Nov 2016, at 11:19 PM, Tim Sutton  wrote:
> 
> Hi All
> 
> In a few days we will ask the QGIS Voting Membership to vote to approve our 
> proposed changes to the QGIS.ORG  statutes. I would like to 
> invite any final comments about the changes to the charter.
> 
> These changes are intended to:
> 
> * satisfy the legal requirements of QGIS.ORG  becoming a 
> Swiss Verein (association)
> * clarify the roles of the various participants in the QGIS.ORG 
>  governance
> * make the process of becoming a PSC/Board member more democratic and 
> transparent
> 
> For reference, our current statutes (drafted in 2015) are here:
> 
> https://drive.google.com/open?id=0B__vDnQXCKiwYWVCNGQxYWZsNE0 
> 
> 
> The proposed 2016 revision of these statutes is here:
> 
> https://drive.google.com/file/d/0B__vDnQXCKiwZHdsbWt3T2syVXc/view?usp=sharing 
> 
> 
> If you would like to suggest a change to the proposed revision please use the 
> following procedure:
> 
> 1) Do NOT post the comment as a reply to this email. 
> 2) Email your suggestion to t...@qgis.org  with 
> [2016StatutesRevision] in the subject line
> 3) Specify your change by referring to the section  number, paragraph and 
> then provide details of your proposed change
> 4) If necessary provide a simple accompanying explanation of why you would 
> like to make the change
> 
> The final draft will be put forward to vote by the QGIS Voting Members on 
> Saturday 26 November so this is just a last short window for substantive 
> changes to the draft prepared by the PSC. If your comments / proposed changes 
> are trivial please consider holding back your comments until next year.
> 
> Please do not hesitate to ask if you have any questions regarding the process.
> 
> Regards
> 
> Tim
> 
> 
> 
> 
> 
> 
> ---
> 
> Tim Sutton
> QGIS Project Steering Committee Chair
> t...@qgis.org 
> 
> 
> 
> 
> ___
> Qgis-developer mailing list
> qgis-develo...@lists.osgeo.org
> List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer
> Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer




---

Tim Sutton
QGIS Project Steering Committee Chair
t...@qgis.org




___
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] Python error on startup

2016-11-22 Thread Nicolas Cadieux
Hi,

Next time, I recommend you install Anaconda Python.  It come with a number of 
scientific packages.  You can indicate during the installation that you do not 
want to change the environment variables.

Nicolas

> Le 22 nov. 2016 à 16:06, Stephen Ban [via OSGeo.org] 
>  a écrit :
> 
> Oddly, I was able to fix it by simply reinstalling/upgrading numpy in my 
> existing Python 2.7 install.
> 
>  
> 
> It doesn’t make any sense to me, but it works.
> 
>  
> 
> From: Qgis-user [mailto:[hidden email]] On Behalf Of Nicolas Cadieux
> Sent: November 22, 2016 12:22 PM
> To: [hidden email]
> Subject: Re: [Qgis-user] Python error on startup
> 
>  
> 
> Hi,
> 
> You need to change your default Python to the one that qgis uses.  You can 
> change that in the windows environment variables
> 
> Nicolas
> 
> 
> Le 22 nov. 2016 à 14:38, Stephen Ban [via OSGeo.org] <[hidden email]> a écrit 
> :
> 
> Hi,
> 
>  
> 
> I recently started getting an error message when launching QGIS. I can’t 
> pinpoint exactly when it started happening, but I’m pretty sure it must be 
> related to a recent install of Python when I had both Python 2.7 and 3.5 
> installed. I also have ArcGIS on my machine, so that was the only Python 
> version installed for awhile. I then installed Python 3.5 to do some testing, 
> but have since uninstalled it so the only remaining standalone Python version 
> is ArcGIS’s 2.7. I’ve purged any extraneous Python environment variables and 
> cleaned the Windows registry to no effect. I’m running Windows 10 64-bit 
> edition, and have always installed the 64-bit versions of QGIS.
> 
>  
> 
> I was originally running GQIS 2.16.1, then uninstalled it and installed QGIS 
> 2.18. Both versions give me the same error message on startup: “Python error: 
> Couldn’t load plugin ‘processing’ See message log (Python Error) for more 
> details.” The Python message log contains the following:
> “1 Traceback (most recent call last):
> File "C:/PROGRA~1/QGIS21~1.1/apps/qgis/./python\qgis\utils.py", line 308, in 
> loadPlugin
> 
> __import__(packageName)
> 
> File "C:/PROGRA~1/QGIS21~1.1/apps/qgis/./python\qgis\utils.py", line 607, in 
> _import
> 
> mod = _builtin_import(name, globals, locals, fromlist, level)
> 
> File 
> "C:/PROGRA~1/QGIS21~1.1/apps/qgis/./python/plugins\processing\__init__.py", 
> line 29, in 
> 
> from processing.tools.general import * # NOQA
> 
> File "C:/PROGRA~1/QGIS21~1.1/apps/qgis/./python\qgis\utils.py", line 607, in 
> _import
> 
> mod = _builtin_import(name, globals, locals, fromlist, level)
> 
> File 
> "C:/PROGRA~1/QGIS21~1.1/apps/qgis/./python/plugins\processing\tools\general.py",
>  line 31, in 
> 
> from processing.core.Processing import Processing
> 
> File "C:/PROGRA~1/QGIS21~1.1/apps/qgis/./python\qgis\utils.py", line 607, in 
> _import
> 
> mod = _builtin_import(name, globals, locals, fromlist, level)
> 
> File 
> "C:/PROGRA~1/QGIS21~1.1/apps/qgis/./python/plugins\processing\core\Processing.py",
>  line 55, in 
> 
> from processing.algs.qgis.QGISAlgorithmProvider import QGISAlgorithmProvider
> 
> File "C:/PROGRA~1/QGIS21~1.1/apps/qgis/./python\qgis\utils.py", line 607, in 
> _import
> 
> mod = _builtin_import(name, globals, locals, fromlist, level)
> 
> File 
> "C:/PROGRA~1/QGIS21~1.1/apps/qgis/./python/plugins\processing\algs\qgis\QGISAlgorithmProvider.py",
>  line 109, in 
> 
> from .RasterLayerStatistics import RasterLayerStatistics
> 
> File "C:/PROGRA~1/QGIS21~1.1/apps/qgis/./python\qgis\utils.py", line 607, in 
> _import
> 
> mod = _builtin_import(name, globals, locals, fromlist, level)
> 
> File 
> "C:/PROGRA~1/QGIS21~1.1/apps/qgis/./python/plugins\processing\algs\qgis\RasterLayerStatistics.py",
>  line 36, in 
> 
> from processing.tools import raster
> 
> File "C:/PROGRA~1/QGIS21~1.1/apps/qgis/./python\qgis\utils.py", line 607, in 
> _import
> 
> mod = _builtin_import(name, globals, locals, fromlist, level)
> 
> File 
> "C:/PROGRA~1/QGIS21~1.1/apps/qgis/./python/plugins\processing\tools\raster.py",
>  line 29, in 
> 
> import numpy
> 
> File "C:/PROGRA~1/QGIS21~1.1/apps/qgis/./python\qgis\utils.py", line 607, in 
> _import
> 
> mod = _builtin_import(name, globals, locals, fromlist, level)
> 
> File 
> "C:\Users\steph\AppData\Roaming\Python\Python27\site-packages\numpy\__init__.py",
>  line 180, in 
> 
> from . import add_newdocs
> 
> File "C:/PROGRA~1/QGIS21~1.1/apps/qgis/./python\qgis\utils.py", line 607, in 
> _import
> 
> mod = _builtin_import(name, globals, locals, fromlist, level)
> 
> File 
> "C:\Users\steph\AppData\Roaming\Python\Python27\site-packages\numpy\add_newdocs.py",
>  line 13, in 
> 
> from numpy.lib import add_newdoc
> 
> File "C:/PROGRA~1/QGIS21~1.1/apps/qgis/./python\qgis\utils.py", line 607, in 
> _import
> 
> mod = _builtin_import(name, globals, locals, fromlist, level)
> 
> File 
> "C:\Users\steph\AppData\Roaming\Python\Python27\site-packages\numpy\lib\__init__.py",
>  line 8, in 
> 
> from .type_check import *
> 
> 

[Qgis-user] Open request for comments on changes to QGIS.ORG statutes

2016-11-22 Thread Tim Sutton
Hi All

In a few days we will ask the QGIS Voting Membership to vote to approve our 
proposed changes to the QGIS.ORG statutes. I would like to invite any final 
comments about the changes to the charter.

These changes are intended to:

* satisfy the legal requirements of QGIS.ORG becoming a Swiss Verein 
(association)
* clarify the roles of the various participants in the QGIS.ORG governance
* make the process of becoming a PSC/Board member more democratic and 
transparent

For reference, our current statutes (drafted in 2015) are here:

https://drive.google.com/open?id=0B__vDnQXCKiwYWVCNGQxYWZsNE0

The proposed 2016 revision of these statutes is here:

https://drive.google.com/file/d/0B__vDnQXCKiwZHdsbWt3T2syVXc/view?usp=sharing

If you would like to suggest a change to the proposed revision please use the 
following procedure:

1) Do NOT post the comment as a reply to this email. 
2) Email your suggestion to t...@qgis.org with [2016StatutesRevision] in the 
subject line
3) Specify your change by referring to the section  number, paragraph and then 
provide details of your proposed change
4) If necessary provide a simple accompanying explanation of why you would like 
to make the change

The final draft will be put forward to vote by the QGIS Voting Members on 
Saturday 26 November so this is just a last short window for substantive 
changes to the draft prepared by the PSC. If your comments / proposed changes 
are trivial please consider holding back your comments until next year.

Please do not hesitate to ask if you have any questions regarding the process.

Regards

Tim






---

Tim Sutton
QGIS Project Steering Committee Chair
t...@qgis.org




___
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] Python error on startup

2016-11-22 Thread Stephen Ban
Oddly, I was able to fix it by simply reinstalling/upgrading numpy in my 
existing Python 2.7 install.

 

It doesn’t make any sense to me, but it works.

 

From: Qgis-user [mailto:qgis-user-boun...@lists.osgeo.org] On Behalf Of Nicolas 
Cadieux
Sent: November 22, 2016 12:22 PM
To: qgis-user@lists.osgeo.org
Subject: Re: [Qgis-user] Python error on startup

 

Hi,

You need to change your default Python to the one that qgis uses.  You can 
change that in the windows environment variables

Nicolas


Le 22 nov. 2016 à 14:38, Stephen Ban [via OSGeo.org  ] 
<[hidden email]> a écrit :

Hi,

 

I recently started getting an error message when launching QGIS. I can’t 
pinpoint exactly when it started happening, but I’m pretty sure it must be 
related to a recent install of Python when I had both Python 2.7 and 3.5 
installed. I also have ArcGIS on my machine, so that was the only Python 
version installed for awhile. I then installed Python 3.5 to do some testing, 
but have since uninstalled it so the only remaining standalone Python version 
is ArcGIS’s 2.7. I’ve purged any extraneous Python environment variables and 
cleaned the Windows registry to no effect. I’m running Windows 10 64-bit 
edition, and have always installed the 64-bit versions of QGIS.

 

I was originally running GQIS 2.16.1, then uninstalled it and installed QGIS 
2.18. Both versions give me the same error message on startup: “Python error: 
Couldn’t load plugin ‘processing’ See message log (Python Error) for more 
details.” The Python message log contains the following:
“1 Traceback (most recent call last):

File "C:/PROGRA~1/QGIS21~1.1/apps/qgis/./python\qgis\utils.py", line 308, in 
loadPlugin

__import__(packageName)

File "C:/PROGRA~1/QGIS21~1.1/apps/qgis/./python\qgis\utils.py", line 607, in 
_import

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

File 
"C:/PROGRA~1/QGIS21~1.1/apps/qgis/./python/plugins\processing\__init__.py", 
line 29, in 

from processing.tools.general import * # NOQA

File "C:/PROGRA~1/QGIS21~1.1/apps/qgis/./python\qgis\utils.py", line 607, in 
_import

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

File 
"C:/PROGRA~1/QGIS21~1.1/apps/qgis/./python/plugins\processing\tools\general.py",
 line 31, in 

from processing.core.Processing import Processing

File "C:/PROGRA~1/QGIS21~1.1/apps/qgis/./python\qgis\utils.py", line 607, in 
_import

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

File 
"C:/PROGRA~1/QGIS21~1.1/apps/qgis/./python/plugins\processing\core\Processing.py",
 line 55, in 

from processing.algs.qgis.QGISAlgorithmProvider import QGISAlgorithmProvider

File "C:/PROGRA~1/QGIS21~1.1/apps/qgis/./python\qgis\utils.py", line 607, in 
_import

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

File 
"C:/PROGRA~1/QGIS21~1.1/apps/qgis/./python/plugins\processing\algs\qgis\QGISAlgorithmProvider.py",
 line 109, in 

from .RasterLayerStatistics import RasterLayerStatistics

File "C:/PROGRA~1/QGIS21~1.1/apps/qgis/./python\qgis\utils.py", line 607, in 
_import

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

File 
"C:/PROGRA~1/QGIS21~1.1/apps/qgis/./python/plugins\processing\algs\qgis\RasterLayerStatistics.py",
 line 36, in 

from processing.tools import raster

File "C:/PROGRA~1/QGIS21~1.1/apps/qgis/./python\qgis\utils.py", line 607, in 
_import

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

File 
"C:/PROGRA~1/QGIS21~1.1/apps/qgis/./python/plugins\processing\tools\raster.py", 
line 29, in 

import numpy

File "C:/PROGRA~1/QGIS21~1.1/apps/qgis/./python\qgis\utils.py", line 607, in 
_import

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

File 
"C:\Users\steph\AppData\Roaming\Python\Python27\site-packages\numpy\__init__.py",
 line 180, in 

from . import add_newdocs

File "C:/PROGRA~1/QGIS21~1.1/apps/qgis/./python\qgis\utils.py", line 607, in 
_import

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

File 
"C:\Users\steph\AppData\Roaming\Python\Python27\site-packages\numpy\add_newdocs.py",
 line 13, in 

from numpy.lib import add_newdoc

File "C:/PROGRA~1/QGIS21~1.1/apps/qgis/./python\qgis\utils.py", line 607, in 
_import

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

File 
"C:\Users\steph\AppData\Roaming\Python\Python27\site-packages\numpy\lib\__init__.py",
 line 8, in 

from .type_check import *

File "C:/PROGRA~1/QGIS21~1.1/apps/qgis/./python\qgis\utils.py", line 607, in 
_import

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

File 
"C:\Users\steph\AppData\Roaming\Python\Python27\site-packages\numpy\lib\type_check.py",
 line 11, in 

import numpy.core.numeric as _nx

File "C:/PROGRA~1/QGIS21~1.1/apps/qgis/./python\qgis\utils.py", line 607, in 
_import

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

File 
"C:\Users\steph\AppData\Roaming\Python\Python27\site-packages\numpy\core\__init__.py",
 line 14, in 

from . import multiarray

File 

Re: [Qgis-user] Python error on startup

2016-11-22 Thread Nicolas Cadieux
Hi,
You need to change your default Python to the one that qgis uses.  You can 
change that in the windows environment variables
Nicolas

> Le 22 nov. 2016 à 14:38, Stephen Ban [via OSGeo.org] 
>  a écrit :
> 
> Hi,
> 
>  
> 
> I recently started getting an error message when launching QGIS. I can’t 
> pinpoint exactly when it started happening, but I’m pretty sure it must be 
> related to a recent install of Python when I had both Python 2.7 and 3.5 
> installed. I also have ArcGIS on my machine, so that was the only Python 
> version installed for awhile. I then installed Python 3.5 to do some testing, 
> but have since uninstalled it so the only remaining standalone Python version 
> is ArcGIS’s 2.7. I’ve purged any extraneous Python environment variables and 
> cleaned the Windows registry to no effect. I’m running Windows 10 64-bit 
> edition, and have always installed the 64-bit versions of QGIS.
> 
>  
> 
> I was originally running GQIS 2.16.1, then uninstalled it and installed QGIS 
> 2.18. Both versions give me the same error message on startup: “Python error: 
> Couldn’t load plugin ‘processing’ See message log (Python Error) for more 
> details.” The Python message log contains the following:
> “1 Traceback (most recent call last):
> File "C:/PROGRA~1/QGIS21~1.1/apps/qgis/./python\qgis\utils.py", line 308, in 
> loadPlugin
> 
> __import__(packageName)
> 
> File "C:/PROGRA~1/QGIS21~1.1/apps/qgis/./python\qgis\utils.py", line 607, in 
> _import
> 
> mod = _builtin_import(name, globals, locals, fromlist, level)
> 
> File 
> "C:/PROGRA~1/QGIS21~1.1/apps/qgis/./python/plugins\processing\__init__.py", 
> line 29, in 
> 
> from processing.tools.general import * # NOQA
> 
> File "C:/PROGRA~1/QGIS21~1.1/apps/qgis/./python\qgis\utils.py", line 607, in 
> _import
> 
> mod = _builtin_import(name, globals, locals, fromlist, level)
> 
> File 
> "C:/PROGRA~1/QGIS21~1.1/apps/qgis/./python/plugins\processing\tools\general.py",
>  line 31, in 
> 
> from processing.core.Processing import Processing
> 
> File "C:/PROGRA~1/QGIS21~1.1/apps/qgis/./python\qgis\utils.py", line 607, in 
> _import
> 
> mod = _builtin_import(name, globals, locals, fromlist, level)
> 
> File 
> "C:/PROGRA~1/QGIS21~1.1/apps/qgis/./python/plugins\processing\core\Processing.py",
>  line 55, in 
> 
> from processing.algs.qgis.QGISAlgorithmProvider import QGISAlgorithmProvider
> 
> File "C:/PROGRA~1/QGIS21~1.1/apps/qgis/./python\qgis\utils.py", line 607, in 
> _import
> 
> mod = _builtin_import(name, globals, locals, fromlist, level)
> 
> File 
> "C:/PROGRA~1/QGIS21~1.1/apps/qgis/./python/plugins\processing\algs\qgis\QGISAlgorithmProvider.py",
>  line 109, in 
> 
> from .RasterLayerStatistics import RasterLayerStatistics
> 
> File "C:/PROGRA~1/QGIS21~1.1/apps/qgis/./python\qgis\utils.py", line 607, in 
> _import
> 
> mod = _builtin_import(name, globals, locals, fromlist, level)
> 
> File 
> "C:/PROGRA~1/QGIS21~1.1/apps/qgis/./python/plugins\processing\algs\qgis\RasterLayerStatistics.py",
>  line 36, in 
> 
> from processing.tools import raster
> 
> File "C:/PROGRA~1/QGIS21~1.1/apps/qgis/./python\qgis\utils.py", line 607, in 
> _import
> 
> mod = _builtin_import(name, globals, locals, fromlist, level)
> 
> File 
> "C:/PROGRA~1/QGIS21~1.1/apps/qgis/./python/plugins\processing\tools\raster.py",
>  line 29, in 
> 
> import numpy
> 
> File "C:/PROGRA~1/QGIS21~1.1/apps/qgis/./python\qgis\utils.py", line 607, in 
> _import
> 
> mod = _builtin_import(name, globals, locals, fromlist, level)
> 
> File 
> "C:\Users\steph\AppData\Roaming\Python\Python27\site-packages\numpy\__init__.py",
>  line 180, in 
> 
> from . import add_newdocs
> 
> File "C:/PROGRA~1/QGIS21~1.1/apps/qgis/./python\qgis\utils.py", line 607, in 
> _import
> 
> mod = _builtin_import(name, globals, locals, fromlist, level)
> 
> File 
> "C:\Users\steph\AppData\Roaming\Python\Python27\site-packages\numpy\add_newdocs.py",
>  line 13, in 
> 
> from numpy.lib import add_newdoc
> 
> File "C:/PROGRA~1/QGIS21~1.1/apps/qgis/./python\qgis\utils.py", line 607, in 
> _import
> 
> mod = _builtin_import(name, globals, locals, fromlist, level)
> 
> File 
> "C:\Users\steph\AppData\Roaming\Python\Python27\site-packages\numpy\lib\__init__.py",
>  line 8, in 
> 
> from .type_check import *
> 
> File "C:/PROGRA~1/QGIS21~1.1/apps/qgis/./python\qgis\utils.py", line 607, in 
> _import
> 
> mod = _builtin_import(name, globals, locals, fromlist, level)
> 
> File 
> "C:\Users\steph\AppData\Roaming\Python\Python27\site-packages\numpy\lib\type_check.py",
>  line 11, in 
> 
> import numpy.core.numeric as _nx
> 
> File "C:/PROGRA~1/QGIS21~1.1/apps/qgis/./python\qgis\utils.py", line 607, in 
> _import
> 
> mod = _builtin_import(name, globals, locals, fromlist, level)
> 
> File 
> "C:\Users\steph\AppData\Roaming\Python\Python27\site-packages\numpy\core\__init__.py",
>  line 14, in 
> 
> from . import multiarray
> 
> File "C:/PROGRA~1/QGIS21~1.1/apps/qgis/./python\qgis\utils.py", 

[Qgis-user] Python error on startup

2016-11-22 Thread Stephen Ban
Hi,

 

I recently started getting an error message when launching QGIS. I can't
pinpoint exactly when it started happening, but I'm pretty sure it must be
related to a recent install of Python when I had both Python 2.7 and 3.5
installed. I also have ArcGIS on my machine, so that was the only Python
version installed for awhile. I then installed Python 3.5 to do some
testing, but have since uninstalled it so the only remaining standalone
Python version is ArcGIS's 2.7. I've purged any extraneous Python
environment variables and cleaned the Windows registry to no effect. I'm
running Windows 10 64-bit edition, and have always installed the 64-bit
versions of QGIS.

 

I was originally running GQIS 2.16.1, then uninstalled it and installed QGIS
2.18. Both versions give me the same error message on startup: "Python
error: Couldn't load plugin 'processing' See message log (Python Error) for
more details." The Python message log contains the following:
"1 Traceback (most recent call last):

File "C:/PROGRA~1/QGIS21~1.1/apps/qgis/./python\qgis\utils.py", line 308, in
loadPlugin

__import__(packageName)

File "C:/PROGRA~1/QGIS21~1.1/apps/qgis/./python\qgis\utils.py", line 607, in
_import

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

File
"C:/PROGRA~1/QGIS21~1.1/apps/qgis/./python/plugins\processing\__init__.py",
line 29, in 

from processing.tools.general import * # NOQA

File "C:/PROGRA~1/QGIS21~1.1/apps/qgis/./python\qgis\utils.py", line 607, in
_import

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

File
"C:/PROGRA~1/QGIS21~1.1/apps/qgis/./python/plugins\processing\tools\general.
py", line 31, in 

from processing.core.Processing import Processing

File "C:/PROGRA~1/QGIS21~1.1/apps/qgis/./python\qgis\utils.py", line 607, in
_import

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

File
"C:/PROGRA~1/QGIS21~1.1/apps/qgis/./python/plugins\processing\core\Processin
g.py", line 55, in 

from processing.algs.qgis.QGISAlgorithmProvider import QGISAlgorithmProvider

File "C:/PROGRA~1/QGIS21~1.1/apps/qgis/./python\qgis\utils.py", line 607, in
_import

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

File
"C:/PROGRA~1/QGIS21~1.1/apps/qgis/./python/plugins\processing\algs\qgis\QGIS
AlgorithmProvider.py", line 109, in 

from .RasterLayerStatistics import RasterLayerStatistics

File "C:/PROGRA~1/QGIS21~1.1/apps/qgis/./python\qgis\utils.py", line 607, in
_import

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

File
"C:/PROGRA~1/QGIS21~1.1/apps/qgis/./python/plugins\processing\algs\qgis\Rast
erLayerStatistics.py", line 36, in 

from processing.tools import raster

File "C:/PROGRA~1/QGIS21~1.1/apps/qgis/./python\qgis\utils.py", line 607, in
_import

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

File
"C:/PROGRA~1/QGIS21~1.1/apps/qgis/./python/plugins\processing\tools\raster.p
y", line 29, in 

import numpy

File "C:/PROGRA~1/QGIS21~1.1/apps/qgis/./python\qgis\utils.py", line 607, in
_import

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

File
"C:\Users\steph\AppData\Roaming\Python\Python27\site-packages\numpy\__init__
.py", line 180, in 

from . import add_newdocs

File "C:/PROGRA~1/QGIS21~1.1/apps/qgis/./python\qgis\utils.py", line 607, in
_import

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

File
"C:\Users\steph\AppData\Roaming\Python\Python27\site-packages\numpy\add_newd
ocs.py", line 13, in 

from numpy.lib import add_newdoc

File "C:/PROGRA~1/QGIS21~1.1/apps/qgis/./python\qgis\utils.py", line 607, in
_import

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

File
"C:\Users\steph\AppData\Roaming\Python\Python27\site-packages\numpy\lib\__in
it__.py", line 8, in 

from .type_check import *

File "C:/PROGRA~1/QGIS21~1.1/apps/qgis/./python\qgis\utils.py", line 607, in
_import

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

File
"C:\Users\steph\AppData\Roaming\Python\Python27\site-packages\numpy\lib\type
_check.py", line 11, in 

import numpy.core.numeric as _nx

File "C:/PROGRA~1/QGIS21~1.1/apps/qgis/./python\qgis\utils.py", line 607, in
_import

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

File
"C:\Users\steph\AppData\Roaming\Python\Python27\site-packages\numpy\core\__i
nit__.py", line 14, in 

from . import multiarray

File "C:/PROGRA~1/QGIS21~1.1/apps/qgis/./python\qgis\utils.py", line 607, in
_import

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

ImportError: DLL load failed: %1 is not a valid Win32 application."

 

Any help or advice on resolving this error would be appreciated.

 

Stephen

 

Stephen Ban, Ph.D., RPBio.

National Ocean Spatial Analysis Manager

Canadian Parks and Wilderness Society

#410-698 Seymour Street, Vancouver, B.C. V6B 3K6

Tel: 604 685-7445 ext. 30

Fax: 604 629-8532 

Email:   step...@cpawsbc.org

 

___
Qgis-user mailing 

Re: [QGIS-it-user] R: QGIS Server su Ubuntu Server 16.04 LTS

2016-11-22 Thread girarsi
Il 22/11/2016 18:14, nino formica ha scritto:
> Se usi i riferimenti assoluti, i layer (shapefiles) possono restare nella
> loro cartella originale, non c'è bisogno di spostarli.
> Hai provato a fare una request GetMap direttamente dal browser e vedere se
> funziona?
> 
> Magari puoi anche dare un'occhiata a questo mio articolo, se può aiutarti:
> http://geomappando.com/2016/09/13/qgis-server-funziona-si-installa/
> 
> Saluti
> Nino
> 

Solo un piccolo OT, non conoscevo il tuo sito Nino, molto istruttivo, mi
son guardato un pochino i due blog sui sitemi di riferimento, mi hanno
disorientato un pò (per scarsa conoscenza della materia sia chiaro), ma
da un'idea della complessità della materia.



-- 
Simone Girardelli
_|_|_|_|_|_|_|_|_|_
|_|_|_|_|_|_|_|_|_|_|


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


[Qgis-user] Turning off data providers in Browser panel?

2016-11-22 Thread Baker, Matthew
All,

As the list of data providers available to QGIS grows, I wonder if there could 
be an option in the settings to toggle the visibility of certain data providers 
if they will not be used.

I'm not sure the history of the ArcGIS feature and map server nodes in the 
browser tree, but I, for one, would like to turn them off.

Thanks!

-m


Matthew Baker
Denver Public Schools
Department of Planning and Analysis
matthew_ba...@dpsk12.org
720-423-3419 / x33419

___
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] R: QGIS Server su Ubuntu Server 16.04 LTS

2016-11-22 Thread nino formica
Se usi i riferimenti assoluti, i layer (shapefiles) possono restare nella
loro cartella originale, non c'è bisogno di spostarli.
Hai provato a fare una request GetMap direttamente dal browser e vedere se
funziona?

Magari puoi anche dare un'occhiata a questo mio articolo, se può aiutarti:
http://geomappando.com/2016/09/13/qgis-server-funziona-si-installa/

Saluti
Nino

Il 22 nov 2016 11:40 AM, "Dott. Giovanni Desiato" 
ha scritto:

> Ciao,
>
>
>
> ho avuto modo di modificare il percorso dei layer nelle proprietà del
> progetto .qgs da “relativo” a “assoluto”.
>
> Ho caricato sul server anche gli shapefile .shp utilizzati nel progetto
> nella stessa “directory” del progetto .qgs e dei files “qgis_mapserv.fcgi”
> e “wms_metadata.xml” (operazione non necessaria, ma …).
>
> Purtroppo non è cambiato nulla.
>
>
>
> Grazie
>
>
>
> Saluti
>
>
>
> --
>
> Giovanni Desiato
>
>
>
>
>
> *Da:* nino formica [mailto:ninofo...@gmail.com]
> *Inviato:* martedì 22 novembre 2016 06:25
> *A:* giovanni.desi...@unimi.it; Lista_utenti_Qgis <
> qgis-it-user@lists.osgeo.org>
> *Oggetto:* Re: [QGIS-it-user] QGIS Server su Ubuntu Server 16.04 LTS
>
>
>
> Ciao,
> vai nelle impostazioni generali del progetto .qgs e controlla se il
> riferimento ai suoi layer é "assoluto".
> Se infatti è "relativo", può succedere l'errore che hai segnalato.
>
> Saluti
> Nino
>
>
>
> Il 21 nov 2016 1:18 PM, "Dott. Giovanni Desiato" <
> giovanni.desi...@unimi.it> ha scritto:
>
> Buongiorno a tutti,
>
>
>
> sto istanziando un “QGIS Server” su Linux Ubuntu Server 16.04 LTS senza
> interfaccia grafica, in quanto non credo che la GUI sia necessaria per un
> ambiente server, ma se è necessaria la GUI…
>
> Dopo aver aggiunto tra i repository di default quelli per QGIS (così come
> indicato dalla Comunità di QGIS (https://www.qgis.org/it/site/
> forusers/alldownloads.html) e precisamente le seguenti due stringhe nel
> file “/etc/apt/source.list”:
>
> deb http://qgis.org/debian xenial main
>
> deb-src http://qgis.org/debian xenial main
>
> e dopo aver installato correttamente “Apache” con tutti i suoi componenti
> (necessari per QGIS), ho proceduto con l’installazione di “QGIS Server”
> tramite il seguente comando:
>
>
>
> apt-get install qgis-server python-qgis qgis-plugin-grass
>
>
>
> tutto è andato bene. Ho abilitato il modulo “fcgid” e la configurazione
> “serve-cgi”. Ho configurato il virtual host in modo da caricare le CGI.
>
> Interrogando il server tramite browser al seguente URL:
>
>
>
> http://indirizzo_ip_server/cgi-bin/qgis_mapserv.fcgi?
> SERVICE=WMS=1.3.0=GetCapabilities
>
>
>
> risponde correttamente.
>
>
>
> Con QGIS Desktop (sia con la 2.16.3 che con la 2.18.0) creo un progetto di
> esempio (alaska.qgs) e carico il file (.qgs, via SCP) sul server nella
> cartella “cgi-bin” (dove sono i files “qgis_mapserv.fcgi” e
> “wms_metadata.xml”).
>
> Da QGIS Desktop da “Layer à Aggiungi layer à Aggiungi layer WMS/WMTS”
> impostando la connessione sull’URL sopracitato come da immagine al seguente
> link:
>
>
>
> https://drive.google.com/file/d/0B8dYIbrBDxSaX1B1TVpKMlVSaTA/
> view?usp=sharing
>
>
>
> la connessione avviene correttamente, tanto è vero che mi trova il sistema
> di riferimento del server e del progetto qgs e mi fornisce la possibilità
> di aggiungere il layer (mi abilita il comando “Aggiungi”).
>
> Dopodiché, nel “Layer Panel” mi fornisce i seguenti errori:
>
> 1)  “Download di capabilities non riuscito: Error downloading
> http://indirizzo_ip_server/cgi-bin/qgis_mapserv.fcgi?
> VERSION=1.3.0=WMS=GetCapabilities - server replied: Not
> Found”
>
> 2)  “Errore nella richiesta della mappa [errore: Error downloading
> http://indirizzo_ip_server/cgi-bin/qgis_mapserv.fcgi?
> SERVICE=WMS=1.3.0&
>
> REQUEST=GetMap=1205422.43104127422,2170050,10213300,
> 3791269.6729678642=EPSG:2964=564&
>
> HEIGHT=102=ProjectTest==image/jpeg=
> 96_RESOLUTION=96_OPTIONS=dpi:96 - server replied: Internal
> Server Error URL: http:// indirizzo_ip_server /cgi-bin/qgis_mapserv.fcgi?
> SERVICE=WMS=1.3.0=GetMap=1205422.
> 43104127422,2170050,10213300,3791269.6729678642=EPSG:2964&
> 
>
> WIDTH=564=102=ProjectTest==
> image/jpeg=96_RESOLUTION=96_OPTIONS=dpi:96]”
>
> (il secondo errore è tutto su unica riga)
>
>
>
> Naturalmente lo stesso errore è fornito anche tramite browser.
>
> Qualcuno si è trovato nella stessa mia situazione ? come ha risolto ?
>
>
>
> Grazie mille per l’aiuto.
>
>
>
> --
>
> Giovanni Desiato
>
>
> ___
> QGIS-it-user mailing list
> QGIS-it-user@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-it-user
>
>
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [Qgis-user] Gridding vector data

2016-11-22 Thread Nicolas Cadieux
Hi,

There is the terrain modelling tools in Qgis.  You can try inverse distance 
weight.  You also have tool the gdal_grid tools in the raster menu and in 
processing. Keep in mind that you can modify the option to get interpolation 
methods that are not in the GUI.  

I think Grass has a local or universal Krigging also.  If not. You could find 
that in CrimeStat I think.

Nicolas

http://www.gdal.org/gdal_grid.html

> Le 22 nov. 2016 à 07:47, Lester Anderson [via OSGeo.org] 
>  a écrit :
> 
> I normally grid data outside of QGIS using GMT and then import surfer 
> grids (or Ascii raster) into QGIS. Not really tried the gridding 
> options within QGIS 
> 
> On 22 November 2016 at 08:32, Grant Boxer <[hidden email]> wrote:
> 
> > I am trying to find a good option for gridding geochemical soil sampling 
> > data. I have tried the raster>analyse>Grid option, plus a couple of others 
> > in the SAGA toolbox, but I have found it difficult to get a good smooth 
> > result. Does anyone have any other suggestions? 
> > 
> > 
> > 
> > Grant Boxer 
> > 
> > Perth, Western Australia 
> > 
> > 
> > 
> > 
> > ___ 
> > Qgis-user mailing list 
> > [hidden email] 
> > List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
> > Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user
> ___ 
> Qgis-user mailing list 
> [hidden email] 
> List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: 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/Gridding-vector-data-tp5296894p5296926.html
> To start a new topic under Quantum GIS - User, email 
> ml-node+s1560n4125267...@n6.nabble.com 
> To unsubscribe from Quantum GIS - User, click here.
> NAML




--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Gridding-vector-data-tp5296894p5296947.html
Sent from the Quantum GIS - User mailing list archive at Nabble.com.___
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] Gridding vector data

2016-11-22 Thread Lester Anderson
I normally grid data outside of QGIS using GMT and then import surfer
grids (or Ascii raster) into QGIS. Not really tried the gridding
options within QGIS

On 22 November 2016 at 08:32, Grant Boxer  wrote:
> I am trying to find a good option for gridding geochemical soil sampling
> data. I have tried the raster>analyse>Grid option, plus a couple of others
> in the SAGA toolbox, but I have found it difficult to get a good smooth
> result. Does anyone have any other suggestions?
>
>
>
> Grant Boxer
>
> Perth, Western Australia
>
>
>
>
> ___
> 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

[QGIS-it-user] R: QGIS Server su Ubuntu Server 16.04 LTS

2016-11-22 Thread Dott. Giovanni Desiato
Ciao,

 

ho avuto modo di modificare il percorso dei layer nelle proprietà del progetto 
.qgs da “relativo” a “assoluto”.

Ho caricato sul server anche gli shapefile .shp utilizzati nel progetto nella 
stessa “directory” del progetto .qgs e dei files “qgis_mapserv.fcgi” e 
“wms_metadata.xml” (operazione non necessaria, ma …).

Purtroppo non è cambiato nulla.

 

Grazie

 

Saluti

 

--

Giovanni Desiato

 

 

Da: nino formica [mailto:ninofo...@gmail.com] 
Inviato: martedì 22 novembre 2016 06:25
A: giovanni.desi...@unimi.it; Lista_utenti_Qgis 
Oggetto: Re: [QGIS-it-user] QGIS Server su Ubuntu Server 16.04 LTS

 

Ciao,
vai nelle impostazioni generali del progetto .qgs e controlla se il riferimento 
ai suoi layer é "assoluto".
Se infatti è "relativo", può succedere l'errore che hai segnalato.

Saluti
Nino

 

Il 21 nov 2016 1:18 PM, "Dott. Giovanni Desiato"  > ha scritto:

Buongiorno a tutti,

 

sto istanziando un “QGIS Server” su Linux Ubuntu Server 16.04 LTS senza 
interfaccia grafica, in quanto non credo che la GUI sia necessaria per un 
ambiente server, ma se è necessaria la GUI…

Dopo aver aggiunto tra i repository di default quelli per QGIS (così come 
indicato dalla Comunità di QGIS 
(https://www.qgis.org/it/site/forusers/alldownloads.html) e precisamente le 
seguenti due stringhe nel file “/etc/apt/source.list”:

deb http://qgis.org/debian xenial main

deb-src http://qgis.org/debian xenial main

e dopo aver installato correttamente “Apache” con tutti i suoi componenti 
(necessari per QGIS), ho proceduto con l’installazione di “QGIS Server” tramite 
il seguente comando:

 

apt-get install qgis-server python-qgis qgis-plugin-grass

 

tutto è andato bene. Ho abilitato il modulo “fcgid” e la configurazione 
“serve-cgi”. Ho configurato il virtual host in modo da caricare le CGI.

Interrogando il server tramite browser al seguente URL:

 

http://indirizzo_ip_server/cgi-bin/qgis_mapserv.fcgi?SERVICE=WMS 

 =1.3.0=GetCapabilities

 

risponde correttamente.

 

Con QGIS Desktop (sia con la 2.16.3 che con la 2.18.0) creo un progetto di 
esempio (alaska.qgs) e carico il file (.qgs, via SCP) sul server nella cartella 
“cgi-bin” (dove sono i files “qgis_mapserv.fcgi” e “wms_metadata.xml”).

Da QGIS Desktop da “Layer à Aggiungi layer à Aggiungi layer WMS/WMTS” 
impostando la connessione sull’URL sopracitato come da immagine al seguente 
link:

 

https://drive.google.com/file/d/0B8dYIbrBDxSaX1B1TVpKMlVSaTA/view?usp=sharing

 

la connessione avviene correttamente, tanto è vero che mi trova il sistema di 
riferimento del server e del progetto qgs e mi fornisce la possibilità di 
aggiungere il layer (mi abilita il comando “Aggiungi”).

Dopodiché, nel “Layer Panel” mi fornisce i seguenti errori:

1)  “Download di capabilities non riuscito: Error downloading 
http://indirizzo_ip_server/cgi-bin/qgis_mapserv.fcgi?VERSION=1.3.0 

 =WMS=GetCapabilities - server replied: Not Found”

2)  “Errore nella richiesta della mappa [errore: Error downloading 
http://indirizzo_ip_server/cgi-bin/qgis_mapserv.fcgi?SERVICE=WMS 

 =1.3.0&

REQUEST=GetMap=1205422.43104127422,2170050,10213300,3791269.6729678642=EPSG:2964=564&

HEIGHT=102=ProjectTest==image/jpeg=96_RESOLUTION=96_OPTIONS=dpi:96
 - server replied: Internal Server Error URL: http:// 

  indirizzo_ip_server 
/cgi-bin/qgis_mapserv.fcgi?SERVICE=WMS=1.3.0=GetMap=1205422.43104127422,2170050,10213300,3791269.6729678642=EPSG:2964&

WIDTH=564=102=ProjectTest==image/jpeg=96_RESOLUTION=96_OPTIONS=dpi:96]”

(il secondo errore è tutto su unica riga)

 

Naturalmente lo stesso errore è fornito anche tramite browser.

Qualcuno si è trovato nella stessa mia situazione ? come ha risolto ?

 

Grazie mille per l’aiuto.

 

--

Giovanni Desiato


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



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


Re: [Qgis-user] Qgis-user Digest, Vol 129, Issue 38

2016-11-22 Thread Demis Yilma Gashaw
unsubscribe from qgis

On Fri, Nov 18, 2016 at 12:00 PM,  wrote:

> Send Qgis-user mailing list submissions to
> qgis-user@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-requ...@lists.osgeo.org
>
> You can reach the person managing the list at
> qgis-user-ow...@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. Nikon Nivo3 (nicolas.cadi...@archeotec.ca)
>2. SSL Certificate Error (Grant Boxer)
>3. Re: SSL Certificate Error (Bo Victor Thomsen)
>4. Re: [Qgis-developer]  SSL Certificate Error (Richard Duivenvoorde)
>5. Re: MapInfo to QGIS style generator ; error message (dandrigo)
>
>
> --
>
> Message: 1
> Date: Thu, 17 Nov 2016 17:08:48 -0500
> From: "nicolas.cadi...@archeotec.ca" 
> To: "qgis-user@lists.osgeo.org" 
> Subject: [Qgis-user] Nikon Nivo3
> Message-ID: <642c0e29-92b2-57b5-15a3-d3643427f...@archeotec.ca>
> Content-Type: text/plain; charset="utf-8"; format=flowed
>
> Hi,
>
> Is anybody using qgis with a Nikon Nivo3 Total Station using bluetooth?
> If so, how do you go about using it?
>
> Thanks
>
> Nicolas
>
>
>
> --
>
> Message: 2
> Date: Fri, 18 Nov 2016 11:26:58 +0800
> From: "Grant Boxer" 
> To: 
> Subject: [Qgis-user] SSL Certificate Error
> Message-ID: <00a701d2414b$9e78b870$db6a2950$@iinet.net.au>
> Content-Type: text/plain; charset="utf-8"
>
> Why am I now getting an SSL Certificate expired message when I load 2.18?
> Only started today.
>
>
>
> Grant Boxer
>
> Perth, Western Australia
>
>
>
> -- next part --
> An HTML attachment was scrubbed...
> URL:  attachments/20161118/4da1d375/attachment-0001.html>
>
> --
>
> Message: 3
> Date: Fri, 18 Nov 2016 09:00:13 +0100
> From: Bo Victor Thomsen 
> To: qgis-user@lists.osgeo.org
> Subject: Re: [Qgis-user] SSL Certificate Error
> Message-ID: <6f5d638e-3853-c283-7aab-efc8e4b35...@gmail.com>
> Content-Type: text/plain; charset="utf-8"; Format="flowed"
>
> You are NOT alone. My wife is right now teaching an on-line course in
> Qgis. All 17 of the students has this problem (plus my wife)
>
> Regards
>
> Bo Victor Thomsen
>
>
> Den 18/11/16 kl. 04:26 skrev Grant Boxer:
> >
> > an SSL Certificate expired message when I load 2.18? Only started today.
> >
> > Grant Boxer
> >
>
> -- next part --
> An HTML attachment was scrubbed...
> URL:  attachments/20161118/3d873208/attachment-0001.html>
>
> --
>
> Message: 4
> Date: Fri, 18 Nov 2016 09:22:25 +0100
> From: Richard Duivenvoorde 
> To: Grant Boxer 
> Cc: qgis-develo...@lists.osgeo.org, "Qgis-user@lists.osgeo.org"
> 
> Subject: Re: [Qgis-user] [Qgis-developer]  SSL Certificate Error
> Message-ID: <3da948f8-97c7-1b3e-e2ae-ef760a644...@duif.net>
> Content-Type: text/plain; charset=utf-8; format=flowed
>
> On 18-11-16 09:07, Richard Duivenvoorde wrote:
> > On 2016-11-18 04:26, Grant Boxer wrote:
> >> Why am I now getting an SSL Certificate expired message when I load
> >> 2.18? Only started today.
> >>
> >> Grant Boxer
> >
> > Hi Grant,
> >
> > Probably my fault, I arranged a new ssl certificate for *.qgis.org but
> > did not put it on the qgis server(s) yet... so current certificate is
> > not valid anymore. Will do this asap...
>
> Done, please try again and let me know if not working
>
> Regards,
>
> Richard
>
>
>
> --
>
> Message: 5
> Date: Fri, 18 Nov 2016 02:01:44 -0700 (MST)
> From: dandrigo 
> To: qgis-user@lists.osgeo.org
> Subject: Re: [Qgis-user] MapInfo to QGIS style generator ; error
> message
> Message-ID: <1479459704722-5296422.p...@n6.nabble.com>
> Content-Type: text/plain; charset=us-ascii
>
> Hello,
>
> For remind, i'm working on Windows 10 64 bits,mapinfo new version Pro 16.0,
> QGIS 2.16.3.Following  to my previous message, I succeed in resolving my
> first problem regarding the error message. The Peter 's procedure allows
> indeed to no longer have an error message during the execution of the
> command.I remind you the following post (giving the soution) :
>
> http://gis.stackexchange.com/posts/217934/revisions
>
>  However, now, when i rerun the same command but the plugin does not still
> seem to work. No task is done. I let the process run all the night. And the
> status stays 

[Qgis-user] Gridding vector data

2016-11-22 Thread Grant Boxer
I am trying to find a good option for gridding geochemical soil sampling
data. I have tried the raster>analyse>Grid option, plus a couple of others
in the SAGA toolbox, but I have found it difficult to get a good smooth
result. Does anyone have any other suggestions?

 

Grant Boxer

Perth, Western Australia

 

___
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] QGIS variable for project CRS

2016-11-22 Thread Julie Pierson

Great, thanks Nyall !


Le 22/11/2016 à 01:09, Nyall Dawson a écrit :

On 22 November 2016 at 00:32, Julie Pierson  wrote:

Hi,

I've seen that with QGIS variables you can access many layer and project
properties, such as layer CRS and project title. However I'm looking for a
variable for the CRS of the QGIS project. Does that exist ?

Not in <= 2.18. But it's a good idea so I've just implemented it for 3.0:

https://github.com/qgis/QGIS/commit/188033a6afc298864860ba94a3f150dd5e23f86d

Nyall



Thanks !

Julie.
___
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