[QGIS-Developer] News panel?

2019-10-25 Thread Paolo Cavallini
Hi all,
I just compiled a fresh 3.10, and I cannot find the new News panel at
startup. What is its current status?
Thanks.
-- 
Paolo Cavallini - www.faunalia.eu
QGIS.ORG Chair:
http://planet.qgis.org/planet/user/28/tag/qgis%20board/
___
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-community-team] QGIS documentation analitics?

2019-10-25 Thread Jonathan Moules
+1 on not using Google Analytics to spy on users. You can analyse the 
Apache logs using various tools pretty easily to discover things like 
how people got to the web-pages, and which pages are most commonly 
accessed, and even see where in the world folks are.


I can run the logs through one of the tools if you want.


On 18/10/2019 17:55, Régis Haubourg wrote:

Hi,
I would prefer piwki/matamo over google analytics for ethical reasons
if possible.

https://matomo.org/

Régis

Le ven. 18 oct. 2019 à 14:29, João Gaspar  a écrit :

Hi Richard and Alexandre,

if we do not have this kind of SEO such as Google Search Console, this can be a 
good thing with Google Analytics. Google Search Console is a good thing to have 
because is possible to improve research on browsers and rank pages to first 
pages when we search for words that are related to qgis or documentation 
itself. Will help us because this kind of SEO gives hints ad tips to optimize 
de websites.

Another aspect, if we have Google Analytics in the documentation, this will 
allow to have reports about geographic IP based distribution of users, type of 
access, OS, type of device and what pages and click do the users in the sites. 
This will allow us to see and give us feedback which pages are not visited, 
pages that have a lot of access and create strategies to improve pages and so 
on.

Google Search and Google Analytics don't have cost and we can integrate. We 
don't need to create a google account for this they accept foreign emails.

Please let me know if you have any questions that I can try to help, I recently needed to 
see this "kind of tricks" to improve a web platform that I helped to develop.



Regards,
João



Richard Duivenvoorde  escreveu no dia sexta, 18/10/2019 
à(s) 12:41:

On 18/10/2019 12.46, Alexandre Neto wrote:

Do we have analytics on our documentation pages? how have access to it?

I'm not aware of that, other then Apache logs.

Others?

We (as: ad...@qgis.org) every now and then receive a Google email that
we can fix SEO things in their xyz-dashboard, but I never looked into this.

Regards,

Richard

___
Qgis-community-team mailing list for organizing community resources such as 
documentation, translation etc..
qgis-community-t...@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-community-team

___
Qgis-community-team mailing list for organizing community resources such as 
documentation, translation etc..
qgis-community-t...@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-community-team

___
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] Error trying to import linear_model from sklearn in Qgis

2019-10-25 Thread Xavier Corredor Llano
Thanks Akbar,

I see that it is a particular error of mine (instalacion, versions or
platform...), no idea what is happening, I need to check more.

Xavier

On Fri, 25 Oct 2019 at 00:39, Akbar Gumbira  wrote:

> Even though it works fine on my local (QGIS 3.8.3, Mac, Python 3.7,
> sklearn 0.21.3), I often encountered that error, most of the time related
> to floats operation (e.g np.float32 not JSON serializable)
>
> Python Console
>
> Use iface to access QGIS API interface or Type help(iface) for more info
>
> Security warning: typing commands from an untrusted source can lead to
>> data loss and/or leak
>
> >> from sklearn import linear_model
>
> >> import numpy as np
>
> >> X = np.random.randint(10, size=(10, 2))
>
> >> Y = np.random.rand(10, 1)
>
> >> X.shape, Y.shape
>
> ((10, 2), (10, 1))
>
> >> reg = linear_model.LinearRegression().fit(X, Y)
>
>
>
>
> On Fri, Oct 25, 2019 at 12:30 AM Xavier Corredor Llano <
> xavier.corredor.ll...@gmail.com> wrote:
>
>> Hello everyone,
>>
>> I don't know if this is a bug in Qgis or it happens only to me.
>>
>> The linear_model from sklearn works perfectly outside Qgis, but when I
>> try to import that library inside python shell in Qgis it's not possible:
>>
>> To reproduce the error is just when you import the library like this:
>> from sklearn import linear_model
>>
>> The error:
>> RecursionError: maximum recursion depth exceeded
>>
>> Does anyone have the same problem? any ideas?
>>
>> (using Qgis 3.8.3, sklearn 0.21.3, python 3.7.4 and Archlinux)
>>
>> Xavier
>> ___
>> 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
>
>
>
> --
>
> *Akbar Gumbira *
> *www.akbargumbira.com *
>
___
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] GRASS7 plugin missing

2019-10-25 Thread Eugenio Trumpy
Hi all,

I realised that in the QGIS 3.9.0-Master 
94fa3c44e0 compiled version the 
grass plugin is not existing.
So that I cannot inport vector or raster stored in my grassdatabase (mapsets),
moreover some others grass features seems to be missing.

In the configuration stage I set:


  *   GRASS_INCLUDE_DIR7   /usr/lib/grass76/include
  *   GRASS_PREFIX7   /usr/lib/grass76

Please consider I'm in Ubuntu 19.04 and the installed grass is at version 7.6.0 
(from .deb).
Any hints?

Thanks,

Eugenio

___
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] Plugin [1066] Isogeo approval notification.

2019-10-25 Thread noreply

Plugin Isogeo approval by zimbogisgeek.
The plugin version "[1066] Isogeo 3.0.1" is now approved
Link: http://plugins.qgis.org/plugins/isogeo_search_engine/
___
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] Plugin [1856] ESTIMAP Recreation approval notification.

2019-10-25 Thread noreply

Plugin ESTIMAP Recreation approval by zimbogisgeek.
The plugin version "[1856] ESTIMAP Recreation 1.3 Experimental" is now approved
Link: http://plugins.qgis.org/plugins/natcapes_qgis-master/
___
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] Plugin [970] TUFLOW approval notification.

2019-10-25 Thread noreply

Plugin TUFLOW approval by zimbogisgeek.
The plugin version "[970] TUFLOW 3.0.4.1" is now approved
Link: http://plugins.qgis.org/plugins/tuflow/
___
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] Plugin [1732] Usługa Lokalizacji Działek Katastralnych approval notification.

2019-10-25 Thread noreply

Plugin Usługa Lokalizacji Działek Katastralnych approval by zimbogisgeek.
The plugin version "[1732] Usługa Lokalizacji Działek Katastralnych 
1.1.1-RedOak" is now approved
Link: http://plugins.qgis.org/plugins/uldk_gugik/
___
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] Plugin [1769] QGISRed approval notification.

2019-10-25 Thread noreply

Plugin QGISRed approval by zimbogisgeek.
The plugin version "[1769] QGISRed 0.6.1" is now approved
Link: http://plugins.qgis.org/plugins/QGISRed/
___
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] Error trying to import linear_model from sklearn in Qgis

2019-10-25 Thread Akbar Gumbira
Even though it works fine on my local (QGIS 3.8.3, Mac, Python 3.7, sklearn
0.21.3), I often encountered that error, most of the time related to floats
operation (e.g np.float32 not JSON serializable)

Python Console

Use iface to access QGIS API interface or Type help(iface) for more info

Security warning: typing commands from an untrusted source can lead to data
> loss and/or leak

>> from sklearn import linear_model

>> import numpy as np

>> X = np.random.randint(10, size=(10, 2))

>> Y = np.random.rand(10, 1)

>> X.shape, Y.shape

((10, 2), (10, 1))

>> reg = linear_model.LinearRegression().fit(X, Y)




On Fri, Oct 25, 2019 at 12:30 AM Xavier Corredor Llano <
xavier.corredor.ll...@gmail.com> wrote:

> Hello everyone,
>
> I don't know if this is a bug in Qgis or it happens only to me.
>
> The linear_model from sklearn works perfectly outside Qgis, but when I try
> to import that library inside python shell in Qgis it's not possible:
>
> To reproduce the error is just when you import the library like this:
> from sklearn import linear_model
>
> The error:
> RecursionError: maximum recursion depth exceeded
>
> Does anyone have the same problem? any ideas?
>
> (using Qgis 3.8.3, sklearn 0.21.3, python 3.7.4 and Archlinux)
>
> Xavier
> ___
> 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



-- 

*Akbar Gumbira *
*www.akbargumbira.com *
___
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