[Qgis-user] MetaSearch error on launch with clean install

2018-11-16 Thread knussear
Hi All just installed 3.4 on a clean machine. On launch I'm getting the error

Couldn't load plugin 'MetaSearch' due to an error when calling its
classFactory() method 

Any idea how to fix this?

THX



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
___
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] Problens in atribute tables (bug?)

2018-11-16 Thread Frederico dos Santos Soares
Hi everybody. We are working on a research project using QGIS and POSTGIS.
A  few days ago our team observed some strange problens updating data in
atribute tables.

It is hard to explains, because we couldn't isolate the process and the
error until now.

Basicly, wen we are updating data, using field calculator, manualy at the
tables or using label placement by X and Y registred in table, QGIS send an
update to the POSTGRES with a random value in a random column.

We discovered the error when an 'F' was updated in a Integer column, when
the user tried to save the edition, QGIS has returned a mensage with the
error and, since that day, we are very apreensive because we dont know the
damage in our database.

Since this is random, I did'nt try to send a bug report and haven't found a
ticket that describe something like that.

Its is a very atipical situation. We use QGIS since 1.8(Lisboa) and this
has never hapened with us.

We are using 2.18.12 with POSTGRES 9.4 - POSTGIS 2.2.3

Has somebody experiencied sometihng like that?
Could anyone help us, please?

Best regards

-- 

Fred
___
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

Re: [Qgis-user] Plugin development - pyrcc4

2018-11-16 Thread Matthias Kuhn
Hi Frederick,

You might consider to not use resources at all and just put any file as
is into the plugin.

This works very well and makes deployment much easier.

Matthias

On 11/16/18 5:58 PM, Frederick Powers wrote:
> Greetings, 
>
> Are there any alternatives to using pyrcc4 for compiling resource
> files that do not require command line access?
>
> This is on Windows with QGIS 2.18.
>
> Thanks
>
> ___
> 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
-- 
Matthias Kuhn
matth...@opengis.ch 
+41 (0)76 435 67 63 
OPENGIS.ch Logo 
___
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] Auto Updating Virtual Layer

2018-11-16 Thread Tyler Veinot
I am trying to make a pie chart that only compares feature attributes of
the features in the current extent. My first approach was to make a python
function that returned the current extent as a polygon and use that returns
with the within function. Unfortunately the python function only returns an
extent if I go in and click the load button. If I move the extent I have to
reload the python script to get my new extent. This wont work well for my
purposes, so now I am thinking about a virtual layer as an attribute table
that only contains features in the current extent. Has anyone done
something similar with a virtual layer that could help me, I cannot find an
sql command that returns the map canvas. My data is in postgresql.
Thanks;
Tyler
___
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

Re: [Qgis-user] [QGIS-Developer] QGIS Processing "R" Provider -- 3.x beta available

2018-11-16 Thread Tim Sutton
Hi

Tested here on macOS QGIS 3.4.1 (Williams build) here:

I installed R.app into /Applications

I unpacked the plugin and in settings for processing providers set my R folder 
like this:

/usr/local/bin/

To test I ran the R-> test processing module but couldn’t actually figure out 
how to provide it the inputs it needs to run. Can someone share a ‘hello’ world 
R processing module that I can use to test more completely?

It might be good to add my notes about paths above  to your README for the 
plugin because I first tried to use the R executable in 
/Applications/R.app/Contents/MacOS but that one won’t work.


Regards

Tim

> On 16 Nov 2018, at 00:49, Alex Mandel  wrote:
> 
> Nyall,
> 
> I can confirm the plugin loads without error on QGIS 3.4.1, Ubuntu 16.04
> I'll need to find an R script or two to test with.
> 
> Thanks this is very appreciated,
> Alex
> 
> On 11/15/18 14:34, Nyall Dawson wrote:
>> Hi lists,
>> 
>> Just a quick announcement that the Processing provider for R scripts
>> in QGIS, which was dropped for QGIS 3.0, is now available as a beta
>> for QGIS 3.4. It's now published as a standalone plugin which must be
>> manually installed (together with manual installation of the
>> underlying R software!).
>> 
>> This is a pre-release beta version only -- the script syntax may
>> change in the final release, so be warned that you may need to update
>> scripts as a result. But the good news is that this should be 100%
>> compatible with Processing R scripts from 2.x, with no change required
>> to the scripts!
>> 
>> To reflect its beta status, the plugin is currently only available via
>> manual download from GitHub, and isn't (yet) available via the
>> standard QGIS plugin repository. To install, download the zip release
>> from https://github.com/north-road/qgis-processing-r/releases/tag/v0.0.2,
>> and then install via the Plugins -> Manage and Install Plugins >
>> Install from ZIP tab. After the plugin is installed you'll need to
>> enable the provider via the Settings > Options > Processing >
>> Providers > R > Activate checkbox.
>> 
>> Testing feedback is sought and very welcome -- just file issues on
>> https://github.com/north-road/qgis-processing-r/issues with a detailed
>> description of any issues you encounter.
>> 
>> This release was made possible thanks to a funding grant by QGIS.org.
>> 
>> Regards,
>> Nyall
>> ___
>> QGIS-Developer mailing list
>> qgis-develo...@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-develo...@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

