Re: [Qgis-user] distance of point to line for large dataset

2016-07-12 Thread Nicolas Cadieux
Hi, 
Have you tried the various tools in the pool processing toolbox? 
Occasionally, these tools are much faster than the standard tools offered in 
the Qgis vector menu. You could also try Grass or Saga directly. The later has 
a smaller learning curve. Both are installed with Qgis. 
You could try with a smaller dataset (like a 100 points and 100 lines) and test 
the speed then select the fastest algorithms. Patience could be necessary 
for such data sets. 
If you are good at Python, you are likely to get a faster answer using Fiona 
and Shapely directly. 
Good luck 
Nicolas 
On Jul 12, 2016 23:51, Michael.Dodd [via OSGeo.org] 
ml-node+s1560n5276061...@n6.nabble.com wrote: 








I am trying to calculate the distance from points to vector lines.  There are 
various ways of doing this when there are relatively few points and lines but 
my datset has 200,000 points and a large network of vector lines and none of 
the tools I have tried
 in qgis seem to get anywhere. I have also tried converting the lines to raster 
but not clear what resolution to use and with high resolution the problem also 
seems to be that it takes forever to do the calculation.  If the tools gave an 
indication as to how
 long it is likely to take that would be a help e.g. 12 hours but waiting 12 
hours on the chance that somethign might happen and still nothing is very 
frustrating. 




___
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/distance-of-point-to-line-for-large-dataset-tp5276061.html
 


To start a new topic under Quantum GIS - User, email 
ml-nodes1560n4125267h38n6.nabble.com 
To unsubscribe from Quantum GIS - User, click here . 
NAML 




--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/distance-of-point-to-line-for-large-dataset-tp5276061p5276064.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

[Qgis-user] distance of point to line for large dataset

2016-07-12 Thread Michael . Dodd
I am trying to calculate the distance from points to vector lines.  There are 
various ways of doing this when there are relatively few points and lines but 
my datset has 200,000 points and a large network of vector lines and none of 
the tools I have tried in qgis seem to get anywhere. I have also tried 
converting the lines to raster but not clear what resolution to use and with 
high resolution the problem also seems to be that it takes forever to do the 
calculation.  If the tools gave an indication as to how long it is likely to 
take that would be a help e.g. 12 hours but waiting 12 hours on the chance that 
somethign might happen and still nothing is very frustrating.
___
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] v.generalize in GRASS toolbox stalls out

2016-07-12 Thread Nicolas Cadieux
700MB... That would make sense.

The all mighty Shapefile will some day, disappear... :(
Nicolas

Le 2016-07-12 14:54, Cene Ketcham [via OSGeo.org] a écrit :
> Ah, good call. I didn't think of that. The original is already ~700MB, 
> so adding several million vertices could push it over 2GB. Trying it 
> as spatialite now; if that doesn't work, I'll throw it in a PostGIS db.
>
> 
> If you reply to this email, your message will be added to the 
> discussion below:
> http://osgeo-org.1560.x6.nabble.com/v-generalize-in-GRASS-toolbox-stalls-out-tp5276017p5276037.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/v-generalize-in-GRASS-toolbox-stalls-out-tp5276017p5276041.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] v.generalize in GRASS toolbox stalls out

2016-07-12 Thread Cene Ketcham
Ah, good call. I didn't think of that. The original is already ~700MB, so
adding several million vertices could push it over 2GB. Trying it as
spatialite now; if that doesn't work, I'll throw it in a PostGIS db.



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/v-generalize-in-GRASS-toolbox-stalls-out-tp5276017p5276037.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] Contours to DEM surface

2016-07-12 Thread Nicolas Cadieux
Hi,

Keep in mind Lester that the result will always look like a rice paddy 
field with steps unless you resort to lots of smoothing.  You will see 
theses steps with you do a shade model from the DEM. That's a good way 
to see the problem.  It may no be visible by just looking at the DEM.

Nicolas


Le 2016-07-12 12:17, Anita Graser [via OSGeo.org] a écrit :
> Hi Lester
>
> On Tue, Jul 12, 2016 at 5:48 PM, Lester Anderson <[hidden email] 
> > wrote:
>
> A quick one, but is there an easy route/workflow to convert a
> shapefile of elevation contours to a grid surface?
>
>
> ​Please have a look at the solutions suggested in 
> http://gis.stackexchange.com/questions/18116/creating-dem-from-contours-in-qgis
>
> Best wishes,
> Anita​
>
>
>
>
>
> ___
> 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/Contours-to-DEM-surface-tp5275995p5276004.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/Contours-to-DEM-surface-tp5275995p5276031.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] v.generalize in GRASS toolbox stalls out

2016-07-12 Thread Nicolas Cadieux
Hi,

Could it be that you are hitting the size limit of the shapefile?  I 
have had problems like this trying to make Isoline for a very big raster 
(all of Québec).  The solution could be to split the shapefile or maybe 
to change file formats (spatialite maybe???). Look at the file size as 
it grows.  If this is the problem, you will see it stop growing after a 
while.Sometime, the algorithm does not crash and it just keeps on 
going on.

Nicolas



Le 2016-07-12 12:58, Cene Ketcham [via OSGeo.org] a écrit :
> Hi,
>
> For the past week or so I have been trying to run the Chaiken 
> smoothing algorithm in v.generalize on a large shapefile, but haven't 
> been able to get it to actually complete. The closest I've gotten is 
> 83%. I was wondering if anyone has tips on getting the function to 
> complete or an alternate way to achieve the same result.
>
> Details:
>
> The shapefile in question is a vectorized version of a landcover 
> raster with ~558K features. As a converted raster, it has 
> awful-looking stairstep boundaries between the polygons that I'd like 
> to smooth. This file is for a large (~8'x8') wall map, so the raster-y 
> borders are painfully obvious. Preservation of area is not essential, 
> as the desired output is for display only, but it does need to 
> maintain topological correctness. Therefore, v.generalize seems like a 
> natural solution.
>
> I just have a standard Windows workstation - not super powerful, but 
> no pushover either (Core i5 @ 3.3 GHz, 8 GB RAM, Win 7).
>
> I have tried in both QGIS 2.14.0 and 2.16.0 with the same result: the 
> progress bar stops updating and QGIS stops responding. Any ideas?
>
> Best,
> Cene Ketcham
>
> ___
> 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/v-generalize-in-GRASS-toolbox-stalls-out-tp5276017.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/v-generalize-in-GRASS-toolbox-stalls-out-tp5276017p5276028.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

[Qgis-user] v.generalize in GRASS toolbox stalls out

2016-07-12 Thread Cene Ketcham
Hi,

For the past week or so I have been trying to run the Chaiken smoothing
algorithm in v.generalize on a large shapefile, but haven't been able to
get it to actually complete. The closest I've gotten is 83%. I was
wondering if anyone has tips on getting the function to complete or an
alternate way to achieve the same result.

Details:

The shapefile in question is a vectorized version of a landcover raster
with ~558K features. As a converted raster, it has awful-looking stairstep
boundaries between the polygons that I'd like to smooth. This file is for a
large (~8'x8') wall map, so the raster-y borders are painfully obvious.
Preservation of area is not essential, as the desired output is for display
only, but it does need to maintain topological correctness. Therefore,
v.generalize seems like a natural solution.

I just have a standard Windows workstation - not super powerful, but no
pushover either (Core i5 @ 3.3 GHz, 8 GB RAM, Win 7).

I have tried in both QGIS 2.14.0 and 2.16.0 with the same result: the
progress bar stops updating and QGIS stops responding. Any ideas?

Best,
Cene Ketcham
___
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] Contours to DEM surface

2016-07-12 Thread Martin Schneppmüller
Hi Lester,

I would try to make "points from lines" (I thinks its under 'vector' -
'geometry tools' ) and then create a raster wiht the interpolation plugin (
http://docs.qgis.org/2.8/en/docs/user_manual/plugins/plugins_interpolation.html).
Maybe you can try the interpolation plugin with the lines.

The lines must have the attribute "elevation" or somthing else hope this
helps.





___
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] Contours to DEM surface

2016-07-12 Thread Anita Graser
Hi Lester

On Tue, Jul 12, 2016 at 5:48 PM, Lester Anderson 
wrote:
>
> A quick one, but is there an easy route/workflow to convert a
> shapefile of elevation contours to a grid surface?
>

​Please have a look at the solutions suggested in
http://gis.stackexchange.com/questions/18116/creating-dem-from-contours-in-qgis

Best wishes,
Anita​
___
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] FW: Couldn't load QGIS utils

2016-07-12 Thread DelazJ
Hi all,
Just wondering: wasn't it possible to remove silently any potential
Processing plugin (in most of the cases, it'll be under /.qgis2 folder)
during 2.16 installation?

Harrissou

2016-07-12 17:45 GMT+02:00 Matthias Kuhn :

> Hi Carlos,
>
> Processing has been part of core for a long time already.
>
> It has also been shipped as a separate plugin in parallel which caused a
> lot of troubles like you noticed now.
> This is no longer available and you are absolutely right in recommending
> removal if it has been installed from this sources.
>
> Matthias
>
> On 07/12/2016 04:49 PM, Carlos Cerdán wrote:
> > Thank you very much Matthias... I've just discovered it, and found that
> > Processing is now part of the core of QGIS, so if someone is updating
> > from 2.14 or less, must unistall the processing plugin to avoid
> > conflicts with Processing core (sorry if terms are not correct).
> >
> > Now, all is fine... I hope.
> >
> > Regards from Peru
> >
> > Carlos
> >
> >
> >
> > 2016-07-12 9:25 GMT-05:00 Matthias Kuhn  > >:
> >
> > Hi Carlos,
> >
> > As far as I know all functionality available in ftools is available
> in
> > processing.
> > There was a lot of duplicated code which was unmaintained so the
> > decision was to put the full focus on one tool and avoid doing work
> > twice.
> >
> > If there's anything missing, please report it!
> >
> > Regards
> > Matthias
> >
> > On 07/12/2016 03:29 PM, Carlos Cerdán wrote:
> > > There is an issue that can be related with this: ftools
> disappeared in
> > > QGIS 2.16  (Ubuntu 16.04. Don't know about windows); so we still
> can't
> > > do basic vectorial geoprocessing. I guess it's under revision.
> > >
> > > Developers please light us...
> > >
> > > 2016-07-12 6:33 GMT-05:00 Pim Verver 
> > > >>:
> > >
> > > Hi all,
> > >
> > > __ __
> > >
> > > Yesterday I installed a 64 bits version of QGIS 2.16 and after
> > > startup  I got the following popup. After that QGis seems to be
> > > working okay (apart from the python disabling). Is there an
> obvious
> > > solution for this problem. I tried both the advanced and the
> express
> > > install, but no luck so far.
> > >
> > > __ __
> > >
> > > Couldn't load QGIS utils.
> > > Python support will be disabled.
> > >
> > >
> > > Traceback (most recent call last):
> > >   File "", line 1, in
> > >   File "C:/OSGEO4~1/apps/qgis/./python\qgis\utils.py", line
> 21, in
> > > standard_library.install_aliases()
> > >   File
> > >
>  
> "C:\OSGEO4~1\apps\Python27\lib\site-packages\future\standard_library\__init__.py",
> > > line 483, in install_aliases
> > > import test
> > >   File "C:\OSGEO4~1\bin\test.py", line 3, in
> > > for layer in iface.mapCanvas().layers():
> > > NameError: name 'iface' is not defined
> > >
> > > Python version:
> > > 2.7.5 (default, May 15 2013, 22:44:16) [MSC v.1500 64 bit
> (AMD64)]
> > >
> > > QGIS version:
> > > 2.16.0-Nødebo 'Nødebo', d0b3e39
> > >
> > > Python path:
> > > ['C:/OSGEO4~1/apps/qgis/./python',
> u'C:/Users/Pim/.qgis2/python',
> > > u'C:/Users/Pim/.qgis2/python/plugins',
> > > 'C:/OSGEO4~1/apps/qgis/./python/plugins',
> > >
> >
> 'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\matplotlib-1.3.1-py2.7-win-amd64.egg',
> > >
> >
> 'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\nose-1.3.3-py2.7.egg',
> > >
> >
> 'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\tornado-4.0.1-py2.7-win-amd64.egg',
> > >
> >
> 'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\backports.ssl_match_hostname-3.4.0.2-py2.7.egg',
> > >
> >
> 'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\certifi-14.05.14-py2.7.egg',
> > >
> >
> 'c:\\osgeo4~1\\apps\\python27\\lib\\site-packages\\python_dateutil-2.1-py2.7.egg',
> > > 'C:\\OSGEO4~1\\bin\\python27.zip',
> > > 'C:\\OSGEO4~1\\apps\\Python27\\DLLs',
> > > 'C:\\OSGEO4~1\\apps\\Python27\\lib',
> > > 'C:\\OSGEO4~1\\apps\\Python27\\lib\\plat-win',
> > > 'C:\\OSGEO4~1\\apps\\Python27\\lib\\lib-tk',
> 'C:\\OSGEO4~1\\bin',
> > > 'C:\\OSGEO4~1\\apps\\Python27',
> > > 'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages',
> > > 'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\PIL',
> > >
> >
> 'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\jinja2-2.7.2-py2.7.egg',
> > >
> >
> 'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\markupsafe-0.23-py2.7-win-amd64.egg',
> > >
> >
> 

[Qgis-user] Contours to DEM surface

2016-07-12 Thread Lester Anderson
Hello all,

A quick one, but is there an easy route/workflow to convert a
shapefile of elevation contours to a grid surface?

Thanks
Lester

QGIS 2.10, 2.12, 2.14
___
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] FW: Couldn't load QGIS utils

2016-07-12 Thread Matthias Kuhn
Hi Carlos,

Processing has been part of core for a long time already.

It has also been shipped as a separate plugin in parallel which caused a
lot of troubles like you noticed now.
This is no longer available and you are absolutely right in recommending
removal if it has been installed from this sources.

Matthias

On 07/12/2016 04:49 PM, Carlos Cerdán wrote:
> Thank you very much Matthias... I've just discovered it, and found that
> Processing is now part of the core of QGIS, so if someone is updating
> from 2.14 or less, must unistall the processing plugin to avoid
> conflicts with Processing core (sorry if terms are not correct).
> 
> Now, all is fine... I hope.
> 
> Regards from Peru
> 
> Carlos
> 
> 
> 
> 2016-07-12 9:25 GMT-05:00 Matthias Kuhn  >:
> 
> Hi Carlos,
> 
> As far as I know all functionality available in ftools is available in
> processing.
> There was a lot of duplicated code which was unmaintained so the
> decision was to put the full focus on one tool and avoid doing work
> twice.
> 
> If there's anything missing, please report it!
> 
> Regards
> Matthias
> 
> On 07/12/2016 03:29 PM, Carlos Cerdán wrote:
> > There is an issue that can be related with this: ftools disappeared in
> > QGIS 2.16  (Ubuntu 16.04. Don't know about windows); so we still can't
> > do basic vectorial geoprocessing. I guess it's under revision.
> >
> > Developers please light us...
> >
> > 2016-07-12 6:33 GMT-05:00 Pim Verver  
> > >>:
> >
> > Hi all,
> >
> > __ __
> >
> > Yesterday I installed a 64 bits version of QGIS 2.16 and after
> > startup  I got the following popup. After that QGis seems to be
> > working okay (apart from the python disabling). Is there an obvious
> > solution for this problem. I tried both the advanced and the express
> > install, but no luck so far.
> >
> > __ __
> >
> > Couldn't load QGIS utils.
> > Python support will be disabled.
> >
> >
> > Traceback (most recent call last):
> >   File "", line 1, in
> >   File "C:/OSGEO4~1/apps/qgis/./python\qgis\utils.py", line 21, in
> > standard_library.install_aliases()
> >   File
> > 
> "C:\OSGEO4~1\apps\Python27\lib\site-packages\future\standard_library\__init__.py",
> > line 483, in install_aliases
> > import test
> >   File "C:\OSGEO4~1\bin\test.py", line 3, in
> > for layer in iface.mapCanvas().layers():
> > NameError: name 'iface' is not defined
> >
> > Python version:
> > 2.7.5 (default, May 15 2013, 22:44:16) [MSC v.1500 64 bit (AMD64)]
> >
> > QGIS version:
> > 2.16.0-Nødebo 'Nødebo', d0b3e39
> >
> > Python path:
> > ['C:/OSGEO4~1/apps/qgis/./python', u'C:/Users/Pim/.qgis2/python',
> > u'C:/Users/Pim/.qgis2/python/plugins',
> > 'C:/OSGEO4~1/apps/qgis/./python/plugins',
> >   
>  
> 'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\matplotlib-1.3.1-py2.7-win-amd64.egg',
> >   
>  'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\nose-1.3.3-py2.7.egg',
> >   
>  
> 'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\tornado-4.0.1-py2.7-win-amd64.egg',
> >   
>  
> 'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\backports.ssl_match_hostname-3.4.0.2-py2.7.egg',
> >   
>  
> 'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\certifi-14.05.14-py2.7.egg',
> >   
>  
> 'c:\\osgeo4~1\\apps\\python27\\lib\\site-packages\\python_dateutil-2.1-py2.7.egg',
> > 'C:\\OSGEO4~1\\bin\\python27.zip',
> > 'C:\\OSGEO4~1\\apps\\Python27\\DLLs',
> > 'C:\\OSGEO4~1\\apps\\Python27\\lib',
> > 'C:\\OSGEO4~1\\apps\\Python27\\lib\\plat-win',
> > 'C:\\OSGEO4~1\\apps\\Python27\\lib\\lib-tk', 'C:\\OSGEO4~1\\bin',
> > 'C:\\OSGEO4~1\\apps\\Python27',
> > 'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages',
> > 'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\PIL',
> >   
>  
> 'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\jinja2-2.7.2-py2.7.egg',
> >   
>  
> 'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\markupsafe-0.23-py2.7-win-amd64.egg',
> >   
>  'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\pytz-2012j-py2.7.egg',
> > 'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\win32',
> > 'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\win32\\lib',
> > 'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\Pythonwin',
> >   
>  
> 'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\Shapely-1.2.18-py2.7-win-amd64.egg',
> >   
>  

Re: [Qgis-user] FW: Couldn't load QGIS utils

2016-07-12 Thread Carlos Cerdán
Thank you very much Matthias... I've just discovered it, and found that
Processing is now part of the core of QGIS, so if someone is updating from
2.14 or less, must unistall the processing plugin to avoid conflicts with
Processing core (sorry if terms are not correct).

Now, all is fine... I hope.

Regards from Peru

Carlos



2016-07-12 9:25 GMT-05:00 Matthias Kuhn :

> Hi Carlos,
>
> As far as I know all functionality available in ftools is available in
> processing.
> There was a lot of duplicated code which was unmaintained so the
> decision was to put the full focus on one tool and avoid doing work twice.
>
> If there's anything missing, please report it!
>
> Regards
> Matthias
>
> On 07/12/2016 03:29 PM, Carlos Cerdán wrote:
> > There is an issue that can be related with this: ftools disappeared in
> > QGIS 2.16  (Ubuntu 16.04. Don't know about windows); so we still can't
> > do basic vectorial geoprocessing. I guess it's under revision.
> >
> > Developers please light us...
> >
> > 2016-07-12 6:33 GMT-05:00 Pim Verver  > >:
> >
> > Hi all,
> >
> > __ __
> >
> > Yesterday I installed a 64 bits version of QGIS 2.16 and after
> > startup  I got the following popup. After that QGis seems to be
> > working okay (apart from the python disabling). Is there an obvious
> > solution for this problem. I tried both the advanced and the express
> > install, but no luck so far.
> >
> > __ __
> >
> > Couldn't load QGIS utils.
> > Python support will be disabled.
> >
> >
> > Traceback (most recent call last):
> >   File "", line 1, in
> >   File "C:/OSGEO4~1/apps/qgis/./python\qgis\utils.py", line 21, in
> > standard_library.install_aliases()
> >   File
> >
>  
> "C:\OSGEO4~1\apps\Python27\lib\site-packages\future\standard_library\__init__.py",
> > line 483, in install_aliases
> > import test
> >   File "C:\OSGEO4~1\bin\test.py", line 3, in
> > for layer in iface.mapCanvas().layers():
> > NameError: name 'iface' is not defined
> >
> > Python version:
> > 2.7.5 (default, May 15 2013, 22:44:16) [MSC v.1500 64 bit (AMD64)]
> >
> > QGIS version:
> > 2.16.0-Nødebo 'Nødebo', d0b3e39
> >
> > Python path:
> > ['C:/OSGEO4~1/apps/qgis/./python', u'C:/Users/Pim/.qgis2/python',
> > u'C:/Users/Pim/.qgis2/python/plugins',
> > 'C:/OSGEO4~1/apps/qgis/./python/plugins',
> >
>  
> 'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\matplotlib-1.3.1-py2.7-win-amd64.egg',
> >
>  'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\nose-1.3.3-py2.7.egg',
> >
>  
> 'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\tornado-4.0.1-py2.7-win-amd64.egg',
> >
>  
> 'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\backports.ssl_match_hostname-3.4.0.2-py2.7.egg',
> >
>  
> 'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\certifi-14.05.14-py2.7.egg',
> >
>  
> 'c:\\osgeo4~1\\apps\\python27\\lib\\site-packages\\python_dateutil-2.1-py2.7.egg',
> > 'C:\\OSGEO4~1\\bin\\python27.zip',
> > 'C:\\OSGEO4~1\\apps\\Python27\\DLLs',
> > 'C:\\OSGEO4~1\\apps\\Python27\\lib',
> > 'C:\\OSGEO4~1\\apps\\Python27\\lib\\plat-win',
> > 'C:\\OSGEO4~1\\apps\\Python27\\lib\\lib-tk', 'C:\\OSGEO4~1\\bin',
> > 'C:\\OSGEO4~1\\apps\\Python27',
> > 'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages',
> > 'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\PIL',
> >
>  'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\jinja2-2.7.2-py2.7.egg',
> >
>  
> 'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\markupsafe-0.23-py2.7-win-amd64.egg',
> >
>  'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\pytz-2012j-py2.7.egg',
> > 'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\win32',
> > 'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\win32\\lib',
> > 'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\Pythonwin',
> >
>  
> 'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\Shapely-1.2.18-py2.7-win-amd64.egg',
> >
>  'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\wx-2.8-msw-unicode',
> >
>  'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\xlrd-0.9.2-py2.7.egg',
> >
>  'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\xlwt-0.7.5-py2.7.egg']
> >
> > __ __
> >
> > Kind regards,
> >
> > __ __
> >
> > Pim Verver
> >
> > __ __
> >
> >
> > ___
> > 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
> >
> 

Re: [Qgis-user] FW: Couldn't load QGIS utils

2016-07-12 Thread Matthias Kuhn
Hi Carlos,

As far as I know all functionality available in ftools is available in
processing.
There was a lot of duplicated code which was unmaintained so the
decision was to put the full focus on one tool and avoid doing work twice.

If there's anything missing, please report it!

Regards
Matthias

On 07/12/2016 03:29 PM, Carlos Cerdán wrote:
> There is an issue that can be related with this: ftools disappeared in
> QGIS 2.16  (Ubuntu 16.04. Don't know about windows); so we still can't
> do basic vectorial geoprocessing. I guess it's under revision.
> 
> Developers please light us...
> 
> 2016-07-12 6:33 GMT-05:00 Pim Verver  >:
> 
> Hi all,
> 
> __ __
> 
> Yesterday I installed a 64 bits version of QGIS 2.16 and after
> startup  I got the following popup. After that QGis seems to be
> working okay (apart from the python disabling). Is there an obvious
> solution for this problem. I tried both the advanced and the express
> install, but no luck so far.
> 
> __ __
> 
> Couldn't load QGIS utils.
> Python support will be disabled.
> 
> 
> Traceback (most recent call last):
>   File "", line 1, in
>   File "C:/OSGEO4~1/apps/qgis/./python\qgis\utils.py", line 21, in
> standard_library.install_aliases()
>   File
> 
> "C:\OSGEO4~1\apps\Python27\lib\site-packages\future\standard_library\__init__.py",
> line 483, in install_aliases
> import test
>   File "C:\OSGEO4~1\bin\test.py", line 3, in
> for layer in iface.mapCanvas().layers():
> NameError: name 'iface' is not defined
> 
> Python version:
> 2.7.5 (default, May 15 2013, 22:44:16) [MSC v.1500 64 bit (AMD64)]
> 
> QGIS version:
> 2.16.0-Nødebo 'Nødebo', d0b3e39
> 
> Python path:
> ['C:/OSGEO4~1/apps/qgis/./python', u'C:/Users/Pim/.qgis2/python',
> u'C:/Users/Pim/.qgis2/python/plugins',
> 'C:/OSGEO4~1/apps/qgis/./python/plugins',
> 
> 'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\matplotlib-1.3.1-py2.7-win-amd64.egg',
> 'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\nose-1.3.3-py2.7.egg',
> 
> 'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\tornado-4.0.1-py2.7-win-amd64.egg',
> 
> 'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\backports.ssl_match_hostname-3.4.0.2-py2.7.egg',
> 
> 'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\certifi-14.05.14-py2.7.egg',
> 
> 'c:\\osgeo4~1\\apps\\python27\\lib\\site-packages\\python_dateutil-2.1-py2.7.egg',
> 'C:\\OSGEO4~1\\bin\\python27.zip',
> 'C:\\OSGEO4~1\\apps\\Python27\\DLLs',
> 'C:\\OSGEO4~1\\apps\\Python27\\lib',
> 'C:\\OSGEO4~1\\apps\\Python27\\lib\\plat-win',
> 'C:\\OSGEO4~1\\apps\\Python27\\lib\\lib-tk', 'C:\\OSGEO4~1\\bin',
> 'C:\\OSGEO4~1\\apps\\Python27',
> 'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages',
> 'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\PIL',
> 
> 'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\jinja2-2.7.2-py2.7.egg',
> 
> 'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\markupsafe-0.23-py2.7-win-amd64.egg',
> 'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\pytz-2012j-py2.7.egg',
> 'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\win32',
> 'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\win32\\lib',
> 'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\Pythonwin',
> 
> 'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\Shapely-1.2.18-py2.7-win-amd64.egg',
> 'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\wx-2.8-msw-unicode',
> 'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\xlrd-0.9.2-py2.7.egg',
> 
> 'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\xlwt-0.7.5-py2.7.egg']
> 
> __ __
> 
> Kind regards,
> 
> __ __
> 
> Pim Verver
> 
> __ __
> 
> 
> ___
> 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-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] FW: Couldn't load QGIS utils

2016-07-12 Thread Carlos Cerdán
Thank you Pim

2016-07-12 9:23 GMT-05:00 Carlos Cerdán :

> Yes, Processing WAS enabled, and it was broken!. I've uninstalled it and
> now all is fine: Processing plugin was in conflict with Processing core.
>
> So... it affects to updates from 2.14 to 2.16. All of you are advised:
> after updating, you must unistall processing plugin, cause now it's part of
> QGIS core.
>
> Good QGISing!
>
> Carlos Cerdán
>
>
>
> 2016-07-12 8:50 GMT-05:00 Richard Duivenvoorde :
>
>> On 12-07-16 15:29, Carlos Cerdán wrote:
>> > There is an issue that can be related with this: ftools disappeared in
>> > QGIS 2.16  (Ubuntu 16.04. Don't know about windows); so we still can't
>> > do basic vectorial geoprocessing. I guess it's under revision.
>>
>> I do not think it is related.
>>
>> Do you have 'processing'-plugin enabled?
>>
>> Because that is the one that provides all vector algorithms nowadays. If
>> you van processing disabled, you will not see them in vector-menu.
>>
>> Else, try to start qgis from command line in a new configuration:
>>
>> qgis --configpath /tmp/foo
>>
>> so you will have a fresh setup (and processing enabled by default).
>>
>> Regards,
>>
>> Richard
>>
>>
>
___
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] FW: Couldn't load QGIS utils

2016-07-12 Thread Carlos Cerdán
Yes, Processing WAS enabled, and it was broken!. I've uninstalled it and
now all is fine: Processing plugin was in conflict with Processing core.

So... it affects to updates from 2.14 to 2.16. All of you are advised:
after updating, you must unistall processing plugin, cause now it's part of
QGIS core.

Good QGISing!

Carlos Cerdán



2016-07-12 8:50 GMT-05:00 Richard Duivenvoorde :

> On 12-07-16 15:29, Carlos Cerdán wrote:
> > There is an issue that can be related with this: ftools disappeared in
> > QGIS 2.16  (Ubuntu 16.04. Don't know about windows); so we still can't
> > do basic vectorial geoprocessing. I guess it's under revision.
>
> I do not think it is related.
>
> Do you have 'processing'-plugin enabled?
>
> Because that is the one that provides all vector algorithms nowadays. If
> you van processing disabled, you will not see them in vector-menu.
>
> Else, try to start qgis from command line in a new configuration:
>
> qgis --configpath /tmp/foo
>
> so you will have a fresh setup (and processing enabled by default).
>
> Regards,
>
> Richard
>
>
___
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] FW: Couldn't load QGIS utils

2016-07-12 Thread Richard Duivenvoorde
On 12-07-16 15:29, Carlos Cerdán wrote:
> There is an issue that can be related with this: ftools disappeared in
> QGIS 2.16  (Ubuntu 16.04. Don't know about windows); so we still can't
> do basic vectorial geoprocessing. I guess it's under revision.

I do not think it is related.

Do you have 'processing'-plugin enabled?

Because that is the one that provides all vector algorithms nowadays. If
you van processing disabled, you will not see them in vector-menu.

Else, try to start qgis from command line in a new configuration:

qgis --configpath /tmp/foo

so you will have a fresh setup (and processing enabled by default).

Regards,

Richard

___
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] FW: Couldn't load QGIS utils

2016-07-12 Thread Carlos Cerdán
There is an issue that can be related with this: ftools disappeared in QGIS
2.16  (Ubuntu 16.04. Don't know about windows); so we still can't do basic
vectorial geoprocessing. I guess it's under revision.

Developers please light us...

2016-07-12 6:33 GMT-05:00 Pim Verver :

> Hi all,
>
>
>
> Yesterday I installed a 64 bits version of QGIS 2.16 and after startup  I
> got the following popup. After that QGis seems to be working okay (apart
> from the python disabling). Is there an obvious solution for this problem.
> I tried both the advanced and the express install, but no luck so far.
>
>
>
> Couldn't load QGIS utils.
> Python support will be disabled.
>
>
> Traceback (most recent call last):
>   File "", line 1, in
>   File "C:/OSGEO4~1/apps/qgis/./python\qgis\utils.py", line 21, in
> standard_library.install_aliases()
>   File
> "C:\OSGEO4~1\apps\Python27\lib\site-packages\future\standard_library\__init__.py",
> line 483, in install_aliases
> import test
>   File "C:\OSGEO4~1\bin\test.py", line 3, in
> for layer in iface.mapCanvas().layers():
> NameError: name 'iface' is not defined
>
> Python version:
> 2.7.5 (default, May 15 2013, 22:44:16) [MSC v.1500 64 bit (AMD64)]
>
> QGIS version:
> 2.16.0-Nødebo 'Nødebo', d0b3e39
>
> Python path:
> ['C:/OSGEO4~1/apps/qgis/./python', u'C:/Users/Pim/.qgis2/python',
> u'C:/Users/Pim/.qgis2/python/plugins',
> 'C:/OSGEO4~1/apps/qgis/./python/plugins',
> 'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\matplotlib-1.3.1-py2.7-win-amd64.egg',
> 'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\nose-1.3.3-py2.7.egg',
> 'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\tornado-4.0.1-py2.7-win-amd64.egg',
> 'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\backports.ssl_match_hostname-3.4.0.2-py2.7.egg',
> 'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\certifi-14.05.14-py2.7.egg',
> 'c:\\osgeo4~1\\apps\\python27\\lib\\site-packages\\python_dateutil-2.1-py2.7.egg',
> 'C:\\OSGEO4~1\\bin\\python27.zip', 'C:\\OSGEO4~1\\apps\\Python27\\DLLs',
> 'C:\\OSGEO4~1\\apps\\Python27\\lib',
> 'C:\\OSGEO4~1\\apps\\Python27\\lib\\plat-win',
> 'C:\\OSGEO4~1\\apps\\Python27\\lib\\lib-tk', 'C:\\OSGEO4~1\\bin',
> 'C:\\OSGEO4~1\\apps\\Python27',
> 'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages',
> 'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\PIL',
> 'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\jinja2-2.7.2-py2.7.egg',
> 'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\markupsafe-0.23-py2.7-win-amd64.egg',
> 'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\pytz-2012j-py2.7.egg',
> 'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\win32',
> 'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\win32\\lib',
> 'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\Pythonwin',
> 'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\Shapely-1.2.18-py2.7-win-amd64.egg',
> 'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\wx-2.8-msw-unicode',
> 'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\xlrd-0.9.2-py2.7.egg',
> 'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\xlwt-0.7.5-py2.7.egg']
>
>
>
> Kind regards,
>
>
>
> Pim Verver
>
>
>
> ___
> 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] Impossibile caricare PyQGIS

2016-07-12 Thread falcerisim...@inwind.it
Salve a tutti,
uso Win7 32bit Qgis_2.16.0

Ho disinstallato la vecchia 2.14.3 e installato la 2.16.0, scaricata dal sito 
http://www.qgis.org/it/site/forusers/download.html
Una volta installato il nuovo 2.16.0 parte, ma compare "Impossibile caricare 
PyQGIS".
Ho cercato su google tale errore, ma nessuno spiega bene come muoversi in tale 
situazione.
Gentilmente qualcuno sa come fare?

Grazie e cordiali saluti!
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-it-user


[Qgis-user] Couldn't load QGIS utils

2016-07-12 Thread Pim Verver
Hi all,

Yesterday I installed a 64 bits version of QGIS 2.16 and after startup  I got 
the following popup. After that QGis seems to be working okay (apart from the 
python disabling). Is there an obvious solution for this problem. I tried both 
the advanced and the express install, but no luck so far.

Couldn't load QGIS utils.
Python support will be disabled.

Traceback (most recent call last):
  File "", line 1, in
  File "C:/OSGEO4~1/apps/qgis/./python\qgis\utils.py", line 21, in
standard_library.install_aliases()
  File 
"C:\OSGEO4~1\apps\Python27\lib\site-packages\future\standard_library\__init__.py",
 line 483, in install_aliases
import test
  File "C:\OSGEO4~1\bin\test.py", line 3, in
for layer in iface.mapCanvas().layers():
NameError: name 'iface' is not defined
Python version:
2.7.5 (default, May 15 2013, 22:44:16) [MSC v.1500 64 bit (AMD64)]

QGIS version:
2.16.0-Nødebo 'Nødebo', d0b3e39

Python path:
['C:/OSGEO4~1/apps/qgis/./python', u'C:/Users/Pim/.qgis2/python', 
u'C:/Users/Pim/.qgis2/python/plugins', 
'C:/OSGEO4~1/apps/qgis/./python/plugins', 
'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\matplotlib-1.3.1-py2.7-win-amd64.egg',
 'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\nose-1.3.3-py2.7.egg', 
'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\tornado-4.0.1-py2.7-win-amd64.egg',
 
'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\backports.ssl_match_hostname-3.4.0.2-py2.7.egg',
 
'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\certifi-14.05.14-py2.7.egg', 
'c:\\osgeo4~1\\apps\\python27\\lib\\site-packages\\python_dateutil-2.1-py2.7.egg',
 'C:\\OSGEO4~1\\bin\\python27.zip', 'C:\\OSGEO4~1\\apps\\Python27\\DLLs', 
'C:\\OSGEO4~1\\apps\\Python27\\lib', 
'C:\\OSGEO4~1\\apps\\Python27\\lib\\plat-win', 
'C:\\OSGEO4~1\\apps\\Python27\\lib\\lib-tk', 'C:\\OSGEO4~1\\bin', 
'C:\\OSGEO4~1\\apps\\Python27', 
'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages', 
'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\PIL', 
'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\jinja2-2.7.2-py2.7.egg', 
'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\markupsafe-0.23-py2.7-win-amd64.egg',
 'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\pytz-2012j-py2.7.egg', 
'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\win32', 
'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\win32\\lib', 
'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\Pythonwin', 
'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\Shapely-1.2.18-py2.7-win-amd64.egg',
 'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\wx-2.8-msw-unicode', 
'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\xlrd-0.9.2-py2.7.egg', 
'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\xlwt-0.7.5-py2.7.egg']

Kind regards,

Pim Verver

___
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 2.16 download not available?

2016-07-12 Thread Carlos Cerdán
So, you are so impatient (as me)... I've tried that link and (now) it's
working. Happy QGIS 2.16 discovering

Carlos

2016-07-12 2:56 GMT-05:00 Chris Buckmaster <
chris.buckmas...@runnymede.gov.uk>:

> Hi
>
>
>
> Just trying to download the latest release of QGIS and the file path to
> the exe install file doesn’t appear to work on the main site?
>
>
>
> (http://qgis.org/downloads/QGIS-OSGeo4W-2.16.0-1-Setup-x86_64.exe)
>
>
>
> The downloads directory appears to only go up to 2.12 and I cannot seem to
> find it in the weekly folder (I also deleted my cache just incase it wasn’t
> displaying the latest page version).
>
>
>
> Thanks, Chris
>
> ___
> 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-user] FW: Couldn't load QGIS utils

2016-07-12 Thread Pim Verver
Hi all,

Yesterday I installed a 64 bits version of QGIS 2.16 and after startup  I got 
the following popup. After that QGis seems to be working okay (apart from the 
python disabling). Is there an obvious solution for this problem. I tried both 
the advanced and the express install, but no luck so far.

Couldn't load QGIS utils.
Python support will be disabled.

Traceback (most recent call last):
  File "", line 1, in
  File "C:/OSGEO4~1/apps/qgis/./python\qgis\utils.py", line 21, in
standard_library.install_aliases()
  File 
"C:\OSGEO4~1\apps\Python27\lib\site-packages\future\standard_library\__init__.py",
 line 483, in install_aliases
import test
  File "C:\OSGEO4~1\bin\test.py", line 3, in
for layer in iface.mapCanvas().layers():
NameError: name 'iface' is not defined
Python version:
2.7.5 (default, May 15 2013, 22:44:16) [MSC v.1500 64 bit (AMD64)]

QGIS version:
2.16.0-Nødebo 'Nødebo', d0b3e39

Python path:
['C:/OSGEO4~1/apps/qgis/./python', u'C:/Users/Pim/.qgis2/python', 
u'C:/Users/Pim/.qgis2/python/plugins', 
'C:/OSGEO4~1/apps/qgis/./python/plugins', 
'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\matplotlib-1.3.1-py2.7-win-amd64.egg',
 'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\nose-1.3.3-py2.7.egg', 
'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\tornado-4.0.1-py2.7-win-amd64.egg',
 
'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\backports.ssl_match_hostname-3.4.0.2-py2.7.egg',
 
'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\certifi-14.05.14-py2.7.egg', 
'c:\\osgeo4~1\\apps\\python27\\lib\\site-packages\\python_dateutil-2.1-py2.7.egg',
 'C:\\OSGEO4~1\\bin\\python27.zip', 'C:\\OSGEO4~1\\apps\\Python27\\DLLs', 
'C:\\OSGEO4~1\\apps\\Python27\\lib', 
'C:\\OSGEO4~1\\apps\\Python27\\lib\\plat-win', 
'C:\\OSGEO4~1\\apps\\Python27\\lib\\lib-tk', 'C:\\OSGEO4~1\\bin', 
'C:\\OSGEO4~1\\apps\\Python27', 
'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages', 
'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\PIL', 
'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\jinja2-2.7.2-py2.7.egg', 
'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\markupsafe-0.23-py2.7-win-amd64.egg',
 'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\pytz-2012j-py2.7.egg', 
'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\win32', 
'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\win32\\lib', 
'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\Pythonwin', 
'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\Shapely-1.2.18-py2.7-win-amd64.egg',
 'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\wx-2.8-msw-unicode', 
'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\xlrd-0.9.2-py2.7.egg', 
'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\xlwt-0.7.5-py2.7.egg']

Kind regards,

Pim Verver

___
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] PostegreSQL/PostGIS 2D VS snap 3D QGIS 2.14

2016-07-12 Thread Totò
Ciao Andrea,
e grazie per il tuo contributo.

I casi possibili sono:
1. vettore 3D con base di snapping 3D;
2. vettore 3D con base snapping 2D;
3. vettore 2D con base snapping 3D e
4. vettore 2D con base snapping 2D;

nei casi 1 e 4 non vi è nessun problema;
nei casi 2 e 3 postgis non accetta l'input: nel caso 2 perchè manca la Z,
nel caso 3 perchè c'è la Z.

come risolvere il problema:
nel caso 2 il SW GIS dovrebbe avvisare e magari chiedere un valore di
default per la Z o lasciarlo vuoto (ma è un caso raro, a mio avviso);
nel caso 3 (molto più frequente e facile da risolvere) mi aspetto che il SW
GIS dia un input trascurando la Z, perchè il vettore in editing è 2D (come
accade per gli shapefile).

queste mie riflessioni nascono da casi concreti; utilizzando come base per
lo snapping dei DXF, che sono quasi sempre in 3D perchè hanno sempre la z
(quantomeno z=0 nei casi di falso 3D), si verifica il problema esposto
sopra.

ecco che l'opzione snap 2D/3D potrebbe risolvere questi casi.

grazie per l'attenzione!!!

Totò 



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/PostegreSQL-PostGIS-2D-VS-snap-3D-QGIS-2-14-tp5275483p5275926.html
Sent from the QGIS Italian User mailing list archive at Nabble.com.
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [QGIS-it-user] PostegreSQL/PostGIS 2D VS snap 3D QGIS 2.14

2016-07-12 Thread aborruso
Ciao Totò,
mi sembra una feature request molto utile. Io lo immagino funzionare così:

- apro in edit un vettore 2D;
- attivo lo snap su un vettore 3D;
- visto che l'oggetto in edit è 2D, QGIS automaticamente imposta lo snap
alle sole coordinate XY del vettore a cui è associato lo snap.

Ci sono però diversi casi. Potrei partire infatti in editing da un oggetto
3D e attivare lo snap su un oggetto 2D. La cosa potrebbe avere poco senso,
ed essere in buona sostanza un errore (salvo i vari casi strani di oggetti
3D in realtà 2D, ecc.).

Forse la cosa più interessante è attivarla come opzione e dare la
possibilità all'utente di scegliere cosa. fare



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/PostegreSQL-PostGIS-2D-VS-snap-3D-QGIS-2-14-tp5275483p5275906.html
Sent from the QGIS Italian User mailing list archive at Nabble.com.
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [Qgis-user] SOBRE OPENLAYERS , GOOGLE MAPS - GOOGLE SATELITE

2016-07-12 Thread Miguel Sevilla-Callejo
More sources visiting the code of QuickMapServices plug-in:
https://github.com/nextgis/quickmapservices_contrib/tree/master/data_sources

Even you can contribute it:
https://github.com/nextgis/quickmapservices_contrib

;-)

--
*Miguel Sevilla-Callejo*

*Doctor in Geography*
a. Associate Lecturer at Dpto. of Geography & Territorial Planning at
University of Zaragoza
b. Fellow at the Pyrenean Institute of Ecology - Spanish National Research
Council
c. Freelance consultant & researcher - Member #698, Spanish Professional
Association of Geographers

*Doctor en Geografía*
a. Profesor asociado en el Dpto. de Geografía y Ordenación del Territorio
de la Univ. de Zaragoza
b. Colaborador del Instituto Pirenaico de Ecología - Consejo Superior de
Investigaciones Científicas
c. Consultor e investigador freelance - Colegiado 698 del Colegio Oficial
de Geógrafos

2016-07-11 14:54 GMT+02:00 Miguel Sevilla-Callejo :

> Hi again,
>
>
> [encontré los archivos XML con la configuración de los TMS de GDAL del
> plug-in de GDAL en GitHub]
>
> Looking for the source of the OpenLayers plug-in on Internet I found the
> GDAL TMS files (XML files that you can load as raster) here:
>
>
> https://github.com/sourcepole/qgis-openlayers-plugin/tree/master/openlayers/weblayers/gdal_tms
>
> Cheers
>
>
>
> --
> *Miguel Sevilla-Callejo*
>
> *Doctor in Geography*
> a. Associate Lecturer at Dpto. of Geography & Territorial Planning at
> University of Zaragoza
> b. Fellow at the Pyrenean Institute of Ecology - Spanish National Research
> Council
> c. Freelance consultant & researcher - Member #698, Spanish Professional
> Association of Geographers
>
> *Doctor en Geografía*
> a. Profesor asociado en el Dpto. de Geografía y Ordenación del Territorio
> de la Univ. de Zaragoza
> b. Colaborador del Instituto Pirenaico de Ecología - Consejo Superior de
> Investigaciones Científicas
> c. Consultor e investigador freelance - Colegiado 698 del Colegio Oficial
> de Geógrafos
>
> 2016-07-07 14:52 GMT+02:00 Eddison :
>
>> Hola muchas gracias por todas sus aclaraciones y comentarios al respecto
>> de este tema. Voy a probar los archivos XML
>>
>> saludos cordiales
>>
>> Eddison
>>
>> El 7 de julio de 2016, 6:46, Miguel Sevilla-Callejo [via OSGeo.org] <[hidden
>> email] > escribió:
>>
>>> No te fíes de las imágenes ya vengan de uno u otro servicio (bing,
>>> mapbox o Google) si el proveedor es DigitalGlobe y la imagen es la misma
>>> (podría darse el caso) el desplazamiento y el error será igual. Unas están
>>> mejor ortorectificadas que otras.
>>>
>>> Adjunto archivos XML que debes de cargar como si fueran raster para ver
>>> las tiles con imágenes de alta resolución desde el servicio de mapbox y el
>>> de mapquest (este suele tener las mismas imágenes de bing). Recuerda que la
>>> proyección será EPSG:3857 (Pseudo Mercator).
>>>
>>> Un saludo
>>>
>>> --
>>> *Miguel Sevilla-Callejo*
>>>
>>> *Doctor in Geography*
>>> a. Associate Lecturer at Dpto. of Geography & Territorial Planning at
>>> University of Zaragoza
>>> b. Fellow at the Pyrenean Institute of Ecology - Spanish National
>>> Research Council
>>> c. Freelance consultant & researcher - Member #698, Spanish Professional
>>> Association of Geographers
>>>
>>> *Doctor en Geografía*
>>> a. Profesor asociado en el Dpto. de Geografía y Ordenación del
>>> Territorio de la Univ. de Zaragoza
>>> b. Colaborador del Instituto Pirenaico de Ecología - Consejo Superior de
>>> Investigaciones Científicas
>>> c. Consultor e investigador freelance - Colegiado 698 del Colegio
>>> Oficial de Geógrafos
>>>
>>> 2016-07-06 21:15 GMT+02:00 Eddison <[hidden email]
>>> >:
>>>
 Hola Nicolas, si efectivamente, veo los desplazamientos, en ese caso
 tampoco Bing Aerial están correctamente ortorectificadas? las de Mapbox si
 lo están?

 Gracias por las aclaraciones!

 Saludos

 Eddison




 El 6 de julio de 2016, 11:56, Nicolas Cadieux [via OSGeo.org] <[hidden
 email] >
 escribió:

> Bing vs Google
> Relief displacement.
>
>
> Mira el edificio blanco en las dos imágenes . El desplazamiento de las
> imágenes es muy visible en ambos casos (Google desde el sur - oeste, y 
> Bing
> desde el sur-este).
> Nicolas
>
>
>
> --
> From: [hidden email]
> 
> To: [hidden email]
> 
> Date: Wed, 6 Jul 2016 09:04:35 -0600
> Subject: Re: SOBRE OPENLAYERS , GOOGLE MAPS - GOOGLE SATELITE
>
> Ah ok, muchas gracias Nicolas por tu amable respuesta!
>
> Saludos
>
> Eddison
>
> El 6 de julio de 2016, 7:38, Nicolas Cadieux [via OSGeo.org] <[hidden
> email] 

[Qgis-user] QGIS 2.16 download not available?

2016-07-12 Thread Chris Buckmaster
Hi

Just trying to download the latest release of QGIS and the file path to the exe 
install file doesn't appear to work on the main site?

(http://qgis.org/downloads/QGIS-OSGeo4W-2.16.0-1-Setup-x86_64.exe)

The downloads directory appears to only go up to 2.12 and I cannot seem to find 
it in the weekly folder (I also deleted my cache just incase it wasn't 
displaying the latest page version).

Thanks, Chris
___
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] Fw: errore installazione

2016-07-12 Thread matteo
Ciao Sabrina,

quando disinstalli e reinstalli QGIS, nella tua cartella Utenti\Sabrina
c'è una cartella di configurazione .qgis2 che contiene diciamo tutte le
personalizzazioni indipendenti dal funzionamento di QGIS (fra cui
appunto plugin, preferenze dell'interfaccia grafica, ecc...)

Questa cartella NON viene cancellata quando disinstalli il plugin, e
quando avvi la tua nuova installazione di QGIS, lui vede la cartella e
la carica con tutte le impostazioni..


Se proprio vuoi ripartire da zero, elimina questa cartella e riavvia QGIS

Saluti

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


Re: [Qgis-user] Spatial autocorrelation with local moran index with Python or QGIS

2016-07-12 Thread Anita Graser
On Tue, Jul 12, 2016 at 3:17 AM, carlos hernandez <
carlitoshernande...@gmail.com> wrote:

>
> Hello, I wanted to know if someone of you have worked with PySAL or
> spatial autocorrelation with local moran index? i just need it becouse i
> have a vectorial layer of points and i want to know the local moral index
> for each point.
>

​Yes, have a look at the PySAL integration for QGIS Processing:
https://github.com/anitagraser/processing_pysal which implements Local
Morans.

Best wishes,
Anita​
___
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