[Qgis-user] Raster calculator questions

2018-05-03 Thread Chris House
When using raster calculator in QGIS 3 I  have to create a new raster first to 
serve as the output. Is the intent of this to overwrite a input raster (I 
haven't tried this) or something else? I'm confused by this. 

 

Secondly when I specify a CRS in raster calculator I get "insufficient memory 
for this operation" error.  Using the default output CRS works. This usually 
requires me to add a reprojection step on the output raster.

 

Windows 10

Samsung SSD

AMD 8 core processor

16 GB RAM

NVIDIA Graphics Card 2GB RAM

 

Thanks

--Chris

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] mac qgis3 binary errors

2018-05-03 Thread Adam Dershowitz
Ooops.  My mistake.  I didn’t read your instructions carefully enough.  After 
reinstalling, with pip, I then had not reinstalled qgis.  I did that, and now 
it does open correctly.

Thanks much for the help!

--Adam



> On May 3, 2018, at 11:58 AM, Adam Dershowitz  wrote:
> 
> I think that is the problem.  Towards the bottom of my original email I 
> mentioned that I had only installed python3.6 (from the official source) but 
> not the other options (GUI, command line, pip etc).  I had not realized that 
> any of those were necessary.  I’ll try to reinstall python with pip, then 
> reinstall gdal, and see how that goes….
> 
> Interesting.  Now, instead of 4 different error boxes on startup, I just get 
> two:
> 
> Couldn't load plugin 'processing' 
> ModuleNotFoundError: No module named 'psycopg2' 
> and 
> 
> Couldn't load plugin 'MetaSearch' due to an error when calling its 
> classFactory() method 
> ModuleNotFoundError: No module named 'owslib'
> 
> Perhaps there is some other piece missing as well?  Do either of those core 
> plugins require the python UNIX command line, or GUI stuff?  
> 
> So, making some progress…
> 
> thanks,
> 
> --Adam
> 
> 
> 
>> On May 3, 2018, at 11:48 AM, William Kyngesburye > > wrote:
>> 
>> That's strange.  There should be many folders there, for osgeo and all the 
>> other stuff QGIS needs.
>> 
>> Another possibility is you are missing pip.  it's an install option for 
>> python 3, normally installed by default but maybe you turned it off?
>> 
>> You can check in a Terminal with
>> 
>> type pip3
>> 
>> If found, the path should be in 
>> /library/frameworks/python.framework/versions/3.6.  If not found, try 
>> reinstalling python 3 and use the default install, then reinstall GDAL and 
>> QGIS.
>> 
>> And, just checking, but how did you install Python 3?  The "official" 
>> package from python.org ?
>> 
>>> On May 3, 2018, at 10:35 AM, Adam Dershowitz >> > wrote:
>>> 
>>> No.  All that is in there is README.txt  ;-(
>>> 
>>> --Adam
>>> 
>>> 
>>> 
 On May 3, 2018, at 11:16 AM, William Kyngesburye >>> > wrote:
 
 Is there an "osgeo" folder in 
 /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages
  ?
 
> On May 3, 2018, at 10:03 AM, Adam Dershowitz  > wrote:
> 
> Thanks.
> I just tried to install gdal, then reran qgis3 and got the same errors, 
> so that didn’t help.
> 
> --Adam
> 
> 
> 
>> On May 3, 2018, at 10:56 AM, William Kyngesburye > > wrote:
>> 
>> You must make sure that that python 3 is installed before installing 
>> GDAL Complete.  Reinstall GDAL and it should work.
>> 
>>> On May 3, 2018, at 9:53 AM, Adam Dershowitz >> > wrote:
>>> 
>>> I downloaded the mac qgis3 binary.  I also installed the official 
>>> python 3.6.  Whenever I first launch qgis I get a series of errors that 
>>> pop up and look like this:
>>> 
>>> Couldn't load plugin 'FreehandRasterGeoreferencer' due to an error when 
>>> calling its classFactory() method 
>>> ModuleNotFoundError: No module named 'osgeo'
>>> 
>>> Traceback (most recent call last):
>>>   File 
>>> "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py",
>>>  line 336, in startPlugin
>>> plugins[packageName] = package.classFactory(iface)
>>>   File "/Users/adershowitz/Library/Application 
>>> Support/QGIS/QGIS3/profiles/default/python/plugins/FreehandRasterGeoreferencer/__init__.py",
>>>  line 24, in classFactory
>>> from .freehandrastergeoreferencer import FreehandRasterGeoreferencer
>>>   File 
>>> "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py",
>>>  line 664, in _import
>>> mod = _builtin_import(name, globals, locals, fromlist, level)
>>>   File "/Users/adershowitz/Library/Application 
>>> Support/QGIS/QGIS3/profiles/default/python/plugins/FreehandRasterGeoreferencer/freehandrastergeoreferencer.py",
>>>  line 20, in 
>>> from .freehandrastergeoreferencer_layer import (
>>>   File 
>>> "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py",
>>>  line 664, in _import
>>> mod = _builtin_import(name, globals, locals, fromlist, level)
>>>   File "/Users/adershowitz/Library/Application 
>>> Support/QGIS/QGIS3/profiles/default/python/plugins/FreehandRasterGeoreferencer/freehandrastergeoreferencer_layer.py",
>>>  line 16, in 
>>> from osgeo import gdal
>>>   File 
>>> "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py",
>>>  line 664, in _import
>>> mod = _builtin_import(name, globals, locals, fromlist, level)
>>> ModuleNotFoundError: No module n

Re: [Qgis-user] mac qgis3 binary errors

2018-05-03 Thread William Kyngesburye
Also reinstall QGIS.  That will get all the rest of the python bits QGIS needs.

> On May 3, 2018, at 10:58 AM, Adam Dershowitz  wrote:
> 
> I think that is the problem.  Towards the bottom of my original email I 
> mentioned that I had only installed python3.6 (from the official source) but 
> not the other options (GUI, command line, pip etc).  I had not realized that 
> any of those were necessary.  I’ll try to reinstall python with pip, then 
> reinstall gdal, and see how that goes….
> 
> Interesting.  Now, instead of 4 different error boxes on startup, I just get 
> two:
> 
> Couldn't load plugin 'processing' 
> ModuleNotFoundError: No module named 'psycopg2' 
> and 
> 
> Couldn't load plugin 'MetaSearch' due to an error when calling its 
> classFactory() method 
> ModuleNotFoundError: No module named 'owslib'
> 
> Perhaps there is some other piece missing as well?  Do either of those core 
> plugins require the python UNIX command line, or GUI stuff?  
> 
> So, making some progress…
> 
> thanks,
> 
> --Adam
> 
> 
> 
>> On May 3, 2018, at 11:48 AM, William Kyngesburye > > wrote:
>> 
>> That's strange.  There should be many folders there, for osgeo and all the 
>> other stuff QGIS needs.
>> 
>> Another possibility is you are missing pip.  it's an install option for 
>> python 3, normally installed by default but maybe you turned it off?
>> 
>> You can check in a Terminal with
>> 
>> type pip3
>> 
>> If found, the path should be in 
>> /library/frameworks/python.framework/versions/3.6.  If not found, try 
>> reinstalling python 3 and use the default install, then reinstall GDAL and 
>> QGIS.
>> 
>> And, just checking, but how did you install Python 3?  The "official" 
>> package from python.org ?
>> 
>>> On May 3, 2018, at 10:35 AM, Adam Dershowitz >> > wrote:
>>> 
>>> No.  All that is in there is README.txt  ;-(
>>> 
>>> --Adam
>>> 
>>> 
>>> 
 On May 3, 2018, at 11:16 AM, William Kyngesburye >>> > wrote:
 
 Is there an "osgeo" folder in 
 /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages
  ?
 
> On May 3, 2018, at 10:03 AM, Adam Dershowitz  > wrote:
> 
> Thanks.
> I just tried to install gdal, then reran qgis3 and got the same errors, 
> so that didn’t help.
> 
> --Adam
> 
> 
> 
>> On May 3, 2018, at 10:56 AM, William Kyngesburye > > wrote:
>> 
>> You must make sure that that python 3 is installed before installing 
>> GDAL Complete.  Reinstall GDAL and it should work.
>> 
>>> On May 3, 2018, at 9:53 AM, Adam Dershowitz >> > wrote:
>>> 
>>> I downloaded the mac qgis3 binary.  I also installed the official 
>>> python 3.6.  Whenever I first launch qgis I get a series of errors that 
>>> pop up and look like this:
>>> 
>>> Couldn't load plugin 'FreehandRasterGeoreferencer' due to an error when 
>>> calling its classFactory() method 
>>> ModuleNotFoundError: No module named 'osgeo'
>>> 
>>> Traceback (most recent call last):
>>>   File 
>>> "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py",
>>>  line 336, in startPlugin
>>> plugins[packageName] = package.classFactory(iface)
>>>   File "/Users/adershowitz/Library/Application 
>>> Support/QGIS/QGIS3/profiles/default/python/plugins/FreehandRasterGeoreferencer/__init__.py",
>>>  line 24, in classFactory
>>> from .freehandrastergeoreferencer import FreehandRasterGeoreferencer
>>>   File 
>>> "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py",
>>>  line 664, in _import
>>> mod = _builtin_import(name, globals, locals, fromlist, level)
>>>   File "/Users/adershowitz/Library/Application 
>>> Support/QGIS/QGIS3/profiles/default/python/plugins/FreehandRasterGeoreferencer/freehandrastergeoreferencer.py",
>>>  line 20, in 
>>> from .freehandrastergeoreferencer_layer import (
>>>   File 
>>> "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py",
>>>  line 664, in _import
>>> mod = _builtin_import(name, globals, locals, fromlist, level)
>>>   File "/Users/adershowitz/Library/Application 
>>> Support/QGIS/QGIS3/profiles/default/python/plugins/FreehandRasterGeoreferencer/freehandrastergeoreferencer_layer.py",
>>>  line 16, in 
>>> from osgeo import gdal
>>>   File 
>>> "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py",
>>>  line 664, in _import
>>> mod = _builtin_import(name, globals, locals, fromlist, level)
>>> ModuleNotFoundError: No module named 'osgeo'
>>> 
>>> Python version: 3.6.5 (v3.6.5:f59c0932b4, Mar 28 2018, 03:03:55) [GCC 
>>> 4.2.1 (Apple Inc. build 5666) 

Re: [Qgis-user] mac qgis3 binary errors

2018-05-03 Thread Adam Dershowitz
I think that is the problem.  Towards the bottom of my original email I 
mentioned that I had only installed python3.6 (from the official source) but 
not the other options (GUI, command line, pip etc).  I had not realized that 
any of those were necessary.  I’ll try to reinstall python with pip, then 
reinstall gdal, and see how that goes….

Interesting.  Now, instead of 4 different error boxes on startup, I just get 
two:

Couldn't load plugin 'processing' 
ModuleNotFoundError: No module named 'psycopg2' 
and 

Couldn't load plugin 'MetaSearch' due to an error when calling its 
classFactory() method 
ModuleNotFoundError: No module named 'owslib'

Perhaps there is some other piece missing as well?  Do either of those core 
plugins require the python UNIX command line, or GUI stuff?  

So, making some progress…

thanks,

--Adam



> On May 3, 2018, at 11:48 AM, William Kyngesburye  
> wrote:
> 
> That's strange.  There should be many folders there, for osgeo and all the 
> other stuff QGIS needs.
> 
> Another possibility is you are missing pip.  it's an install option for 
> python 3, normally installed by default but maybe you turned it off?
> 
> You can check in a Terminal with
> 
> type pip3
> 
> If found, the path should be in 
> /library/frameworks/python.framework/versions/3.6.  If not found, try 
> reinstalling python 3 and use the default install, then reinstall GDAL and 
> QGIS.
> 
> And, just checking, but how did you install Python 3?  The "official" package 
> from python.org ?
> 
>> On May 3, 2018, at 10:35 AM, Adam Dershowitz > > wrote:
>> 
>> No.  All that is in there is README.txt  ;-(
>> 
>> --Adam
>> 
>> 
>> 
>>> On May 3, 2018, at 11:16 AM, William Kyngesburye >> > wrote:
>>> 
>>> Is there an "osgeo" folder in 
>>> /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages
>>>  ?
>>> 
 On May 3, 2018, at 10:03 AM, Adam Dershowitz >>> > wrote:
 
 Thanks.
 I just tried to install gdal, then reran qgis3 and got the same errors, so 
 that didn’t help.
 
 --Adam
 
 
 
> On May 3, 2018, at 10:56 AM, William Kyngesburye  > wrote:
> 
> You must make sure that that python 3 is installed before installing GDAL 
> Complete.  Reinstall GDAL and it should work.
> 
>> On May 3, 2018, at 9:53 AM, Adam Dershowitz > > wrote:
>> 
>> I downloaded the mac qgis3 binary.  I also installed the official python 
>> 3.6.  Whenever I first launch qgis I get a series of errors that pop up 
>> and look like this:
>> 
>> Couldn't load plugin 'FreehandRasterGeoreferencer' due to an error when 
>> calling its classFactory() method 
>> ModuleNotFoundError: No module named 'osgeo'
>> 
>> Traceback (most recent call last):
>>   File 
>> "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py",
>>  line 336, in startPlugin
>> plugins[packageName] = package.classFactory(iface)
>>   File "/Users/adershowitz/Library/Application 
>> Support/QGIS/QGIS3/profiles/default/python/plugins/FreehandRasterGeoreferencer/__init__.py",
>>  line 24, in classFactory
>> from .freehandrastergeoreferencer import FreehandRasterGeoreferencer
>>   File 
>> "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py",
>>  line 664, in _import
>> mod = _builtin_import(name, globals, locals, fromlist, level)
>>   File "/Users/adershowitz/Library/Application 
>> Support/QGIS/QGIS3/profiles/default/python/plugins/FreehandRasterGeoreferencer/freehandrastergeoreferencer.py",
>>  line 20, in 
>> from .freehandrastergeoreferencer_layer import (
>>   File 
>> "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py",
>>  line 664, in _import
>> mod = _builtin_import(name, globals, locals, fromlist, level)
>>   File "/Users/adershowitz/Library/Application 
>> Support/QGIS/QGIS3/profiles/default/python/plugins/FreehandRasterGeoreferencer/freehandrastergeoreferencer_layer.py",
>>  line 16, in 
>> from osgeo import gdal
>>   File 
>> "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py",
>>  line 664, in _import
>> mod = _builtin_import(name, globals, locals, fromlist, level)
>> ModuleNotFoundError: No module named 'osgeo'
>> 
>> Python version: 3.6.5 (v3.6.5:f59c0932b4, Mar 28 2018, 03:03:55) [GCC 
>> 4.2.1 (Apple Inc. build 5666) (dot 3)] 
>> QGIS version: 3.0.2-Girona Girona, exported 
>> Python Path:
>> 
>> /Applications/QGIS3.app/Contents/MacOS/../Resources/python
>> /Users/adershowitz/Library/Application 
>> Support/QGIS/QGIS3/profiles/default/python
>> /Users/adershowitz/Library/Application 
>> Support/QGIS/QG

Re: [Qgis-user] mac qgis3 binary errors

2018-05-03 Thread William Kyngesburye
That's strange.  There should be many folders there, for osgeo and all the 
other stuff QGIS needs.

Another possibility is you are missing pip.  it's an install option for python 
3, normally installed by default but maybe you turned it off?

You can check in a Terminal with

type pip3

If found, the path should be in 
/library/frameworks/python.framework/versions/3.6.  If not found, try 
reinstalling python 3 and use the default install, then reinstall GDAL and QGIS.

And, just checking, but how did you install Python 3?  The "official" package 
from python.org?

> On May 3, 2018, at 10:35 AM, Adam Dershowitz  wrote:
> 
> No.  All that is in there is README.txt  ;-(
> 
> --Adam
> 
> 
> 
>> On May 3, 2018, at 11:16 AM, William Kyngesburye > > wrote:
>> 
>> Is there an "osgeo" folder in 
>> /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages
>>  ?
>> 
>>> On May 3, 2018, at 10:03 AM, Adam Dershowitz >> > wrote:
>>> 
>>> Thanks.
>>> I just tried to install gdal, then reran qgis3 and got the same errors, so 
>>> that didn’t help.
>>> 
>>> --Adam
>>> 
>>> 
>>> 
 On May 3, 2018, at 10:56 AM, William Kyngesburye >>> > wrote:
 
 You must make sure that that python 3 is installed before installing GDAL 
 Complete.  Reinstall GDAL and it should work.
 
> On May 3, 2018, at 9:53 AM, Adam Dershowitz  > wrote:
> 
> I downloaded the mac qgis3 binary.  I also installed the official python 
> 3.6.  Whenever I first launch qgis I get a series of errors that pop up 
> and look like this:
> 
> Couldn't load plugin 'FreehandRasterGeoreferencer' due to an error when 
> calling its classFactory() method 
> ModuleNotFoundError: No module named 'osgeo'
> 
> Traceback (most recent call last):
>   File 
> "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py",
>  line 336, in startPlugin
> plugins[packageName] = package.classFactory(iface)
>   File "/Users/adershowitz/Library/Application 
> Support/QGIS/QGIS3/profiles/default/python/plugins/FreehandRasterGeoreferencer/__init__.py",
>  line 24, in classFactory
> from .freehandrastergeoreferencer import FreehandRasterGeoreferencer
>   File 
> "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py",
>  line 664, in _import
> mod = _builtin_import(name, globals, locals, fromlist, level)
>   File "/Users/adershowitz/Library/Application 
> Support/QGIS/QGIS3/profiles/default/python/plugins/FreehandRasterGeoreferencer/freehandrastergeoreferencer.py",
>  line 20, in 
> from .freehandrastergeoreferencer_layer import (
>   File 
> "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py",
>  line 664, in _import
> mod = _builtin_import(name, globals, locals, fromlist, level)
>   File "/Users/adershowitz/Library/Application 
> Support/QGIS/QGIS3/profiles/default/python/plugins/FreehandRasterGeoreferencer/freehandrastergeoreferencer_layer.py",
>  line 16, in 
> from osgeo import gdal
>   File 
> "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py",
>  line 664, in _import
> mod = _builtin_import(name, globals, locals, fromlist, level)
> ModuleNotFoundError: No module named 'osgeo'
> 
> Python version: 3.6.5 (v3.6.5:f59c0932b4, Mar 28 2018, 03:03:55) [GCC 
> 4.2.1 (Apple Inc. build 5666) (dot 3)] 
> QGIS version: 3.0.2-Girona Girona, exported 
> Python Path:
> 
> /Applications/QGIS3.app/Contents/MacOS/../Resources/python
> /Users/adershowitz/Library/Application 
> Support/QGIS/QGIS3/profiles/default/python
> /Users/adershowitz/Library/Application 
> Support/QGIS/QGIS3/profiles/default/python/plugins
> /Applications/QGIS3.app/Contents/MacOS/../Resources/python/plugins
> /Library/Frameworks/Python.framework/Versions/3.6/lib/python36.zip
> /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6
> /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload
> /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages
> /Users/adershowitz/Library/Application 
> Support/QGIS/QGIS3/profiles/default/python
> 
> 
> Then three more:
> 
> Couldn't load plugin 'profiletool' due to an error when calling its 
> classFactory() method 
> ModuleNotFoundError: No module named 'numpy'
> 
> 
> Couldn't load plugin 'processing' 
> ModuleNotFoundError: No module named 'psycopg2' 
> Couldn't load plugin 'MetaSearch' due to an error when calling its 
> classFactory() method 
> ModuleNotFoundError: No module named 'owslib' 
>  
> Is there something that is missing.  I had tried to use the macports 
> version of q

Re: [Qgis-user] mac qgis3 binary errors

2018-05-03 Thread Adam Dershowitz


> On May 3, 2018, at 11:27 AM, Richard Duivenvoorde  wrote:
> 
> On 03-05-18 17:03, Adam Dershowitz wrote:
> 
>> so that didn’t help.
> 
> Hi Adam,
> 
> Please stay friendly to people who try to solve your(!) problems in
> their free time, even if it gets frustrated sometimes.
> 
> William had a 'response time' of 3 minutes. Try that with commercial
> help desks :-)
> 
> Regards,
> 
> Richard Duivenvoorde
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


William has been extremely helpful (in the past many times on non-qgis stuff, 
as well as right now).  I had no intention of any offense, I just was trying to 
give a quick practical answer.  

If anything more was read into it, please do accept my apology.  I greatly 
appreciate the qgis project, and the free effort that goes into it.  I’ve seen 
many inappropriate responses on open source project emails, and I had no 
intention of adding to that problem.

William, thank you much for the assistance.

—Adam

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] mac qgis3 binary errors

2018-05-03 Thread Richard Duivenvoorde
On 03-05-18 17:36, William Kyngesburye wrote:
> I didn't read anything unfriendly in that response.

Ok, sorry then. To me it sounds like: 'Tsjee, thanks for nothing'. But
maybe a cultural/language thing... even though dutch people are infamous
in sensitive handling of feelings/cultural differences :-)

Regards,

Richard
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] mac qgis3 binary errors

2018-05-03 Thread William Kyngesburye
I didn't read anything unfriendly in that response.

> On May 3, 2018, at 10:27 AM, Richard Duivenvoorde  wrote:
> 
> On 03-05-18 17:03, Adam Dershowitz wrote:
> 
>> so that didn’t help.
> 
> Hi Adam,
> 
> Please stay friendly to people who try to solve your(!) problems in
> their free time, even if it gets frustrated sometimes.
> 
> William had a 'response time' of 3 minutes. Try that with commercial
> help desks :-)
> 
> Regards,
> 
> Richard Duivenvoorde
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

-
William Kyngesburye 
http://www.kyngchaos.com/

"The beast is actively interested only in now, and, as it is always now and 
always shall be, there is an eternity of time for the accomplishment of 
objects."

- the wisdom of Tarzan





___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] mac qgis3 binary errors

2018-05-03 Thread Richard Duivenvoorde
On 03-05-18 17:03, Adam Dershowitz wrote:

> so that didn’t help.

Hi Adam,

Please stay friendly to people who try to solve your(!) problems in
their free time, even if it gets frustrated sometimes.

William had a 'response time' of 3 minutes. Try that with commercial
help desks :-)

Regards,

Richard Duivenvoorde
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] mac qgis3 binary errors

2018-05-03 Thread William Kyngesburye
Is there an "osgeo" folder in 
/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages ?

> On May 3, 2018, at 10:03 AM, Adam Dershowitz  wrote:
> 
> Thanks.
> I just tried to install gdal, then reran qgis3 and got the same errors, so 
> that didn’t help.
> 
> --Adam
> 
> 
> 
>> On May 3, 2018, at 10:56 AM, William Kyngesburye > > wrote:
>> 
>> You must make sure that that python 3 is installed before installing GDAL 
>> Complete.  Reinstall GDAL and it should work.
>> 
>>> On May 3, 2018, at 9:53 AM, Adam Dershowitz >> > wrote:
>>> 
>>> I downloaded the mac qgis3 binary.  I also installed the official python 
>>> 3.6.  Whenever I first launch qgis I get a series of errors that pop up and 
>>> look like this:
>>> 
>>> Couldn't load plugin 'FreehandRasterGeoreferencer' due to an error when 
>>> calling its classFactory() method 
>>> ModuleNotFoundError: No module named 'osgeo'
>>> 
>>> Traceback (most recent call last):
>>>   File 
>>> "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", 
>>> line 336, in startPlugin
>>> plugins[packageName] = package.classFactory(iface)
>>>   File "/Users/adershowitz/Library/Application 
>>> Support/QGIS/QGIS3/profiles/default/python/plugins/FreehandRasterGeoreferencer/__init__.py",
>>>  line 24, in classFactory
>>> from .freehandrastergeoreferencer import FreehandRasterGeoreferencer
>>>   File 
>>> "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", 
>>> line 664, in _import
>>> mod = _builtin_import(name, globals, locals, fromlist, level)
>>>   File "/Users/adershowitz/Library/Application 
>>> Support/QGIS/QGIS3/profiles/default/python/plugins/FreehandRasterGeoreferencer/freehandrastergeoreferencer.py",
>>>  line 20, in 
>>> from .freehandrastergeoreferencer_layer import (
>>>   File 
>>> "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", 
>>> line 664, in _import
>>> mod = _builtin_import(name, globals, locals, fromlist, level)
>>>   File "/Users/adershowitz/Library/Application 
>>> Support/QGIS/QGIS3/profiles/default/python/plugins/FreehandRasterGeoreferencer/freehandrastergeoreferencer_layer.py",
>>>  line 16, in 
>>> from osgeo import gdal
>>>   File 
>>> "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", 
>>> line 664, in _import
>>> mod = _builtin_import(name, globals, locals, fromlist, level)
>>> ModuleNotFoundError: No module named 'osgeo'
>>> 
>>> Python version: 3.6.5 (v3.6.5:f59c0932b4, Mar 28 2018, 03:03:55) [GCC 4.2.1 
>>> (Apple Inc. build 5666) (dot 3)] 
>>> QGIS version: 3.0.2-Girona Girona, exported 
>>> Python Path:
>>> 
>>> /Applications/QGIS3.app/Contents/MacOS/../Resources/python
>>> /Users/adershowitz/Library/Application 
>>> Support/QGIS/QGIS3/profiles/default/python
>>> /Users/adershowitz/Library/Application 
>>> Support/QGIS/QGIS3/profiles/default/python/plugins
>>> /Applications/QGIS3.app/Contents/MacOS/../Resources/python/plugins
>>> /Library/Frameworks/Python.framework/Versions/3.6/lib/python36.zip
>>> /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6
>>> /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload
>>> /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages
>>> /Users/adershowitz/Library/Application 
>>> Support/QGIS/QGIS3/profiles/default/python
>>> 
>>> 
>>> Then three more:
>>> 
>>> Couldn't load plugin 'profiletool' due to an error when calling its 
>>> classFactory() method 
>>> ModuleNotFoundError: No module named 'numpy'
>>> 
>>> 
>>> Couldn't load plugin 'processing' 
>>> ModuleNotFoundError: No module named 'psycopg2' 
>>> Couldn't load plugin 'MetaSearch' due to an error when calling its 
>>> classFactory() method 
>>> ModuleNotFoundError: No module named 'owslib' 
>>>  
>>> Is there something that is missing.  I had tried to use the macports 
>>> version of qgis3, and didn’t see these errors (although I did get other 
>>> errors).  Then, once I close each dialog box, it opens and works.  But, the 
>>> vector and raster menus don’t show many entries (while they did with the 
>>> macports version). 
>>> When I installed python 3.6, I only installed the framework.  I didn’t 
>>> include the optional installs such as:  GUI applications, command line 
>>> tools, documentation, shell profile updater, or pip.Could that be 
>>> causing the problem?  If not, is there something else about plugins that I 
>>> have to fix?
>>> 
>>> --Adam
>>> 
>>> 
>>> 
>>> ___
>>> Qgis-user mailing list
>>> Qgis-user@lists.osgeo.org 
>>> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user 
>>> 
>>> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user 
>>> 
>> -
>> William Kyngesburye 
>

Re: [Qgis-user] mac qgis3 binary errors

2018-05-03 Thread Adam Dershowitz
Thanks.
I just tried to install gdal, then reran qgis3 and got the same errors, so that 
didn’t help.

--Adam



> On May 3, 2018, at 10:56 AM, William Kyngesburye  
> wrote:
> 
> You must make sure that that python 3 is installed before installing GDAL 
> Complete.  Reinstall GDAL and it should work.
> 
>> On May 3, 2018, at 9:53 AM, Adam Dershowitz > > wrote:
>> 
>> I downloaded the mac qgis3 binary.  I also installed the official python 
>> 3.6.  Whenever I first launch qgis I get a series of errors that pop up and 
>> look like this:
>> 
>> Couldn't load plugin 'FreehandRasterGeoreferencer' due to an error when 
>> calling its classFactory() method 
>> ModuleNotFoundError: No module named 'osgeo'
>> 
>> Traceback (most recent call last):
>>   File 
>> "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", 
>> line 336, in startPlugin
>> plugins[packageName] = package.classFactory(iface)
>>   File "/Users/adershowitz/Library/Application 
>> Support/QGIS/QGIS3/profiles/default/python/plugins/FreehandRasterGeoreferencer/__init__.py",
>>  line 24, in classFactory
>> from .freehandrastergeoreferencer import FreehandRasterGeoreferencer
>>   File 
>> "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", 
>> line 664, in _import
>> mod = _builtin_import(name, globals, locals, fromlist, level)
>>   File "/Users/adershowitz/Library/Application 
>> Support/QGIS/QGIS3/profiles/default/python/plugins/FreehandRasterGeoreferencer/freehandrastergeoreferencer.py",
>>  line 20, in 
>> from .freehandrastergeoreferencer_layer import (
>>   File 
>> "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", 
>> line 664, in _import
>> mod = _builtin_import(name, globals, locals, fromlist, level)
>>   File "/Users/adershowitz/Library/Application 
>> Support/QGIS/QGIS3/profiles/default/python/plugins/FreehandRasterGeoreferencer/freehandrastergeoreferencer_layer.py",
>>  line 16, in 
>> from osgeo import gdal
>>   File 
>> "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", 
>> line 664, in _import
>> mod = _builtin_import(name, globals, locals, fromlist, level)
>> ModuleNotFoundError: No module named 'osgeo'
>> 
>> Python version: 3.6.5 (v3.6.5:f59c0932b4, Mar 28 2018, 03:03:55) [GCC 4.2.1 
>> (Apple Inc. build 5666) (dot 3)] 
>> QGIS version: 3.0.2-Girona Girona, exported 
>> Python Path:
>> 
>> /Applications/QGIS3.app/Contents/MacOS/../Resources/python
>> /Users/adershowitz/Library/Application 
>> Support/QGIS/QGIS3/profiles/default/python
>> /Users/adershowitz/Library/Application 
>> Support/QGIS/QGIS3/profiles/default/python/plugins
>> /Applications/QGIS3.app/Contents/MacOS/../Resources/python/plugins
>> /Library/Frameworks/Python.framework/Versions/3.6/lib/python36.zip
>> /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6
>> /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload
>> /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages
>> /Users/adershowitz/Library/Application 
>> Support/QGIS/QGIS3/profiles/default/python
>> 
>> 
>> Then three more:
>> 
>> Couldn't load plugin 'profiletool' due to an error when calling its 
>> classFactory() method 
>> ModuleNotFoundError: No module named 'numpy'
>> 
>> 
>> Couldn't load plugin 'processing' 
>> ModuleNotFoundError: No module named 'psycopg2' 
>> Couldn't load plugin 'MetaSearch' due to an error when calling its 
>> classFactory() method 
>> ModuleNotFoundError: No module named 'owslib' 
>>  
>> Is there something that is missing.  I had tried to use the macports version 
>> of qgis3, and didn’t see these errors (although I did get other errors).  
>> Then, once I close each dialog box, it opens and works.  But, the vector and 
>> raster menus don’t show many entries (while they did with the macports 
>> version). 
>> When I installed python 3.6, I only installed the framework.  I didn’t 
>> include the optional installs such as:  GUI applications, command line 
>> tools, documentation, shell profile updater, or pip.Could that be 
>> causing the problem?  If not, is there something else about plugins that I 
>> have to fix?
>> 
>> --Adam
>> 
>> 
>> 
>> ___
>> Qgis-user mailing list
>> Qgis-user@lists.osgeo.org 
>> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
>> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
> 
> -
> William Kyngesburye 
> http://www.kyngchaos.com/ 
> 
> "We can die but once, and that once we must die.  To be always fearing, then, 
> would not avert it, and would make life miserable."
> 
> - Tarzan, on death
> 

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listi

Re: [Qgis-user] mac qgis3 binary errors

2018-05-03 Thread William Kyngesburye
You must make sure that that python 3 is installed before installing GDAL 
Complete.  Reinstall GDAL and it should work.

> On May 3, 2018, at 9:53 AM, Adam Dershowitz  wrote:
> 
> I downloaded the mac qgis3 binary.  I also installed the official python 3.6. 
>  Whenever I first launch qgis I get a series of errors that pop up and look 
> like this:
> 
> Couldn't load plugin 'FreehandRasterGeoreferencer' due to an error when 
> calling its classFactory() method 
> ModuleNotFoundError: No module named 'osgeo'
> 
> Traceback (most recent call last):
>   File 
> "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", 
> line 336, in startPlugin
> plugins[packageName] = package.classFactory(iface)
>   File "/Users/adershowitz/Library/Application 
> Support/QGIS/QGIS3/profiles/default/python/plugins/FreehandRasterGeoreferencer/__init__.py",
>  line 24, in classFactory
> from .freehandrastergeoreferencer import FreehandRasterGeoreferencer
>   File 
> "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", 
> line 664, in _import
> mod = _builtin_import(name, globals, locals, fromlist, level)
>   File "/Users/adershowitz/Library/Application 
> Support/QGIS/QGIS3/profiles/default/python/plugins/FreehandRasterGeoreferencer/freehandrastergeoreferencer.py",
>  line 20, in 
> from .freehandrastergeoreferencer_layer import (
>   File 
> "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", 
> line 664, in _import
> mod = _builtin_import(name, globals, locals, fromlist, level)
>   File "/Users/adershowitz/Library/Application 
> Support/QGIS/QGIS3/profiles/default/python/plugins/FreehandRasterGeoreferencer/freehandrastergeoreferencer_layer.py",
>  line 16, in 
> from osgeo import gdal
>   File 
> "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", 
> line 664, in _import
> mod = _builtin_import(name, globals, locals, fromlist, level)
> ModuleNotFoundError: No module named 'osgeo'
> 
> Python version: 3.6.5 (v3.6.5:f59c0932b4, Mar 28 2018, 03:03:55) [GCC 4.2.1 
> (Apple Inc. build 5666) (dot 3)] 
> QGIS version: 3.0.2-Girona Girona, exported 
> Python Path:
> 
> /Applications/QGIS3.app/Contents/MacOS/../Resources/python
> /Users/adershowitz/Library/Application 
> Support/QGIS/QGIS3/profiles/default/python
> /Users/adershowitz/Library/Application 
> Support/QGIS/QGIS3/profiles/default/python/plugins
> /Applications/QGIS3.app/Contents/MacOS/../Resources/python/plugins
> /Library/Frameworks/Python.framework/Versions/3.6/lib/python36.zip
> /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6
> /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload
> /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages
> /Users/adershowitz/Library/Application 
> Support/QGIS/QGIS3/profiles/default/python
> 
> 
> Then three more:
> 
> Couldn't load plugin 'profiletool' due to an error when calling its 
> classFactory() method 
> ModuleNotFoundError: No module named 'numpy'
> 
> 
> Couldn't load plugin 'processing' 
> ModuleNotFoundError: No module named 'psycopg2' 
> Couldn't load plugin 'MetaSearch' due to an error when calling its 
> classFactory() method 
> ModuleNotFoundError: No module named 'owslib' 
>  
> Is there something that is missing.  I had tried to use the macports version 
> of qgis3, and didn’t see these errors (although I did get other errors).  
> Then, once I close each dialog box, it opens and works.  But, the vector and 
> raster menus don’t show many entries (while they did with the macports 
> version). 
> When I installed python 3.6, I only installed the framework.  I didn’t 
> include the optional installs such as:  GUI applications, command line tools, 
> documentation, shell profile updater, or pip.Could that be causing the 
> problem?  If not, is there something else about plugins that I have to fix?
> 
> --Adam
> 
> 
> 
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

-
William Kyngesburye 
http://www.kyngchaos.com/

"We can die but once, and that once we must die.  To be always fearing, then, 
would not avert it, and would make life miserable."

- Tarzan, on death

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] mac qgis3 binary errors

2018-05-03 Thread Adam Dershowitz
I downloaded the mac qgis3 binary.  I also installed the official python 3.6.  
Whenever I first launch qgis I get a series of errors that pop up and look like 
this:

Couldn't load plugin 'FreehandRasterGeoreferencer' due to an error when calling 
its classFactory() method 
ModuleNotFoundError: No module named 'osgeo'

Traceback (most recent call last):
  File 
"/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", 
line 336, in startPlugin
plugins[packageName] = package.classFactory(iface)
  File "/Users/adershowitz/Library/Application 
Support/QGIS/QGIS3/profiles/default/python/plugins/FreehandRasterGeoreferencer/__init__.py",
 line 24, in classFactory
from .freehandrastergeoreferencer import FreehandRasterGeoreferencer
  File 
"/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", 
line 664, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
  File "/Users/adershowitz/Library/Application 
Support/QGIS/QGIS3/profiles/default/python/plugins/FreehandRasterGeoreferencer/freehandrastergeoreferencer.py",
 line 20, in 
from .freehandrastergeoreferencer_layer import (
  File 
"/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", 
line 664, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
  File "/Users/adershowitz/Library/Application 
Support/QGIS/QGIS3/profiles/default/python/plugins/FreehandRasterGeoreferencer/freehandrastergeoreferencer_layer.py",
 line 16, in 
from osgeo import gdal
  File 
"/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", 
line 664, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
ModuleNotFoundError: No module named 'osgeo'

Python version: 3.6.5 (v3.6.5:f59c0932b4, Mar 28 2018, 03:03:55) [GCC 4.2.1 
(Apple Inc. build 5666) (dot 3)] 
QGIS version: 3.0.2-Girona Girona, exported 
Python Path:

/Applications/QGIS3.app/Contents/MacOS/../Resources/python
/Users/adershowitz/Library/Application 
Support/QGIS/QGIS3/profiles/default/python
/Users/adershowitz/Library/Application 
Support/QGIS/QGIS3/profiles/default/python/plugins
/Applications/QGIS3.app/Contents/MacOS/../Resources/python/plugins
/Library/Frameworks/Python.framework/Versions/3.6/lib/python36.zip
/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6
/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload
/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages
/Users/adershowitz/Library/Application 
Support/QGIS/QGIS3/profiles/default/python


Then three more:

Couldn't load plugin 'profiletool' due to an error when calling its 
classFactory() method 
ModuleNotFoundError: No module named 'numpy'


Couldn't load plugin 'processing' 
ModuleNotFoundError: No module named 'psycopg2' 
Couldn't load plugin 'MetaSearch' due to an error when calling its 
classFactory() method 
ModuleNotFoundError: No module named 'owslib' 
 
Is there something that is missing.  I had tried to use the macports version of 
qgis3, and didn’t see these errors (although I did get other errors).  Then, 
once I close each dialog box, it opens and works.  But, the vector and raster 
menus don’t show many entries (while they did with the macports version). 
When I installed python 3.6, I only installed the framework.  I didn’t include 
the optional installs such as:  GUI applications, command line tools, 
documentation, shell profile updater, or pip.Could that be causing the 
problem?  If not, is there something else about plugins that I have to fix?

--Adam



___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] [QGIS-Developer] New WEB Suite for QGIS - G3W-SUITE

2018-05-03 Thread Marco Antônio Ferreira Pedrosa
Wow, very cool! Great job, thanks for sharing.

--

Marcão


skype: marco.afp

2018-05-02 9:46 GMT-03:00 Walter Lorenzetti :

> Hi Régis,
>
> we are pulling up a new demo site, for now you can watch to this dieo, is
> in Italian language but I think is clear.
>
> https://www.youtube.com/watch?v=2xq-8tgc66s
>
> Al the best.
>
> W
>
> Il 02/05/2018 14:30, Régis Haubourg ha scritto:
>
> Hi Walter,
>
> thanks for letting us know !
> Any chance to have an english version of the website and some demo /
> videos to help us understand that suite?
>
> Cheers
> Régis
>
> 2018-05-02 12:09 GMT+02:00 Walter Lorenzetti :
>
>> Hi users, hi developers,
>>
>> I am pleasure to introduce you a new suite to publish QGIS projects on
>> web by QGIS-Server  that we developed in past 2-3 years at GIS3W.
>>
>> G3W-SUITE is a modular client-server application developed with Django
>> and Vue.js.
>>
>> Main github repositoryies is https://github.com/g3w-suite
>>
>> Main Django application (G3W-ADMIN) is https://github.com/g3w-suite/g
>> 3w-admin and main webmap client applications are
>>
>> https://github.com/g3w-suite/g3w-client-sdk,
>>
>> https://github.com/g3w-suite/g3w-client-template-lte ,
>>
>> https://github.com/g3w-suite/g3w-client
>>
>> In normal developing workflow, client application is compiled and put
>> inside main server Django application.
>>
>> To run the suite is enough deploy main Django application G3W-ADMIN.
>>
>> If you want to try it and/or (if you like it :)) partecipate to the
>> project you are Welcome!
>>
>> Comments and suggestions are welcome!
>>
>> We are a small company, so is possibile we reply to your question with a
>> slight delay :)
>> Bye
>> W
>>
>> --
>>
>> Walter Lorenzetti phD
>> email: lorenze...@gis3w.it
>> skype: aiki74
>> twitter:w_lorenzetti 
>> g+:aiki74 
>> Tel/Cell: (+39) 347-6597931
>> Viale Verdi 24 - 51016 Montecatini Terme (PT)
>> Nuovi corsi QGIS e GFOSS
>> 
>>
>> ___
>> QGIS-Developer mailing list
>> qgis-develo...@lists.osgeo.org
>> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
>> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
>>
>
>
> --
>
> Walter Lorenzetti phD
> email: lorenze...@gis3w.it
> skype: aiki74
> twitter:w_lorenzetti 
> g+:aiki74 
> Tel/Cell: (+39) 347-6597931
> Viale Verdi 24 - 51016 Montecatini Terme (PT)
> Nuovi corsi QGIS e GFOSS
> 
>
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] qgis3 3D view vertical scale inconsistency

2018-05-03 Thread Martin Dobias
Hi Adam

On Wed, May 2, 2018 at 9:29 PM, Adam Dershowitz  wrote:
> I have been working with the new 3D view in qgis3.  I have a project where I 
> have terrain (elevation data) and then some points above the terrain in 
> space.  If I enable 3D rendered for the vector points, and set altitude 
> clamping to Absolute, and then open a new 3D view it appears to be at a 
> reasonable scale and looks good.  However, it can be useful to change the 
> vertical scale to improve the view.  If I go to 3D Configuration and change 
> the Terrain->Vertical scale to 2.0 then the terrain grows, as expected, but 
> the vector points stay at the same elevation, and some end up below the 
> surface.
> Is there a way to change the whole vertical scale for the 3D view?  It seems 
> like leaving the vector points at one vertical scale and the terrain at a 
> different one, is misleading and I would consider it a bug.  The only 
> temporary work around that has occurred to me so far is to calculate a whole 
> new vector layer, that is calculated from the original one but scaled 
> differently, and then display that one instead.  But that seems like it is 
> not the easiest solution, and means that one would have to recalculate new 
> vector layers for every change in scale.

So the point layer has Z coordinates with elevation? What method of
altitude clamping have you chosen for the point layer's 3d renderer?
It seems like you are using absolute clamping... the other two methods
respect the vertical scale.

Regards
Martin
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] Error while processing "servicearea"

2018-05-03 Thread Jean-Baptiste Desbas
Hello,

I want to use the serviceareafromlayer alg in a python script, but it give
me an error :

Traceback (most recent call last):
File
"C:/PROGRA~1/QGIS3~1.0/apps/qgis/./python/plugins\processing\algs\qgis\ServiceAreaFromLayer.py",
line 264, in processAlgorithm
fields, QgsWkbTypes.MultiLineString, network.sourceCrs())
Exception: unknown

I can successfuly lunch that alg with the same input layer from the GUI, so
what's wrong with my code ?

Here is the code : http://paste.debian.net/1023040/

Thanks,
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] New WEB Suite for QGIS - G3W-SUITE

2018-05-03 Thread Walter Lorenzetti

Hi Luca,



Il 02/05/2018 16:30, Luca Manganelli ha scritto:
On Wed, May 2, 2018 at 12:09 PM, Walter Lorenzetti 
mailto:lorenze...@gis3w.it>> wrote:


Hi users, hi developers,

I am pleasure to introduce you a new suite to publish QGIS
projects on web by QGIS-Server  that we developed in past 2-3
years at GIS3W

​This project sounds interesting. Some questions:
1) this webgis should run under django ​system?
The system is a CLIENT-SEVER system based on a API REST comunication, 
webgis client is indipendent from admin server.
A the moment webgis layout page is served from a django view, but there 
aren't problem if base layout page is outside django system.

2) is it extensible (i.e. can I add custom buttons, actions, etc...)?
Yes is possible to add custom elements in programming way, as I wrote 
webgis client built with vue.js (https://vuejs.org/) with reactive logic.
3) there's a tile caching system. Does it solve the usual problems 
with labels?
Inside repository you find a module for chaching: 
https://github.com/g3w-suite/g3w-admin-caching
Is a django module that user Tilestache for caching single layer of a 
QGIS Project.
Is very simple and a the moment solve labels problems with tilestache 
capabilities.


W


--

Walter Lorenzetti phD
email: lorenze...@gis3w.it
skype: aiki74
twitter:w_lorenzetti 
g+:aiki74 
Tel/Cell: (+39) 347-6597931
Viale Verdi 24 - 51016 Montecatini Terme (PT)
Nuovi corsi QGIS e GFOSS 



___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user