—








Tim Sutton

Co-founder: Kartoza
Ex Project chair: QGIS.org

Visit http://kartoza.com  to find out about open source:

Desktop GIS programming services
Geospatial web development
GIS Training
Consulting Services

Skype: timlinux 
IRC: timlinux on #qgis at freenode.net

___
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

Re: [Qgis-user] WMTS fail on loading - QGIS 3.4

2018-11-16 Thread Michel Stuyts
Did you set your own API token, because the word YOUR_API_TOKEN in the uri in 
the error suggests you didn't.


Michel

Van: Qgis-user [mailto:qgis-user-boun...@lists.osgeo.org] Namens Ian Reese
Verzonden: vrijdag 16 november 2018 0:30
Aan: qgis-user@lists.osgeo.org
Onderwerp: [Qgis-user] WMTS fail on loading - QGIS 3.4

Hi QGIS

I'm currently using QGIS 3.4, on Windows 7.

I am getting an error when I try to connect to a WMTS layer:

Invalid Layer: Raster layer Provider is not valid (provider: wms, URI: 
SmoothPixmapTransform=1=0=EPSG:2193=7=10=image/png=set-4702=style%3Dauto=EPSG:2193=https://data.linz.govt.nz/
 services;key=YOUR_API_TOKEN/wmts/1.0.0/set/4702/WMTSCapabilities.xml

The sample WMTS can be accessed here:
https://data.linz.govt.nz/set/4702-nz-aerial-imagery/webservices/

I tested the same WMTS connection using QGIS 2.18, 2.6 and ArcMap also and 
received no error.

The WMTS connection shows an error no matter what layer I try to access from 
our data service.

If I use an a connection from outside our data service: 
https://tiles.maps.linz.io/nz_colour_basemap/WMTSCapabilities.xml, everything 
works fine

Cheers,

Ian C Reese
Senior Spatial Analyst
Location Information Data Services

E  ire...@linz.govt.nz | DDI 04 6504

Wellington Office, Level 7, Radio New Zealand House, 155 The Terrace
PO Box 5501, Wellington 6145, New Zealand | T 04 460 0110
W  www.linz.govt.nz | 
www.landonline.govt.nz | 
data.linz.govt.nz




This message contains information, which may be in confidence and may be 
subject to legal privilege. If you are not the intended recipient, you must not 
peruse, use, disseminate, distribute or copy this message. If you have received 
this message in error, please notify us immediately (Phone 0800 665 463 or 
i...@linz.govt.nz) and destroy the original message. 
LINZ accepts no responsibility for changes to this email, or for any 
attachments, after its transmission from LINZ. Thank You.
___
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-it-user] Fwd: [Qgis-community-team] [Qgis-psc] Translating "The question of the Month" survey?

2018-11-16 Thread Paolo Cavallini
C'è qualcuno interessato?

Salluti.



 Forwarded Message 
Subject:Re: [Qgis-community-team] [Qgis-psc] Translating "The question
of the Month" survey?
Date:   Fri, 16 Nov 2018 08:40:19 +0100
From:   Anita Graser 
To: Alexandre Neto 
CC: qgis-community , QGIS PSC List




Do we have a volunteer to manage these localization efforts?
If not, I'd ask that user groups or other interested parties translate
into the language of their choice and then send me the link to publish
in the official blog post.

Regards,
Anita


On Thu, Nov 15, 2018 at 11:23 PM Alexandre Neto mailto:senhor.n...@gmail.com>> wrote:

I would like to translate for Portuguese. There are many Portuguese
and Brazilians that won't understand the question. 


A qua, 14/11/2018, 15:06, Anita Graser mailto:anitagra...@gmx.at>> escreveu:

On Wed, Nov 14, 2018 at 1:00 PM DelazJ mailto:del...@gmail.com>> wrote:

I've looked around a bit and found a Google form add-on
(https://codlord.com/add-ons/form-translator/) which can
automatically/manually translate google forms in multiple
languages, with dedicated link. Seems to work pretty well
(although it fails the first time I tried). The only
drawback I see right now is that answers refer to translated
forms and are not combined by default (but maybe it's better
this way).
Do you think that it's something we can do?


Thanks for sharing that add-on Harrissou! I'll give it a try. Do
we know which languages we'd want to support?
Too bad that results are not consolidated though. That will
increase the work load with each language we add.

Regards,
Anita

 
___
Qgis-psc mailing list
qgis-...@lists.osgeo.org 
https://lists.osgeo.org/mailman/listinfo/qgis-psc

-- 
Alexandre Neto
-
@AlexNetoGeo
http://sigsemgrilhetas.wordpress.com
http://gisunchained.wordpress.com

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


Re: [Qgis-user] Fwd: qgis - v.vol.rst from grass

2018-11-16 Thread Luigi Pirelli
follows these steps

1) install plugin "reload" that allow you to reload plugin (e.g.
processing) without restart qgis... this is useful to test your algoritm.
Btw, for the nature of some temporary path classes in aprocessing, the
plugin would continue to generate temporary stuffs in the session id of the
previous processing session... in few word, reload processiong can have
some side effects. btw this are side effects only for developers

2) clone the qgis code in https://github.com/qgis/QGIS
3) read carefully the guide in:
https://github.com/qgis/QGIS/blob/master/python/plugins/processing/algs/grass7/grass7.txt
(r in your local clone)
4) find a similar grass algoritm to that has similar input or output
prameters => step 5
5) check how the interface is specified in one of descriptors in
https://github.com/qgis/QGIS/blob/master/python/plugins/processing/algs/grass7/description
6) generate you new alg descriptor in
https://github.com/qgis/QGIS/blob/master/python/plugins/processing/algs/grass7/description
7) copy the entire directory in the your local plugin directory (depends on
platform) or do a link directly to
https://github.com/qgis/QGIS/blob/master/python/plugins/processing/
8) reload processing plugin (or restart qgis) and test
9) open
https://github.com/qgis/QGIS/blob/master/python/plugins/processing/algs/grass7/TODO.md
10) repeat from 6 until TODO list is empty ;)

cheers and thanks to add support to another algorithm... as you can see any
qgis user can develop the correct interface to grass algorithms giving an
important contribution to the community.

Luigi Pirelli

**
* LinkedIn: https://www.linkedin.com/in/luigipirelli
* Stackexchange: http://gis.stackexchange.com/users/19667/luigi-pirelli
* GitHub: https://github.com/luipir
* Mastering QGIS 2nd Edition:
*
https://www.packtpub.com/big-data-and-business-intelligence/mastering-qgis-second-edition
* Hire me: http://goo.gl/BYRQKg
**


On Fri, 16 Nov 2018 at 01:38, Francois Chartier 
wrote:

> Hi
>
> I am not a coder but i have some time and perseverence to integrate this
> module in qgis, but I would need guidance. Is anybody interested?
>  This tool would be great for a lot of discipline in environmental, soil
> sciences etc.
>
> On Mon, Oct 29, 2018, 04:12 Luigi Pirelli 
>> Hi Francois
>>
>> is it just matter to create appropriate algorithm descriptop in qgis
>> core? e.g. doing a Pull Request (with tsts) to have the algoritym supported?
>>
>> This guid sould give you the appropriate hints
>> https://github.com/qgis/QGIS/blob/master/python/plugins/processing/algs/grass7/grass7.txt
>> and obviously all the descriptors available in:
>>
>> https://github.com/qgis/QGIS/tree/master/python/plugins/processing/algs/grass7/description
>>
>> this is one of the QGIS part where users can help a lot adding new
>> backend algorithms with related tests. To create tests for a not tested
>> algorithms please see this guide:
>>
>> http://www.opengis.ch/2016/02/04/increasing-the-stability-of-processing-algorithms/
>>
>> a TODO list for grass is here:
>>
>> https://github.com/qgis/QGIS/blob/master/python/plugins/processing/algs/grass7/TODO.md
>>
>> regards
>>
>> Luigi Pirelli
>>
>>
>> **
>> * LinkedIn: https://www.linkedin.com/in/luigipirelli
>> * Stackexchange: http://gis.stackexchange.com/users/19667/luigi-pirelli
>> * GitHub: https://github.com/luipir
>> * Mastering QGIS 2nd Edition:
>> *
>> https://www.packtpub.com/big-data-and-business-intelligence/mastering-qgis-second-edition
>> * Hire me: http://goo.gl/BYRQKg
>>
>> **
>>
>>
>> On Sun, 28 Oct 2018 at 16:01, Francois Chartier 
>> wrote:
>>
>>> Hi
>>>
>>> Is the plugin v vol rst available from within qgis?  i didnt see it in
>>> the list of vector plugin from grass.
>>> i am looking for a 3d interpolator and i believe only grass can do this
>>> in open source.
>>> Are there other plugins that can do 3d interpolation?
>>> by 3d i am not referring to interpolation of elevation, but by
>>> interpolation of 3d dataset with xyz + attribute (ex: soil moisture), with
>>> data points vertically stacked, and would need to interpolate verically and
>>> horizontally.
>>>
>>> thks
>>> f
>>> ___
>>> 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 mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: