Re: [Qgis-user] QGIS-User Digest, Vol 210, Issue 8

2023-08-10 Thread Frank Howell via QGIS-User
Outside of QGIS, GeoDa by Luc Anselin is the most often used
software...uses shapefiles, etc.: http://geodacenter.github.io/.

Frank

On Thu, Aug 10, 2023 at 2:01 PM  wrote:

> Send QGIS-User mailing list submissions to
> qgis-user@lists.osgeo.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://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. spatial analysis toolbox - testing for autocorrelation
>   (Francesca Parente)
>2. Re: spatial analysis toolbox - testing for autocorrelation
>   (Paolo Cavallini)
>
>
>
> -- Forwarded message --
> From: Francesca Parente 
> To: QGIS User List 
> Cc:
> Bcc:
> Date: Thu, 10 Aug 2023 16:10:28 +0200
> Subject: [Qgis-user] spatial analysis toolbox - testing for autocorrelation
> Hello everyone!
>
> I was wondering how to perform spatial autocorrelation tests in QGis and I
> downloaded the Spatial Analysis Toolbox
>  plugin.
> I can't even open it thought and immediately got the following error
> message:
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> *Impossibile caricare il plugin 'spatialanalysistoolbox' a causa di un
> errore chiamando il metodo classFactory() ModuleNotFoundError: No module
> named 'geopandas' Traceback (most recent call last):  File
> "C:/OSGEO4~1/apps/qgis/./python\qgis\utils.py", line 335, in _startPlugin
>   plugins[packageName] = package.classFactory(iface)  File
> "C:/Users/fparente/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\spatialanalysistoolbox\__init__.py",
> line 36, in classFactoryfrom .spatialanalysistoolbox import
> SpatialAnalysisToolboxPlugin  File
> "C:/OSGEO4~1/apps/qgis/./python\qgis\utils.py", line 799, in _importmod
> = _builtin_import(name, globals, locals, fromlist, level)  File
> "C:/Users/fparente/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\spatialanalysistoolbox\spatialanalysistoolbox.py",
> line 38, in from .spatialanalysistoolbox_provider import
> SpatialAnalysisToolboxProvider  File
> "C:/OSGEO4~1/apps/qgis/./python\qgis\utils.py", line 799, in _importmod
> = _builtin_import(name, globals, locals, fromlist, level)  File
> "C:/Users/fparente/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\spatialanalysistoolbox\spatialanalysistoolbox_provider.py",
> line 35, in from .algorithms.GWR_ import GWR_  File
> "C:/OSGEO4~1/apps/qgis/./python\qgis\utils.py", line 799, in _importmod
> = _builtin_import(name, globals, locals, fromlist, level)  File
> "C:/Users/fparente/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\spatialanalysistoolbox\algorithms\GWR_.py",
> line 23, in import geopandas as gpd  File
> "C:/OSGEO4~1/apps/qgis/./python\qgis\utils.py", line 799, in _importmod
> = _builtin_import(name, globals, locals, fromlist,
> level)ModuleNotFoundError: No module named 'geopandas'Versione Python:
> 3.7.0 (v3.7.0:1bf9cc5093, Jun 27 2018, 04:59:51) [MSC v.1914 64 bit
> (AMD64)] Versione di QGIS: 3.18.2-Zürich Zürich, 515138c171 *
>
> I repeated the download/install procedure, but nothing changed.
> Does anybody know how to fix this and/or alternative ways to test for
> spatial autocorrelation here?
> Thanks a lot and have a good day!
> --
> 
> Francesca Parente
>
> _ SESS Euro PhD  in
> SocioEconomic and Statistical Studies
> _ Linked
> 
> in
>
> email: francescaparente@gmail.com
>fpare...@regione.lazio.it
>
>
>
>
> -- Forwarded message --
> From: Paolo Cavallini 
> To: Francesca Parente , Francesca Parente
> via QGIS-User 
> Cc:
> Bcc:
> Date: Thu, 10 Aug 2023 17:29:39 +0300
> Subject: Re: [Qgis-user] spatial analysis toolbox - testing for
> autocorrelation
> You have to install geopandas.
> Cheers.
>
>
> Il 10 agosto 2023 17:10:28 EEST, Francesca Parente via QGIS-User <
> qgis-user@lists.osgeo.org> ha scritto:
>
>> Hello everyone!
>>
>> I was wondering how to perform spatial autocorrelation tests in QGis and
>> I downloaded the Spatial Analysis Toolbox
>>  plugin.
>> I can't even open it thought and immediately got the following error
>> message:
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> *Impossibile caricare il plugin 'spatialanalysistoolbox' a causa di un
>> errore chiamando il metodo classFactory() ModuleNotFoundError: No module
>> named 'geopandas' Traceback (most recent call last):  File
>> "C:/OSGEO4~1/ap

Re: [Qgis-user] spatial analysis toolbox - testing for autocorrelation

2023-08-10 Thread Paolo Cavallini via QGIS-User
You have to install geopandas.
Cheers.

Il 10 agosto 2023 17:10:28 EEST, Francesca Parente via QGIS-User 
 ha scritto:
