Re: [QGIS-Developer] [Qgis-user] QGIS 3 OS X/macOS

2018-03-12 Thread Nyall Dawson
On 13 March 2018 at 04:29, William Kyngesburye  wrote:
> Sorry for the long wait.  It's been a hectic year - personal life changes 
> (marriage), but I'm finally getting back into gear.
>
> My QGIS 3 package for OS X/macOS is ready.

Champion! I'm sure you've made a lot of people very happy with this
announcement.

For those who know what you do, your work is very much valued! It's a
shame that packaging is somewhat underappreciated and under-supported
by the wider QGIS user community :(

Nyall


  Besides the big QGIS release, there are a couple other big changes
in the packaging.
>
> - Minimum OS X 10.10 Yosemite
>
> - Requires Python 3.6 from python.org (note it must be this and not homebrew 
> or other distribution).
>
> - except for what I include in the GDAL Complete package, all extra necessary 
> python modules are available from pypi with pip.  These are installed by the 
> QGIS installer and need an internet connection at that time.
>
> Make sure to install Python 3 first, otherwise the GDAL Complete python 
> components will not be installed (these are also required by QGIS).
>
> Currently the globe plugin is not included, but I'll get that out in an 
> update soon.  The new QGIS 3D features are included.
>
> GDAL format plugins will follow soon (ECW, MrSID, GRASS).
>
> -
> William Kyngesburye 
> http://www.kyngchaos.com/
>
> The equator is so long, it could encircle the earth completely once.
>
> ___
> Qgis-user mailing list
> qgis-u...@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [QGIS-Developer] QGIS 3 tools paths

2018-03-12 Thread Nyall Dawson
On 13 March 2018 at 06:04, William Kyngesburye  wrote:
> Now that I'm getting a chance to try some things out with QGIS 3 - one big 
> problem I see is there is no path configuration for various external tools, 
> like GDAL, SAGA and GRASS.
>
> The processing error log says SAGA is not found, though looking at the python 
> code it should automatically find the bundled SAGA in the Mac app.
>
> When I try to run a GDAL tool, I get a command not found error.  I see no way 
> to configure where to find the GDAL tools.  I do see in the python code for 
> processing that it references a /GdalTools/gdalPath setting if it doesn't 
> find it bundled.

It may be this issue? https://issues.qgis.org/issues/17555

There's some hints in that thread about the cause.

Nyall
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

[QGIS-Developer] QGIS 3 tools paths

2018-03-12 Thread William Kyngesburye
Now that I'm getting a chance to try some things out with QGIS 3 - one big 
problem I see is there is no path configuration for various external tools, 
like GDAL, SAGA and GRASS.

The processing error log says SAGA is not found, though looking at the python 
code it should automatically find the bundled SAGA in the Mac app.

When I try to run a GDAL tool, I get a command not found error.  I see no way 
to configure where to find the GDAL tools.  I do see in the python code for 
processing that it references a /GdalTools/gdalPath setting if it doesn't find 
it bundled.

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

"We are at war with them. Neither in hatred nor revenge and with no particular 
pleasure I shall kill every ___ I can until the war is over. That is my duty."

"Don't you even hate 'em?"

"What good would it do if I did? If all the many millions of people of the 
allied nations devoted an entire year exclusively to hating the  it 
wouldn't kill one ___ nor shorten the war one day."

 "And it might give 'em all stomach ulcers."

- Tarzan, on war

___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [QGIS-Developer] [Qgis-user] QGIS 3 OS X/macOS

2018-03-12 Thread William Kyngesburye
I'm working on getting access to have the files on qgis.org.

There is a QGIS developer ID that I should be able to sign it with.  I just 
haven't had time to look into it.  One big change I have to make is the 
packaging software, I'm still using the old packagemaker app, and the current 
tools are terminal-only.


> On Mar 12, 2018, at 2:00 PM, Richard Duivenvoorde  wrote:
> 
> 
> Whee, William,
> 
> All good news! Congrats with all your life changes too :-)
> 
> Though not a Mac owner I've seen a lot of messages about it.
> 
> Thanks for this big step!
> 
> Is it an idea to put the .dmg file (together with the link to Python 3.6
> on the QGIS Website, as 'offical mac installer'?
> For the QGIS project it would be a good thing to have such an official
> installer on the website.
> 
> Another big question (for Mac users), was if it is possible to provide a
> 'signed' installer. So question would be: IF we as OSGeo or QGIS could
> arrange the key for you. Would it be a hassle to sign the installer? Or
> are you in other ways reluctant to use this?
> 
> Again, thanks for this work.
> 
> Regards,
> 
> Richard Duivenvoorde
> 
> 
> 
> On 12-03-18 19:29, William Kyngesburye wrote:
>> Sorry for the long wait.  It's been a hectic year - personal life changes 
>> (marriage), but I'm finally getting back into gear.
>> 
>> My QGIS 3 package for OS X/macOS is ready.  Besides the big QGIS release, 
>> there are a couple other big changes in the packaging.
>> 
>> - Minimum OS X 10.10 Yosemite
>> 
>> - Requires Python 3.6 from python.org (note it must be this and not homebrew 
>> or other distribution).
>> 
>> - except for what I include in the GDAL Complete package, all extra 
>> necessary python modules are available from pypi with pip.  These are 
>> installed by the QGIS installer and need an internet connection at that time.
>> 
>> Make sure to install Python 3 first, otherwise the GDAL Complete python 
>> components will not be installed (these are also required by QGIS).
>> 
>> Currently the globe plugin is not included, but I'll get that out in an 
>> update soon.  The new QGIS 3D features are included.
>> 
>> GDAL format plugins will follow soon (ECW, MrSID, GRASS).
>> 
>> -
>> William Kyngesburye 
>> http://www.kyngchaos.com/
>> 
>> The equator is so long, it could encircle the earth completely once.
>> 
>> ___
>> QGIS-Developer mailing list
>> QGIS-Developer@lists.osgeo.org
>> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
>> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
>> 
> 
> ___
> Qgis-user mailing list
> qgis-u...@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/

"This is a question about the past, is it? ... How can I tell that the past 
isn't a fiction designed to account for the discrepancy between my immediate 
physical sensations and my state of mind?"

- The Ruler of the Universe


___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [QGIS-Developer] QGIS 3 OS X/macOS

2018-03-12 Thread Richard Duivenvoorde

Whee, William,

All good news! Congrats with all your life changes too :-)

Though not a Mac owner I've seen a lot of messages about it.

Thanks for this big step!

Is it an idea to put the .dmg file (together with the link to Python 3.6
on the QGIS Website, as 'offical mac installer'?
For the QGIS project it would be a good thing to have such an official
installer on the website.

Another big question (for Mac users), was if it is possible to provide a
'signed' installer. So question would be: IF we as OSGeo or QGIS could
arrange the key for you. Would it be a hassle to sign the installer? Or
are you in other ways reluctant to use this?

Again, thanks for this work.

Regards,

Richard Duivenvoorde



On 12-03-18 19:29, William Kyngesburye wrote:
> Sorry for the long wait.  It's been a hectic year - personal life changes 
> (marriage), but I'm finally getting back into gear.
> 
> My QGIS 3 package for OS X/macOS is ready.  Besides the big QGIS release, 
> there are a couple other big changes in the packaging.
> 
> - Minimum OS X 10.10 Yosemite
> 
> - Requires Python 3.6 from python.org (note it must be this and not homebrew 
> or other distribution).
> 
> - except for what I include in the GDAL Complete package, all extra necessary 
> python modules are available from pypi with pip.  These are installed by the 
> QGIS installer and need an internet connection at that time.
> 
> Make sure to install Python 3 first, otherwise the GDAL Complete python 
> components will not be installed (these are also required by QGIS).
> 
> Currently the globe plugin is not included, but I'll get that out in an 
> update soon.  The new QGIS 3D features are included.
> 
> GDAL format plugins will follow soon (ECW, MrSID, GRASS).
> 
> -
> William Kyngesburye 
> http://www.kyngchaos.com/
> 
> The equator is so long, it could encircle the earth completely once.
> 
> ___
> QGIS-Developer mailing list
> QGIS-Developer@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> 

___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [QGIS-Developer] Web based admin interface for processing models

2018-03-12 Thread kimaidou
Hi

Very quick answer:
We (3liz team) are indeed developing a full server stack to be able to use
QGIS processing algorithms server side. It will be fully opensourced. No
real web admin panel in project, but we use Lizmap Web Client as a web
front end to published algs.

We will try to come back here asap with a full description and road map. If
you want to contact us directly, please use i...@3liz.com address.

Regads,
Michaël


2018-03-12 10:56 GMT+01:00 johnrobot :

> My previous post didn´t seem to render much interest and I am a bit
> curious.
> Is this not of interest to anyone else? Was I too vague? Does the task
> involve to much work at the moment? I still think that it would be a great
> addition to QGIS, especially in corporate environments.
>
>
>
> --
> Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Developer-
> f4099106.html
> ___
> QGIS-Developer mailing list
> QGIS-Developer@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
>
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

[QGIS-Developer] QGIS 3 OS X/macOS

2018-03-12 Thread William Kyngesburye
Sorry for the long wait.  It's been a hectic year - personal life changes 
(marriage), but I'm finally getting back into gear.

My QGIS 3 package for OS X/macOS is ready.  Besides the big QGIS release, there 
are a couple other big changes in the packaging.

- Minimum OS X 10.10 Yosemite

- Requires Python 3.6 from python.org (note it must be this and not homebrew or 
other distribution).

- except for what I include in the GDAL Complete package, all extra necessary 
python modules are available from pypi with pip.  These are installed by the 
QGIS installer and need an internet connection at that time.

Make sure to install Python 3 first, otherwise the GDAL Complete python 
components will not be installed (these are also required by QGIS).

Currently the globe plugin is not included, but I'll get that out in an update 
soon.  The new QGIS 3D features are included.

GDAL format plugins will follow soon (ECW, MrSID, GRASS).

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

The equator is so long, it could encircle the earth completely once.

___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [QGIS-Developer] regarding pull request #6272

2018-03-12 Thread Rashad Kanavath
On Fri, Mar 02, 2018 at 02:35:29PM +0100, Rashad Kanavath wrote:
> On Wed, Feb 28, 2018 at 8:57 PM, Paolo Cavallini 
> wrote:
>
I had pushed "otb provider" code as plugin. It is not ready for use
yet. But I wish it can clear confusion in this pull request. 

> > Hi all,
> > anyone availble for a review? Can we do something to speed it up?
> > Thanks a lot.
> >
> 
> Nyall did some review and there was one last issue in one of the code
> snippet (not included in this PR)
> I had explained that also in github. and I think its ready to be merged.
> 
> I will sync this PR with master if someone is willing to merge.
> 
> Thanks in advance,
> 
> 
> >
> > Il 23/02/2018 13:51, Rashad Kanavath ha scritto:
> > > Hello all,
> > >
> > > There were some issue in this PR which made me stop on this task. sorry
> > > for trouble and I would like to resume this integration to QGIS.
> > >
> > > most issues raised by core developers has been explained now. I had
> > > provided some code snippets to explain how processing providers can
> > > use this change in their code.
> > >
> > > Could someone check this and let us know status?
> > >
> > > congrats on QGIS3 && thanks in advance,
> > >
> > >
> > > https://github.com/qgis/QGIS/pull/6272
> > >
> >
> >
> > --
> > Paolo Cavallini - www.faunalia.eu
> > QGIS & PostGIS courses: http://www.faunalia.eu/training.html
> > https://www.google.com/trends/explore?date=all&geo=IT&q=qgis,arcgis
> > ___
> > QGIS-Developer mailing list
> > QGIS-Developer@lists.osgeo.org
> > List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> >
> 
> 
> 
> -- 
> Regards,
>Rashad

> ___
> QGIS-Developer mailing list
> QGIS-Developer@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer


-- 
Take care,
Rashad
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [QGIS-Developer] Web based admin interface for processing models

2018-03-12 Thread johnrobot
My previous post didn´t seem to render much interest and I am a bit curious.
Is this not of interest to anyone else? Was I too vague? Does the task
involve to much work at the moment? I still think that it would be a great
addition to QGIS, especially in corporate environments.



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Developer-f4099106.html
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer