Re: [Qgis-user] Python3 support of qgis...

2016-10-07 Thread JIA Pei
Hi, Nyall: Thank you for your prompt reply. I actually git out the source code from https://github.com/qgis/QGIS directly, but failed to build against python3. So, is *daily master build* that you mentioned just *nightly build* from http://www.qgis.org/en/site/forusers/alldownloads.html#debian-ub

Re: [Qgis-user] Clipping a Raster with a Mask Layer - update - possible bug

2016-10-07 Thread Randal Hale
So I've got an update on this. If I run this with the command line (gdal 2.1): gdalwarp -cutline acid_forest_buffer.shp low_east.tif output.tif /Processing input file low_east.tif.// //Using internal nodata values (e.g. -3.40282e+38) for image low_east.tif.// //Warning 1: Self-intersection at or

Re: [Qgis-user] Python3 support of qgis...

2016-10-07 Thread Nyall Dawson
On 8 Oct 2016 8:43 AM, "JIA Pei" wrote: > > > Hi, all: > > I tried to convert all python files from being compatible with python2 to being compatible with python3, with "2to3", but it still has a lot of the error messages as follows: > > >> RefactoringTool: Warnings/messages while refactoring: >>

Re: [Qgis-user] Python3 support of qgis...

2016-10-07 Thread Nicolas Cadieux
Hi, The next major version (3.x) upgrade will not be on 2.7. I am not a dev (so don't quote me on that) but they are upgrading a number of libraries like QT. Nicolas > Le 7 oct. 2016 à 18:43, JIA Pei [via OSGeo.org] > a écrit : > > > Hi, all: > > I tried to convert all python files from bein

[Qgis-user] Python3 support of qgis...

2016-10-07 Thread JIA Pei
Hi, all: I tried to convert all python files from being compatible with python2 to being compatible with python3, with "2to3", but it still has a lot of the error messages as follows: RefactoringTool: Warnings/messages while refactoring: > RefactoringTool: ### In file > ./python/ext-libs/future/

Re: [Qgis-user] How to enable GRASS7 in QGIS 2.16 on Mac?

2016-10-07 Thread William Kyngesburye
Loading GRASS data and using the GRASS toolbox are separate from using GRASS "algorithms" in the Processing plugin. The Processing plugin needs to know where GRASS is (set in Processing options, but defaults to bundled GRASS 7), and runs GRASS commands in a separate process than QGIS (should no

Re: [Qgis-user] Fwd: How to enable GRASS7 in QGIS 2.16 on Mac?

2016-10-07 Thread wkent
On 2016-09-29 8:45 am, Howard Frederick wrote: Recently upgraded to 2.16 - but cannot enable GRASS in the Processing configuration. Any ideas how to make this work? The folder seems to be correctly indicated in the config: /Applications/QGIS.app/Contents/MacOS/grass7 This (and alternatives

Re: [Qgis-user] Attribut table in 2.16

2016-10-07 Thread Even Rouault
Le vendredi 07 octobre 2016 17:27:43, Pathin a écrit : > Hello > > > i have updated from 2.14.3 to 2.16 and got an issue i cant understand: > > > I have imported a SQLite database to a vector layer what has worked > fine. On this layer i have worked with the attribut table and select a > specif

[Qgis-user] Attribut table in 2.16

2016-10-07 Thread Pathin
Hello i have updated from 2.14.3 to 2.16 and got an issue i cant understand: I have imported a SQLite database to a vector layer what has worked fine. On this layer i have worked with the attribut table and select a specific line and zoomed in to the map. But now after the update the layer

Re: [Qgis-user] QGIS Python install

2016-10-07 Thread Tyler Veinot
Nicholas; I wasn't going to install Anaconda I never used it; I only ever used Python27 installed with ArcGIS and QGIS. But I could not solve the issue so I just installed a new Python in the C:\Python27 dir. How does Anaconda and Python/IDLE differ? Tyler On Fri, Oct 7, 2016 at 10:08 AM, Nicolas

Re: [Qgis-user] I cannot open this JSON file

2016-10-07 Thread Even Rouault
Le vendredi 07 octobre 2016 16:56:21, Willem Korevaar a écrit : > According to th eopen data from teh Duch government this should be a JSON > file: > http://opendata.cbs.nl/ODataApi/OData/81884NED > From : > https://data.overheid.nl/data/dataset/onveiligheid-buurtkenmerken-2008-2009 > > I cannot o

[Qgis-user] I cannot open this JSON file

2016-10-07 Thread Willem Korevaar
According to th eopen data from teh Duch government this should be a JSON file: http://opendata.cbs.nl/ODataApi/OData/81884NED >From : https://data.overheid.nl/data/dataset/onveiligheid-buurtkenmerken-2008-2009 I cannot open it in QGIS with Protocol > url , there is a faillure and QGIS says it doe

[Qgis-user] Clipping a Raster with a Mask Layer

2016-10-07 Thread Randal Hale
I've tried this on: * 2.14.6 on Windows * 2.16.3 on Linux * Master on Linux Dropbox Link: https://www.dropbox.com/sh/zg8miobad8ax0ef/AABXzPzTd8920I248_IprKjba?dl=0 I have a raster and polygons. All matching in projection. M one worry is the raster is a float32 tiff and something it wrong

Re: [Qgis-user] QGIS Python install

2016-10-07 Thread Nicolas Cadieux
Hi, I remember reading that some packages will not install properly in the qgis Python programme and that adding new packages could break QGIS. I am not sure if there is still truth to that. In any case, I have started using Anaconda Python. It is installed with multiple scientific packages

[Qgis-user] QGIS Python install

2016-10-07 Thread Tyler Veinot
All; Trying to add some modules to python and I didn't want to have multiple Python installs on my system; I would like to stick to the C:\Program Files\QGIS 2.16\apps\Python27 but I keep getting Python is not a recognized internal or external command, I get the same error when I try to install pac