>Hello everyone!
>
>I was wondering how to perform spatial autocorrelation tests in QGis and I
>downloaded the Spatial Analysis Toolbox
> plugin.
>I can't even open it thought and immediately got the following error
>message:
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>*Impossibile caricare il plugin 'spatialanalysistoolbox' a causa di un
>errore chiamando il metodo classFactory() ModuleNotFoundError: No module
>named 'geopandas' Traceback (most recent call last):  File
>"C:/OSGEO4~1/apps/qgis/./python\qgis\utils.py", line 335, in _startPlugin
>  plugins[packageName] = package.classFactory(iface)  File
>"C:/Users/fparente/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\spatialanalysistoolbox\__init__.py",
>line 36, in classFactoryfrom .spatialanalysistoolbox import
>SpatialAnalysisToolboxPlugin  File
>"C:/OSGEO4~1/apps/qgis/./python\qgis\utils.py", line 799, in _importmod
>= _builtin_import(name, globals, locals, fromlist, level)  File
>"C:/Users/fparente/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\spatialanalysistoolbox\spatialanalysistoolbox.py",
>line 38, in from .spatialanalysistoolbox_provider import
>SpatialAnalysisToolboxProvider  File
>"C:/OSGEO4~1/apps/qgis/./python\qgis\utils.py", line 799, in _importmod
>= _builtin_import(name, globals, locals, fromlist, level)  File
>"C:/Users/fparente/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\spatialanalysistoolbox\spatialanalysistoolbox_provider.py",
>line 35, in from .algorithms.GWR_ import GWR_  File
>"C:/OSGEO4~1/apps/qgis/./python\qgis\utils.py", line 799, in _importmod
>= _builtin_import(name, globals, locals, fromlist, level)  File
>"C:/Users/fparente/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\spatialanalysistoolbox\algorithms\GWR_.py",
>line 23, in import geopandas as gpd  File
>"C:/OSGEO4~1/apps/qgis/./python\qgis\utils.py", line 799, in _importmod
>= _builtin_import(name, globals, locals, fromlist,
>level)ModuleNotFoundError: No module named 'geopandas'Versione Python:
>3.7.0 (v3.7.0:1bf9cc5093, Jun 27 2018, 04:59:51) [MSC v.1914 64 bit
>(AMD64)] Versione di QGIS: 3.18.2-Zürich Zürich, 515138c171 *
>
>I repeated the download/install procedure, but nothing changed.
>Does anybody know how to fix this and/or alternative ways to test for
>spatial autocorrelation here?
>Thanks a lot and have a good day!
>-- 
>
>Francesca Parente
>
>_ SESS Euro PhD  in SocioEconomic
>and Statistical Studies
>_ Linked
>
>in
>
>email: francescaparente@gmail.com
>   fpare...@regione.lazio.it
___
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] spatial analysis toolbox - testing for autocorrelation

2023-08-10 Thread Francesca Parente via QGIS-User
Hello everyone!

I was wondering how to perform spatial autocorrelation tests in QGis and I
downloaded the Spatial Analysis Toolbox
 plugin.
I can't even open it thought and immediately got the following error
message:




























*Impossibile caricare il plugin 'spatialanalysistoolbox' a causa di un
errore chiamando il metodo classFactory() ModuleNotFoundError: No module
named 'geopandas' Traceback (most recent call last):  File
"C:/OSGEO4~1/apps/qgis/./python\qgis\utils.py", line 335, in _startPlugin
  plugins[packageName] = package.classFactory(iface)  File
"C:/Users/fparente/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\spatialanalysistoolbox\__init__.py",
line 36, in classFactoryfrom .spatialanalysistoolbox import
SpatialAnalysisToolboxPlugin  File
"C:/OSGEO4~1/apps/qgis/./python\qgis\utils.py", line 799, in _importmod
= _builtin_import(name, globals, locals, fromlist, level)  File
"C:/Users/fparente/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\spatialanalysistoolbox\spatialanalysistoolbox.py",
line 38, in from .spatialanalysistoolbox_provider import
SpatialAnalysisToolboxProvider  File
"C:/OSGEO4~1/apps/qgis/./python\qgis\utils.py", line 799, in _importmod
= _builtin_import(name, globals, locals, fromlist, level)  File
"C:/Users/fparente/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\spatialanalysistoolbox\spatialanalysistoolbox_provider.py",
line 35, in from .algorithms.GWR_ import GWR_  File
"C:/OSGEO4~1/apps/qgis/./python\qgis\utils.py", line 799, in _importmod
= _builtin_import(name, globals, locals, fromlist, level)  File
"C:/Users/fparente/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\spatialanalysistoolbox\algorithms\GWR_.py",
line 23, in import geopandas as gpd  File
"C:/OSGEO4~1/apps/qgis/./python\qgis\utils.py", line 799, in _importmod
= _builtin_import(name, globals, locals, fromlist,
level)ModuleNotFoundError: No module named 'geopandas'Versione Python:
3.7.0 (v3.7.0:1bf9cc5093, Jun 27 2018, 04:59:51) [MSC v.1914 64 bit
(AMD64)] Versione di QGIS: 3.18.2-Zürich Zürich, 515138c171 *

I repeated the download/install procedure, but nothing changed.
Does anybody know how to fix this and/or alternative ways to test for
spatial autocorrelation here?
Thanks a lot and have a good day!
-- 

Francesca Parente

_ SESS Euro PhD  in SocioEconomic
and Statistical Studies
_ Linked

in

email: francescaparente@gmail.com
   fpare...@regione.lazio.it
___
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