Re: [Qgis-user] failed to add WMS layer

2019-08-02 Thread Richard Duivenvoorde
On 02/08/2019 14.30, Andrea Peri wrote:
> The bug is due to the wms provider that when you click on "add to map"
> button try to read from the cache the capability info.
> 
> If te cache is to zero , in old qgis 2.18 the wms provider do another
> request getcapabilities to the wms server to have it.
> Instead in the qgis 3, if the cache if to zero, the request is not saved
> and the read for add to map fail.

Ok, NOW I can reproduce it :-)
Found another service which had this.
But only on Windows (several QGIS versions).

Created an issue:
https://github.com/qgis/QGIS/issues/31056

Thanks for letting us know.

Regards,

Richard Duivenvoorde
___
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] failed to add WMS layer

2019-08-02 Thread Richard Duivenvoorde
On 02/08/2019 12.26, Andrea Peri wrote:
> Are trying to Connect to qgis server?
> I see the qgis dont have any issues to connect to qgis server.
> 
> Instead trying to connect to a  wms mapserver or to a wms geoserver.
> I see the issue.
> 
> To reply
> Cache setting size yo zero in
> Qgis and try to add a map wms to canvas from a mapserver or geoserver
> 
> Please note that
> The issue is when click on add to canvas not when connect to retrieve
> the list of layers.

So it is not the capabilities request that is failing?
I just tried to reproduce this both on Linux and Windows, setting the
cache  to 0 and connect to a geoserver instance, and all goes well.
Both capabilities and getmap requests.

Can you maybe install the 'QGIS Network Logger' plugin? And see what
requests QGIS is firing to the server?
And maybe try to replay those requests in a browsers?

Others can reproduce this?

Regards,

Richard Duivenvoorde
___
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] failed to add WMS layer

2019-08-02 Thread Richard Duivenvoorde
On 01/08/2019 21.35, Andrea Peri wrote:
> Have you the cache to zero size?
> I discovered this kind of strangenissue some weeks ago
> 
> If the qgis cache size is turn to zero the capabilities fail when go to
> add the map to the Canvas.
> This issue is on only with some wms (mapserver, geoserver) do not with
> qgisserver.
> 
> I dont know with arcgis rest services.

Hi Andrea,

Can you provide a situation I can reproduce (OS, QGS version, service,
how you load the caps etc) ? Because this would be a proper issue!

But I cannot reproduce it with 3.4, 3.8 or master that I have running
here on Debian.

So if you have a good reproducable case, it sounds like it should be fixed.

Thanks,

Richard Duivenvoorde
___
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] Not valid data source on wms layer access for QGIS 3.8

2019-07-07 Thread Richard Duivenvoorde

On 2019-07-06 15:11, Andrea Peri wrote:

Hi, Richard,

I like to reproduce what you are reporting me:

So I guess you are seeing the two styles definition and treat it as
two distinct layers . They instead are only two styles of a layer.
Also one of them is the default style.


No, I definitly saw more layers (like 20 or so).
My 10 was just a guess, but the layers lists were clearly not the same


I like to understand better what is this.
But I don't understand what you mean with "opened that node on the
browser" . You mean a special browser inside QGIS ?


Yes I mean the Browser panel in QGIS, with the 'node' I mean the node in 
that Treeview of wms layers.


But maybe you are right. Maybe it was caching I was looking at?
Is it possible that that same WMS url has been used for a totally 
different set of layers?
And that QGIS maybe at one occasion showed me a fresh response, and a 
second time an (old) cached response?

In Options/Network you can clean the cache.

Anyway, I cannot reproduce it anymore now. I always get the same 10 
layers in both QGIS versions.


Regards,

Richard
___
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] Not valid data source on wms layer access for QGIS 3.8

2019-07-05 Thread Richard Duivenvoorde
On 05/07/2019 08.18, Alessandro Pasotti wrote:

> On Fri, Jul 5, 2019 at 8:13 AM Andrea Peri  http://www502.regione.toscana.it/ows_ofc/com.rt.wms.RTmap/wms?map=owsofc
> 
> When I try to add it to a map canvas the connection return le list
> of layer .
> Choosing one and using the EPSG:3003.
> When Add to the canvas I see an error NOT VALID DATA SOURCE.
> 
> The same steps instead work correctly with the old QGIS 2.18.
> 
> Is this confirmed from some other one ?

I'd say there is something wrong with the server (different endpoints?
url rewriting? proxies?). Because depending on the time and version I
get different results all the time:
- started with QGIS Master and the normal WMS dialog: I saw 10 layers
and could load the aerials
- same session, I opened that node on the browser and then saw MUCH more
layers (a lot of vector layers 'added') and could all load them
- started 3.8 and saw the layers but could not load them
- started master again and saw both in dialog and in browser only the 10
layers
- now I keep seeing only the 10 ortho's (and can load them both in
Master and 3.8.0 which I have here.)

This is the url QGIS fires:
http://www502.regione.toscana.it/ows_ofc/com.rt.wms.RTmap/wms?map=owsofc&SERVICE=WMS&REQUEST=GetCapabilities
as curl command
curl
'http://www502.regione.toscana.it/ows_ofc/com.rt.wms.RTmap/wms?map=owsofc&SERVICE=WMS&REQUEST=GetCapabilities'
-H 'User-Agent: Mozilla/5.0 QGIS/3.9.0-Master'  --compressed

My guess is there is something with the service...

Can you maybe sent me a saved project with a layer that does not load
with you?
Can you try to install the QGIS Network logger plugin to see and check
the url's (and replay the urls in the browser)

Regards,

Richard
___
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] Zoom to coordinates plugin available for 3.x?

2019-07-04 Thread Richard Duivenvoorde
On 04/07/2019 08.22, Matthias Kuhn wrote:
> Hi,
> 
> not sure about a plugin, but simply entering coordinates in the
> "coordinate line edit" in the status bar and hitting enter has the same
> result without any plugin. Maybe that's just what you need?

I've told people to use this too... untill people received latlon
coordinates while looking into another crs project. Would it be feasible
to make this "coordinate line edit" CRS aware?
Like: for a project, you define which crs you want to see there. And
then that coordinates used there should be in that crs too.
Mmm, thinking about this... then that is not connected anymore to the
Scale and the shown EPSG code

Ah wait. FULL STOP

now see that the Lat Lon Tools plugin actually ALSO shows Lat Lon
coordinates in the Status bar!
AND that you can change which crs you see there in the settings.
AND that you can copy the coordinates in that crs to clipboard
AND that you see a big crosshair if you use the Zoom to Lat Lon
functionality

Thanks Chris!

Regards,

Richard Duivenvoorde


___
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] Geopackage raster layer names are blank

2019-05-30 Thread Richard Duivenvoorde
Hi Richard,

Please create one or more issues for this:
https://github.com/qgis/qgis/issues

Seems not so much as a bug,
but more like it is 'just not implemented yet'...

Would be helpfull if you provide also small gpkg which then can be used
to check/code. Preferable with yours (rasters only) and from the other
person (vector and raster).
And a good list of what works and what does not :-)

Regards,

Richard Duivenvoorde

On 29/05/2019 17.55, Richard Lee wrote:
> When I bring in a geopackage that I've created and populated with two 
> ratsers, the layer names display in the 'Layers' panel of QGIS as blank even 
> though the table_name field is populated in the database.
> 
> Is this a known problem with QGIS?
> 
> I wrote this up with more detail and screen caps here:  
> https://gis.stackexchange.com/questions/323757/geopackage-raster-layer-name-is-blank-in-qgis-layers-panel
> 
> At least one other person has confirmed that they get the same result.
> 
> Thanks.
> 
> 
> -Richard Lee
> 
> 
> QGIS 3.6.3
> GDAL/OGR 2.4.1
> Windows 10 Pro
> ___
> 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: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] [QGIS-Developer] Redmine migration plan: friday 24 may 8:00 CET

2019-05-25 Thread Richard Duivenvoorde
Update from migration team:

Migration of all Redmine issue is DONE !

https://github.com/qgis/QGIS/issues/

The interaction limitation has ended and you can start working on (your)
issues on GitHub.

Go, fix, enjoy and happy QGISsing on github!

Regards,

Richard Duivenvoorde

ps according to Jorge (aka 'migration team'), there is some minor
housekeeping to be done, but users and dev can... GO :-)



On 25/05/2019 14.56, Richard Duivenvoorde wrote:
> Update from mirgration team:
> 
> Hi @all,
> 
> The issue migration from Redmine to GitHub is going on smoothly (but slow).
> 
> The first phase (moving the issues) is finished. All 19845 issues are
> now on GitHub :-)
> 
> Since the issue ids have changed, we started a second run to replace
> old ids with the new ones. This second phase is faster than the
> first one. It will take about 9 to 10 hours (we are able to update
> +-2200 issues per hour and we have almost 20k issues).
> 
> To prevent people for changing or comment issues, we will keep the
> interaction limited to developers with push access, until the migration
> is complete. Developers with push access can do PR and MR (but can also
> enjoy the weekend ;-).
> 
> So, we expected to have the migration finished today by 22:00 (GMT+1)
> (London time).
> 
> Thanks for your comprehension!
> 
> 
> On 22/05/2019 14.06, Richard Duivenvoorde wrote:
>> Hi All (lists),
>>
>> We propose to do the Redmine -> Github migration next friday 24th of may
>> at 8:00 CET (+2).
>>
>> More or less following this Migration plan:
>>
>> https://github.com/qgis/QGIS-Enhancement-Proposals/issues/141#issuecomment-478296818
>>
>> To be clear: this means http://issues.qgis.org cannot be used on friday,
>> untill the migration is finished and checked.
>>
>> If anybody has knowledge of an easy way to make Redmine readonly, please
>> let us know. Some googling to me only revealed changing the database
>> user or fiddling with the users in the db itself.
>>
>> Jorge will be in the lead for the Migration team
>> I (among others) will be around for QGIS Infra
>> Any help or encouragement is appreciated :-)
>>
>> Let's meet on IRC on friday morning, we can further decide on
>> communication if needed/wanted.
>>
>> If I miss something, please let us know.
>>
>> Regards,
>>
>> Richard Duivenvoorde
>> ___
>> 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-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: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] [QGIS-Developer] Redmine migration plan: friday 24 may 8:00 CET

2019-05-25 Thread Richard Duivenvoorde
Update from mirgration team:

Hi @all,

The issue migration from Redmine to GitHub is going on smoothly (but slow).

The first phase (moving the issues) is finished. All 19845 issues are
now on GitHub :-)

Since the issue ids have changed, we started a second run to replace
old ids with the new ones. This second phase is faster than the
first one. It will take about 9 to 10 hours (we are able to update
+-2200 issues per hour and we have almost 20k issues).

To prevent people for changing or comment issues, we will keep the
interaction limited to developers with push access, until the migration
is complete. Developers with push access can do PR and MR (but can also
enjoy the weekend ;-).

So, we expected to have the migration finished today by 22:00 (GMT+1)
(London time).

Thanks for your comprehension!


On 22/05/2019 14.06, Richard Duivenvoorde wrote:
> Hi All (lists),
> 
> We propose to do the Redmine -> Github migration next friday 24th of may
> at 8:00 CET (+2).
> 
> More or less following this Migration plan:
> 
> https://github.com/qgis/QGIS-Enhancement-Proposals/issues/141#issuecomment-478296818
> 
> To be clear: this means http://issues.qgis.org cannot be used on friday,
> untill the migration is finished and checked.
> 
> If anybody has knowledge of an easy way to make Redmine readonly, please
> let us know. Some googling to me only revealed changing the database
> user or fiddling with the users in the db itself.
> 
> Jorge will be in the lead for the Migration team
> I (among others) will be around for QGIS Infra
> Any help or encouragement is appreciated :-)
> 
> Let's meet on IRC on friday morning, we can further decide on
> communication if needed/wanted.
> 
> If I miss something, please let us know.
> 
> Regards,
> 
> Richard Duivenvoorde
> ___
> 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-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] Redmine migration plan: friday 24 may 8:00 CET

2019-05-22 Thread Richard Duivenvoorde
Hi All (lists),

We propose to do the Redmine -> Github migration next friday 24th of may
at 8:00 CET (+2).

More or less following this Migration plan:

https://github.com/qgis/QGIS-Enhancement-Proposals/issues/141#issuecomment-478296818

To be clear: this means http://issues.qgis.org cannot be used on friday,
untill the migration is finished and checked.

If anybody has knowledge of an easy way to make Redmine readonly, please
let us know. Some googling to me only revealed changing the database
user or fiddling with the users in the db itself.

Jorge will be in the lead for the Migration team
I (among others) will be around for QGIS Infra
Any help or encouragement is appreciated :-)

Let's meet on IRC on friday morning, we can further decide on
communication if needed/wanted.

If I miss something, please let us know.

Regards,

Richard Duivenvoorde
___
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] QGIS3 Server on Windows Server and IIS

2019-05-10 Thread Richard Duivenvoorde
On 10/05/2019 13.57, Mats Elfström wrote:
> Hi!
> Thanks for hints.
> I forgot to state a fourth assumption:
> * I believe that there are QGIS users who know how to deploy QGIS Server
> under Windows server, and are willing to share that knowledge.
> 
> Not that somebody would freely volunteer to figure this out for fun.
> This mess is very far from fun.
> 
> I have given Docker a try. First, I had to commission an expensive
> Windows 2016 machine, since Docker will not run on 2012 which all my
> Geodata machines use.
> And where there are no problems with components like PostGIS, Geoserver
> and so on.
> 
> So I installed Docker and was within minutes stuck in a proverbial
> quagmire of missing files, missing rights and whatever. In short, Docker
> did not even initialise properly.
> I will not go there again.
> I fail to see the point of having to run a simple application in a
> virtual Linux machine within a virtual Windows machine. Too many layers
> on that onion.

Do you really (really) need IIS?

Recently to me it was pretty easy to install QGIS-Server in Apache(!) on
Windows using Osgeo4w64 (and I just retested this on my Windows10 virt mach)

From: https://www.apachelounge.com/download/
I downloaded both httpd and the fascgi-module

Unzipped in (proposed/recommended) C:\Apache24

With Osgeo4w64 (in C:\OSGeo4W64) I installed qgis-ltr and
qgis-ltr-server (in 'web').

Note that Osgeo4w64 does not really install apache+qgisserver, but it
creates a working config + qgisserver. You find the conf here:

c:\OSGeo4W64\httpd.d\httpd_qgis-ltr.conf

Copy that one to your
/conf
directory, and include it in the main httpd.conf by adding:

Include conf/httpd_qgis-ltr.conf

in your conf/httpd.conf

httpd_qgis-ltr.conf (note the different - and _ ) contains all those
magic environment vars:

DefaultInitEnv O4W_QT_PREFIX "C:\OSGeo4W64/apps/Qt5"
DefaultInitEnv O4W_QT_BINARIES "C:\OSGeo4W64/apps/Qt5/bin"
DefaultInitEnv O4W_QT_PLUGINS "C:\OSGeo4W64/apps/Qt5/plugins"
DefaultInitEnv O4W_QT_LIBRARIES "C:\OSGeo4W64/apps/Qt5/lib"
DefaultInitEnv O4W_QT_TRANSLATIONS "C:\OSGeo4W64/apps/Qt5/translations"
DefaultInitEnv O4W_QT_HEADERS "C:\OSGeo4W64/apps/Qt5/include"
DefaultInitEnv O4W_QT_DOC "C:\OSGeo4W64/apps/Qt5/doc"

DefaultInitEnv PATH
"C:\OSGeo4W64\apps\qt5\bin;C:\OSGeo4W64\bin;C:\OSGeo4W64\apps\qgis-ltr\bin;C:\OSGeo4W64\apps\grass\@grasspath@\bin;C:\OSGeo4W64\apps\grass\@grasspath@\lib;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem"
DefaultInitEnv QGIS_PREFIX_PATH "C:\OSGeo4W64\apps\qgis-ltr"
DefaultInitEnv QT_PLUGIN_PATH
"C:\OSGeo4W64\apps\qgis-ltr\qtplugins;C:\OSGeo4W64\apps\qt5\plugins"
DefaultInitEnv TEMP "C:\Users\richa\AppData\Local\Temp"
DefaultInitEnv PYTHONHOME "C:\OSGeo4W64\apps\Python37"
DefaultInitEnv PYTHONPATH
"C:\OSGeo4W64\apps\Python37;C:\OSGeo4W64\apps\Python37\Scripts"

Alias /qgis-ltr/ C:\OSGeo4W64/apps/qgis-ltr/bin/


SetHandler fcgid-script
Options ExecCGI
# NOTE: this is for Apache 2.2 You need Require for 2.4 !
#Order allow,deny
#Allow from all
Require all granted


I had to remove the "Order ... " part and add the "Require " parth.

But after that I had a working QgisServer (in Apache)  \o/


Off course, useless if you really need IIS :-( .

But the crux in all this (both in IIS and Apache) is to have all the
proper environment variables and paths in place.

http://www.itopen.it/bulk/qgis3-server

is a very good source for that. Eg vor all he Fcgid variables (talking
Apache here, not sure how this is in IIS):

http://www.itopen.it/bulk/qgis3-server/#/step-16

I would recommend:
- if you can go for Apache on Windows, use that
- if you can go for Linux, use that
- if all that fails: use IIS on Windows

But sorry no experience with that.

Regards,

Richard Duivenvoorde




___
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] Selección cruzada en tablas PostgreSQL -QGIS

2019-05-10 Thread Richard Duivenvoorde

Hi Federico,

Does this help:

https://docs.qgis.org/3.4/en/docs/user_manual/working_with_vector/attribute_table.html#creating-one-or-many-to-many-relations

(or partly translated :-) )

https://docs.qgis.org/3.4/es/docs/user_manual/working_with_vector/attribute_table.html#creating-one-or-many-to-many-relations

Regards,

Richard Duivenvoorde

On 08/05/2019 17.07, Federico Cheda wrote:
>  
> 
> Ejemplo: BBDD PostgreSQl+PostGIS con dos tablas una con geometría y otra
> sin.
> 
> Consulta: Es posible seleccionar varios elemento geométricos por click,
> consulta espacial, etc… y que automáticamente me haga una selección de
> la instancias de la otra tabla mediante el atributo que es foreing key?
> 
>  
> 
> Gracias por la respuesta
> 
>  
> 
> Example: DDBB PostgreSQl+PostGIS with two tables, one with geometry and
> one without.
> 
> Query: It is possible to select several geometric elements per click,
> spatial query, etc ... and automatically make me a selection of the
> instances of the other table through the attribute that is foreign key?
> 
>  
> 
> Thanks for the answer
> 
> 
> ___
> 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: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] trouble with 3.4

2019-05-10 Thread Richard Duivenvoorde
On 08/05/2019 17.19, Boaz Bar Ilan wrote:
> hi
> 
> I notice that with 3.4.5   when trying to edit the legend ( while
> preparing print layout
> the process is being stucked
> it doesn't happen with 2.14 version
> is there some solution?

Boaz,

I do not think anybody can help  with such few information you provided.

I just tested and with me I can create layout and edit the legend of it.

Is that with ALL your projects? Or just one?
If so can you provide an example project?

Best in such cases is to give all information you have to make it
possible for others (not even devs) to reproduce your problem.
As that is the first step to be able to fix.

Can you provide a minimal project to reproduce? Then best is to create
an issue for it.

Regards,

Richard Duivenvoorde

___
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] Geolocating .flt files

2019-05-10 Thread Richard Duivenvoorde
On 09/05/2019 11.31, Quinn, Gary wrote:
> I am new to Qgis.
> 
> I have an .flt (floating point raster) file and an associated .hdr file.
> I can import the .flt  image file into Qgis (using Add raster layer),
> and the image displays correctly.
> But how do I geolocate this image using the associated .hdr file?
> In other words, how do I make Qgis use the .hdr file to let me know the
> lat/lon of each pixel on the display?
> 
> Note: The .hdr file is like this:
> geo points  = {     1,     1,  -40.212464,  146.355212,     1,  2590, 
> -44.006326,  145.100364,  1024,  2590,  -44.252673,  146.901021,  1024, 
>    1,  -40.442148,  148.049722} 
> 
> So I want Qgis to use this .hdr information to geolocate the image.
> I have searched various info about using .flt images and geolocation but
> can't find anything.

Hi Gary,

I'm not an expert in this format (never heard of it to be honest :-) ).

But if you write "I can import it", does that mean it is only read as a
plain image? That is if you move your cursor you see the x,y PIXELS
instead of coordinates on the bottom of QGIS? Meaning QGIS read it as a
non georeferenced image.

OR did QGIS already took some georeference-info (the .hdr) into account,
and you see actual latlon coordinates there?

Note that QGIS opens it's rasters via GDAL so GDAL should have a driver
for it to work in QGIS

Via:
https://gis.stackexchange.com/questions/69109/how-to-work-with-flt-hdr-files
I come to
http://geospaced.blogspot.com/2011/12/reading-afripop-data.html

Do you have some (small?) example to share?

Regards,

Richard Duivenvoorde


___
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] problems with raster (merge, clip) and crash dumped

2019-05-07 Thread Richard Duivenvoorde
And in addition of Nicolas idea of upgrading: I'd try to create an issue
with a (small) .asc file which makes QGIS crash, AND the exact steps the
user is doing when it crashes, see

https://qgis.org/en/site/getinvolved/development/bugreporting.html#reporting-issues-on-qgis-applications

This indeed looks like locale/data related problems. Which is maybe
already fixed in QGIS3 or can be fixed by changing the data?
But creating an issue could maybe make QGIS handle these data issues better.

HTH, regards,

Richard Duivenvoorde



On 07/05/2019 17.18, Nicolas Cadieux wrote:
> Hi,
> 
> QGIS 2.18 is getting old but is does work well... I would consider updating.  
> Crash dumps in 2.18 were often in that version.  I believe the usual  course 
> of action is to look at plugins that could cause the crash when QGIS is shut 
> down.  I got tired of that problem so I basically ignored it. 
> 
> I would first look at the name of the file in case you have Latin characters 
> like ñ or spaces in the file name or file path.   You could try setting 
> Windows locals to US English to see if that changes something but the problem 
> is probably the file name and path.  
> 
> Nicolas
> 
>> Le 7 mai 2019 à 09:56, Azzurra Lentini  a écrit :
>>
>>
>> Hi to all,
>> I am using for my Bachelor classes in university  qgis 2.18 but some of my 
>> students have the  problems below.
>> They even format the computer completely and the reinstall windows 10 + the 
>> softwarer qgis (they even tried different versions of Qgis  2.18) but they 
>> still have these problems (I never had these problems in my computers with 
>> the same versions of Qgis and with other versions).
>> In the new version of QGIS is better but still (in the same computers)  as 
>> well as is in my computer with the same versions (for example the merge is 
>> not perfect because the file are still separated! so I dont think is a 
>> problem of which version they use.
>>
>> ERRORS:
>> When they upload files RASTER with extension  .asc they have the yellow 
>> message: Python error: an error has occurred while executing Python code
>>
>> They can see well the file .asc in the project but they can not do MERGE  
>> and CLIP.
>>
>> MERGE
>> Normally they try to do the Merge of different ASC files with 
>> Raster/Miscellaneous/Merge and the error message is:
>> error 4C... no such file
>>
>> Normally they try to do the clip of raster files .TIFF from 
>> Raster/Extraction/CLIPPER and the error message is:
>> "ascii" codec cant encode character u'/xe0' in position 60: ordinal not in 
>> range (128) ...
>>
>> So I don't understand what can I do, because they have also formatted and 
>> cleaned the computers and in my computer and in some other computers 
>> everything is fine with the same versions and commands.
>>
>> Another problem that is also in some other computers is that when they exit 
>> from the project, they have this error message (that close the project 
>> without saving):
>> CRASH DUMPED : minidump written to C ...
>>
>> Thank you for any suggestion.
>>
>> Azzurra
>>
>>
>>
>>
>>
>>
>>
>>
>> ___
>> 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: 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: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] [Papercuts] Open Attribute table and make editable in one go

2019-05-02 Thread Richard Duivenvoorde
On 02/05/2019 17.33, Jorge Gustavo Rocha wrote:
> Hi Richard,
> 
> When do you save the layer? With an explicit save action after several
> edits? Or after each editing?

I think just the normal way.  Or do you think there is a usecase for
such a 'fire-edit and go'?

But some already convinced me that (at least adding it to the context
menu) is 'gui cluttering'.

Still interested in other 'Papercuts' though :-)

Richard

___
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] [Papercuts] Open Attribute table and make editable in one go

2019-05-01 Thread Richard Duivenvoorde
Hi,

Got a question from a user, if it is possible to open the attribute
table and make it editable in one go, to easily change something in some
little layer.
Instead of: make layer editable open attribute table.
Or open table and click pencil to make it editable.

I am aware that the double click action on a layer is configurable in
Settings/Canvas & Legend, so the opening of the table is easy :-)

Seems easy to add, so I'm wondering:
- are others interested in this?
- would I add this to the context menu (then how?)
- would I add it in the Settings dropdown (as an extra item 'Open
attribute tabled editable')
- both?

Regards,

Richard Duivenvoorde

PS adding tag [Papercuts] here, as I hope people will post more little
tweaks/annoyances using this tag for things they think are small work to
do but make working in QGIS much easier/nicer.
___
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] Wms with time data

2019-04-28 Thread Richard Duivenvoorde
On 28/04/2019 08.50, Piotr Kania wrote:
> Hello!
> Here is example of wms request:
> 
> http://ies-ows.jrc.ec.europa.eu/effis?service=WMS&request=GetMap&layers=ecmwf007.fwi&styles=&format=image%2Fpng&transparent=true&version=1.1.1&singletile=false&time=2019-04-27&width=2048&height=2048&srs=EPSG%3A3857&bbox=0,0,20037508.342789244,20037508.34278071
> 
> In web browser wms server responds with correct data, when I change
> "...time=2019-". I don't know, how to "configure" plugin Time
> Manager to achieve the same in qgis - EFFIS raster from the past, for
> example from 2019-04-01.
> 
> Maybe someone knows how to do that in qgis with EFFIS's wms?

Hi Piotrek,

I had a look into this, also because I have a PR for timemanager open to
try to 'guess' these kind of information based on the capabilities of
the service... Which is hard because a lot different dimension formats
are possible, and a lot of mapservers (notably the Minesota Mapservers)
are badly configured! Geoservers do often a better job as they determine
the time 'extents' based on the actual data.

Anyway, in your case:

Capabilities of the wms is:

http://ies-ows.jrc.ec.europa.eu/effis?SERVICE=WMS&REQUEST=GetCapabilities

Which standard returns a wms 1.1.1 capabilities document apparently :-(
(while QGIS nowadays favours 1.3.0)

As an example have a look at this layer:  "ecmwf.fwi"
in the capabilities the 'dimensions' for this layer:

2018-01-01/2099-12-31

So: no indication of the periods (like better wms-t's do nowadays), so
we are guessing this is day-based data... running from 2018 till 2099:
nope, they are just saying that!!
( if I were you I'd ask jrc to do some reconfiguring :-) )

The real data is from 2018-05-15 till 2019-05-07 ... !!

So: just load the layer in QGIS as wms,
Open time manager, point to the rasterlayer and use as starttime:
2018-05-15
and as endtime
2019-05-07
then the plugin will determine the right time format: %Y-%m-%d

Now make sure you put the slider somewhere between the begin and endtime
and 'Time frame size' to one day.

Then it works.. with me, hope it does for you.

Regards,

Richard Duivenvoorde

ps if adventurous (and running qgis 3.6 you can use the networklogger
plugin to see the actual requests qgis is firing, preliminary version
here:
https://github.com/rduivenvoorde/qgisnetworklogger/tree/model_rewrite )

ps2 I think my PR in timemanager will make adding this kind of layers
easier, though it is hard to handle all possible versions and dimensions...



___
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] QGIS, gdal_contour and numerical label formatting...

2019-04-25 Thread Richard Duivenvoorde
Hi List,

I have a (smoke dispersion) raster model output of which I want to have
contour lines.
One special/strange condition: contours should be on 0.0001 (1.0E-4)...
(apparently gdal)

QGIS/gdal_contour to the rescue:

http://duif.net/temp/labelnumbers.png

But as I demo'ed this to somebody, some things came up:

- if you use gdal_contour in processing in QGIS  with a temporary layer,
then you create a SHAPE file with (default) column type 10/3 so all
values are show as 0.000 
BUT, if you let processing save to geopackage (as in screendump), you do
NOT have this limit.

Question: would it be feasible to move to geopackage as intermediate
format in processing (at least for gdal_contour)? Is this easy to do?

- if you open the attribute table of the contours, there is an ELEV
column with type 'real' but the values you see in the labels in the
image are the same as you see in the attribute table
While if you open the geopackage in slqitebrowser, you see values like
ordered: 0.0001, 0.0002,  etc without the trailing 10 numbers..
Going to geojson, it looks good too (and saving that one to gpkg... is
ok too)?

- the (number) labels look awfull?

Question: how determines QGIS how to show floats/reals in the attribute
table? Is that something we could influence? Or is that 'not done', and
should I create a text column from the real column?

Question2: for what I can see you can influence the format of TEXT in
the label tools, but you cannot influence the format of NUMBERS, am I right?

Would be a nice feature I think? (or is this overkill, and should I go
the number->text way)?

Thanks for any input or pointers.

Wanne play? http://duif.net/temp/smoke.zip is an example epsg:4326
raster smoke plume.

Regards,

Richard Duivenvoorde
___
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] unlocking toggle editing

2019-04-24 Thread Richard Duivenvoorde

On 2019-04-24 10:03, Etienne Trimaille wrote:

Le mer. 24 avr. 2019 à 09:49, Raymond Nijssen 
a écrit :


Cause QGIS cannot edit a csv attribute table.


FYI, you can edit a CSV attribute table ;-)



Are you sure?
If I open attached mini csv, I can load it in QGIS, but cannot edit 
anything (not the attributes of current records), the little pencil to 
edit cannot be activated with me (current master here).

Am I missing some info?

Regards,

Richard Duivenvoordelat, lon, id
0,0,1
10,10,2

___
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 error & F29

2019-03-11 Thread Richard Duivenvoorde
Ah...

Now I see 2.7 
That is very old, please upgrade to the one available via
https://qgis.org/en/site/forusers/alldownloads.html#fedora

Regards,

Richard Duivenvoorde


On 12/03/2019 07.08, Richard Duivenvoorde wrote:
> Hi Max,
> 
> The error means that the python-cpp bridge is not working because wrong
> paths to (python) libs.
> Are you maybe in a Python Virtual Environment at that moment, which in
> that case screws up your python path?
> 
> Or else: did you miss some QGIS-Python package (if installed via package
> manager)?
> 
> Regards,
> 
> Richard Duivenvoorde
> 
> On 11/03/2019 23.15, Max Pyziur wrote:
>>
>>
>> Greetings,
>>
>> My use of QGis Desktop is occassional; when I do use it, I construct
>> layers using PostGIS & PostgreSQL.
>>
>> The key component that facilitates this in QGis is a Python plugin
>> called DB Manager.
>>
>> When I started Qgis today, there was an error message that appeared
>> something like this:
>>
>> Couldn't load PyQGIS. Python support will be disabled.
>>
>>
>> Traceback (most recent call last):
>>   File "", line 1, in
>>   File "/usr/lib64/python2.7/site-packages/qgis/gui/__init__.py", line
>> 27, in
>>     from qgis._gui import *
>> RuntimeError: the PyQt4.QtCore module failed to register with the sip
>> module
>>
>>
>> Python version:
>> 2.7.15 (default, Oct 15 2018, 15:26:09)
>> [GCC 8.2.1 20180801 (Red Hat 8.2.1-2)]
>>
>> QGIS version:
>> 2.18.20 'Las Palmas', exported
>>
>> After clicking away the error away, the existing layers that I had built
>> using PostGIS/PostgreSQL were still available in my key critical project.
>>
>> However, when I went to look for DB Manager, it wasn't available.
>>
>> After some searching, I upgraded to QGIS 3.6 from a non-Fedora
>> repository (the guidance is here:
>> https://stackoverflow.com/questions/53716778/the-pyqt4-qtcore-module-failed-to-register-with-the-sip-module)
>>
>>
>> and now I have access to the DB Manager functionality.
>>
>> Is the Fedora/QGis community aware of this issue?
>>
>> Thanks!
>>
>> Max Pyziur
>> p...@brama.com
>> ___
>> 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: 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: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] QGIS error & F29

2019-03-11 Thread Richard Duivenvoorde
Hi Max,

The error means that the python-cpp bridge is not working because wrong
paths to (python) libs.
Are you maybe in a Python Virtual Environment at that moment, which in
that case screws up your python path?

Or else: did you miss some QGIS-Python package (if installed via package
manager)?

Regards,

Richard Duivenvoorde

On 11/03/2019 23.15, Max Pyziur wrote:
> 
> 
> Greetings,
> 
> My use of QGis Desktop is occassional; when I do use it, I construct
> layers using PostGIS & PostgreSQL.
> 
> The key component that facilitates this in QGis is a Python plugin
> called DB Manager.
> 
> When I started Qgis today, there was an error message that appeared
> something like this:
> 
> Couldn't load PyQGIS. Python support will be disabled.
> 
> 
> Traceback (most recent call last):
>   File "", line 1, in
>   File "/usr/lib64/python2.7/site-packages/qgis/gui/__init__.py", line
> 27, in
>     from qgis._gui import *
> RuntimeError: the PyQt4.QtCore module failed to register with the sip
> module
> 
> 
> Python version:
> 2.7.15 (default, Oct 15 2018, 15:26:09)
> [GCC 8.2.1 20180801 (Red Hat 8.2.1-2)]
> 
> QGIS version:
> 2.18.20 'Las Palmas', exported
> 
> After clicking away the error away, the existing layers that I had built
> using PostGIS/PostgreSQL were still available in my key critical project.
> 
> However, when I went to look for DB Manager, it wasn't available.
> 
> After some searching, I upgraded to QGIS 3.6 from a non-Fedora
> repository (the guidance is here:
> https://stackoverflow.com/questions/53716778/the-pyqt4-qtcore-module-failed-to-register-with-the-sip-module)
> 
> 
> and now I have access to the DB Manager functionality.
> 
> Is the Fedora/QGis community aware of this issue?
> 
> Thanks!
> 
> Max Pyziur
> p...@brama.com
> ___
> 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: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] change default webbrowser in qgis3 settings?

2019-03-05 Thread Richard Duivenvoorde
On 05/03/2019 16.38, Groene Bij wrote:
> Update 2:
> Opening a specific project and making a qgis2web export again opened IE.
> Starting a new project and exporting in qgis2web opens Firefox.
> 
> So, choice of browser is somehow linked to the project.
> This does not explain why any new project also used to open IE, until I used 
> the python console command suggested by Richard.

Can you try to search in the project file?
It's 'just' a zip, so rename unpack it and search for IE or explorer in
the .qgs xml file

Richard
___
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] Slow start-up - Plugin Load Times is off by 3X

2019-03-04 Thread Richard Duivenvoorde
On 04/03/2019 23.23, qgis-u...@stripfamily.net wrote:
> Windows 7 Pro, 64 bit
> qgis 3.4.2
> 
> When starting qgis the splash screen shows Restoring loaded plug-ins"
> for about 20 seconds. Plugin Load Times shows 6 seconds total load time.
> It's pretty consistently off by 3X regardless of how many plug-ins are
> active.
> 
> The log window shows a number of Python warnings (most are deprecation
> warnings, but also :" InsecureRequestWarning: Unverified HTTPS request
> is being made")

Are you maybe behind a http proxy? Because it could be that QGIS is
trying to retrieve 'version.txt' without being able to?

Regards,

Richard Duivenvoorde

(I'd be in favour of not doing this without being asked personally)
___
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] Trouble when adding a map from a wms using QGIS 3.4

2019-03-03 Thread Richard Duivenvoorde
On 03/03/2019 17.25, Andrea Peri wrote:
> Hi,
> 
> When I try to add a wms map
> from the url:
> http://www502.regione.toscana.it/wmsraster/com.rt.wms.RTmap/wms?map=wmsambamm

Works for me on 3.4.5

If you want to see what QGIS is firing exactly, or if you want to replay
the WMS requests in a browser or using curl: install 3.6 or the nightly
dev version of QGIS and get this plugin:
https://github.com/rduivenvoorde/qgisnetworklogger
It's not yet in plugin repo (and only for 3.5 and further, because it
needs work done by Nyall), because it slow's down QGIS after a couple of
hundred requests.. but for your problem it is perfect

Regards,

Richard Duivenvoorde
___
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] change default webbrowser in qgis3 settings?

2019-03-01 Thread Richard Duivenvoorde
Sorry, wrong example, please try:

QDesktopServices.openUrl(QUrl('http://qgis.org'))

Richard

On 01/03/2019 10.35, Groene Bij wrote:
> Hi Richard,
> 
> Using your line in the Python Console I get the following message:
> 
> Traceback (most recent call last):
>   File "C:\PROGRA~1\QGIS3~1.4\apps\Python37\lib\code.py", line 90, in runcode
> exec(code, self.locals)
>   File "", line 1, in 
> TypeError: openUrl(QUrl): argument 1 has unexpected type 'str'
> 
> I am using 3.4.5 LTR
> 
> Greetings,
> Jeroen
> 
> -Oorspronkelijk bericht-
> Van: Qgis-user  Namens Richard Duivenvoorde
> Verzonden: maandag 25 februari 2019 22:08
> Aan: qgis-user@lists.osgeo.org
> Onderwerp: Re: [Qgis-user] change default webbrowser in qgis3 settings?
> 
> Hi Jeroen,
> 
> I'd say: create an issue in the repo of it:
> https://github.com/tomchadwin/web2qgis/issues
> 
> I have some plugins which opened an url or file in a browser, and then used 
> default Qt-machinery, something like:
> 
> QDesktopServices.openUrl('http://qgis.org')
> 
> What happens if you use that in the Python Console? In your QGIS 3.
> Does it open your preferred browser?
> Or does it also open IE. If last, then maybe it is a Qt setting?
> 
> Regards,
> 
> Richard Duivenvoorde
> 
> On 25/02/2019 09.43, Groene Bij wrote:
>> Hi all,
>>
>> I am sorry to repeat this question. I really hope someone can help.
>>
>> Today I did a clean install of 3.4.5 and exporting a map with the 
>> plugin qgis2web it still opens the webmap in IE. I don’t use IE, 
>> haven’t configured it and it is not my default webbrowser in Win10.
>>
>> Somehow, some setting in qgis 3 doesn’t use my default windows 
>> settings correctly.
>>
>>  
>>
>> Qgis 2.18.28 doesn’t have this problem. I also did a clean install of
>> 2.18.28 today, exported a map with the plugin and it opens in my 
>> default webbrowser which is Firefox.
>>
>>  
>>
>> Is it a bug in 3.4.5?
>>
>> Is there a setting somewhere to change the webbrowser used?
>>
>>  
>>
>>  
>>
>> Gr.
>>
>> Jeroen
>>
>>  
>>
>>  
>>
>> *Van:*Qgis-user  *Namens *Groene 
>> Bij
>> *Verzonden:* maandag 11 februari 2019 17:10
>> *Aan:* qgis-user@lists.osgeo.org
>> *Onderwerp:* [Qgis-user] qgis3 uses IE as default browser on windows10?
>>
>>  
>>
>>  
>>
>> Hi,
>>
>>  
>>
>> Is there a setting in qgis3 to change the default internet browser 
>> used by processes?
>>
>> For instance, qgis2web opens a webbrowser after exporting the webmap. 
>> In
>> qgis2.18 my default browser Firefox was opened. Now, qgis3.4.4 it opens IE.
>>
>>  
>>
>> According to Tom Chadwin (qgis2web) the plugin refers to a piece of 
>> Pyhton code when opening the webbrowser:
>>
>> The code which opens the browser when you export is:
>>
>> https://github.com/tomchadwin/qgis2web/blob/master/qgis2web/maindialog
>> .py#L342
>>
>>  
>>
>> It uses the Python webbrowsermodule:
>>
>> https://docs.python.org/3/library/webbrowser.html
>>
>>  
>>
>> I have no experience with pyhon, so I hope there is a setting 
>> somewhere to choose my default browser. Besides that, I do hope qgis3 
>> will simply follow the default settings from the OS.
>>
>>  
>>
>> Kind regards.
>>
>>
>> ___
>> 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: 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: 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: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] geojson file permission settings

2019-02-26 Thread Richard Duivenvoorde
On 26/02/2019 01.47, Mike Flannigan wrote:
> 
> I use qgis2web on a Windows machine.  Am I naive to think
> that others cannot obtain the underlying data for this map:
> http://www.mflan.com/temp/wind/index.html
> 
> If that data can be obtained I would like to know the
> procedure one would use to obtain it.
> 
> I'm thinking my map is not geojson, but I could
> be wrong.

I think if you do not want to release the underlying data, the only
solution is to run a WMS-server with your data ( preferebly QGIS-Server
:-) ). Then you only server images. and it is harder (but also not
impossible if you want to show featureinfo data) to harvest the data.

You could even use the same ol3 html viewer you use now but change the
ol.source.Vector-layer to an WMS layer in the layer.js file.

But... you need a QGIS-server (or other WMS) for that to work, and some
knowledge of OpenLayers/Javascript coding.

Richard
___
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] how to add a network folder to qgis3 browser panel

2019-02-25 Thread Richard Duivenvoorde
On 25/02/2019 22.32, Groene Bij wrote:
> Oh, stupid me.
> I can right click on the Favourites item and then it says : add folder. That
> opens the windows10 browser panel and shows all my network folders...

Hi Jeroen,

If this works (na if this actually the same issue), can you maybe update

https://issues.qgis.org/issues/16742 ?

to show how you did it, so others can find it?

Regards,

Richard
___
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] how to add a network folder to qgis3 browser panel

2019-02-25 Thread Richard Duivenvoorde
On 25/02/2019 09.18, Groene Bij wrote:
> Hi,
> 
> Using qgis 3.4.5 on Win10, how do I add a network drive or network
> folder to the browser-panel? It doesn’t show my network folders by
> default and I can’t find any option to add specific folders.
> 
> I keep most of my data on a NAS but there is no way to connect to these
> folders from the browser-panel.

What if you first assign a Drive letter/character? to it?
Does it show up then?

Regards,

Richard Duivenvoorde
___
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] change default webbrowser in qgis3 settings?

2019-02-25 Thread Richard Duivenvoorde
Hi Jeroen,

I'd say: create an issue in the repo of it:
https://github.com/tomchadwin/web2qgis/issues

I have some plugins which opened an url or file in a browser, and then
used default Qt-machinery, something like:

QDesktopServices.openUrl('http://qgis.org')

What happens if you use that in the Python Console? In your QGIS 3.
Does it open your preferred browser?
Or does it also open IE. If last, then maybe it is a Qt setting?

Regards,

Richard Duivenvoorde

On 25/02/2019 09.43, Groene Bij wrote:
> Hi all,
> 
> I am sorry to repeat this question. I really hope someone can help.
> 
> Today I did a clean install of 3.4.5 and exporting a map with the plugin
> qgis2web it still opens the webmap in IE. I don’t use IE, haven’t
> configured it and it is not my default webbrowser in Win10.
> 
> Somehow, some setting in qgis 3 doesn’t use my default windows settings
> correctly.
> 
>  
> 
> Qgis 2.18.28 doesn’t have this problem. I also did a clean install of
> 2.18.28 today, exported a map with the plugin and it opens in my default
> webbrowser which is Firefox.
> 
>  
> 
> Is it a bug in 3.4.5?
> 
> Is there a setting somewhere to change the webbrowser used?
> 
>  
> 
>  
> 
> Gr.
> 
> Jeroen
> 
>  
> 
>  
> 
> *Van:*Qgis-user  *Namens *Groene Bij
> *Verzonden:* maandag 11 februari 2019 17:10
> *Aan:* qgis-user@lists.osgeo.org
> *Onderwerp:* [Qgis-user] qgis3 uses IE as default browser on windows10?
> 
>  
> 
>  
> 
> Hi,
> 
>  
> 
> Is there a setting in qgis3 to change the default internet browser used
> by processes?
> 
> For instance, qgis2web opens a webbrowser after exporting the webmap. In
> qgis2.18 my default browser Firefox was opened. Now, qgis3.4.4 it opens IE.
> 
>  
> 
> According to Tom Chadwin (qgis2web) the plugin refers to a piece of
> Pyhton code when opening the webbrowser:
> 
> The code which opens the browser when you export is:
> 
> https://github.com/tomchadwin/qgis2web/blob/master/qgis2web/maindialog.py#L342
> 
>  
> 
> It uses the Python webbrowsermodule:
> 
> https://docs.python.org/3/library/webbrowser.html
> 
>  
> 
> I have no experience with pyhon, so I hope there is a setting somewhere
> to choose my default browser. Besides that, I do hope qgis3 will simply
> follow the default settings from the OS.
> 
>  
> 
> Kind regards.
> 
> 
> ___
> 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: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] empty place holder for categorized values?

2019-02-22 Thread Richard Duivenvoorde
On 23/02/2019 07.05, Paolo Cavallini wrote:
> It's a catch all for eventual missing data. These will disappear from
> the map if you remove it

Yes, I often give it a very big red dot or line, so to show me I miss
rules or categories in my styling. It is easy to hide it.

Richard
___
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] Question: Error in Add .geojson

2019-02-20 Thread Richard Duivenvoorde
On 20/02/2019 18.42, Apoyo Carbono wrote:
> Hi everybody!
> 
> I was trying to Add a layer .geojson. It  was created with MapiGIS App.
> When, I Added  it in QGIS 3.4 and I see this error: 
> /Invalid Data Source: D:/ERROR_QGIS/Points_duda.geojson is not a valid
> or recognized data source. /
> /
> /
> And, the same error appears in the version 2.18.28 available right now
> (February 20th of 2019)  when I Added   layer .geojson.
> 
> Do you know why is the reason behind this error? Could you give me a
> solution, please?

Well, if both QGIS versions fail to load it, I would think it is as the
error tells you: not a valid geojson file.

Can you share the data? (parts of it? It is a text file, be sure to sent
both the start, and and some features).

Else does a site as http://geojson.io/ open your file?

Regards,

Richard Duivenvoorde
___
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] Looking for more info on exporting to GML format using version 2.18.3

2019-02-20 Thread Richard Duivenvoorde
On 20/02/2019 16.35, Sandy Dove wrote:
> Hi
> 
> Iam currently trying to get back into QGIS. I used to be a constant user
> and bug tester in the early versions!
> 
> I need to find out how to export to GML. I thought it could be as easy
> as choosing 'Save As' menu and select the format you want, but I cant
> find this and I cant seem to find a pluggin to match this requirement.

With me it is still there (QGIS 2.18.28): right click in layer manager,
select 'Save As' and then in the dialog select Geography Markup Language
[GML]

Regards,

Richard Duivenvoorde
___
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] North arrow in QGIS

2019-02-13 Thread Richard Duivenvoorde
On 2/13/19 9:30 AM, Werner Macho wrote:
> Hi,
> 
> while I see that a lot of "other" GIS Software has its own button for
> north arrows I am against adding a north-arrow button.
> 
> reasons:
> While this is one of the few points which is not intuitive at a first
> glance the user has to learn how to add the north arrow (and learn that
> a north arrow is nothing else than an ordinary image).

To be honest I'm not so much a user of the Layout-part of QGIS, but
shouldn't the a North arrow be an essential property of a map, AND
should the North-arrow not always point to the North of the given crs?

Trying out here in a layout, if I rotate the map 10 degrees, the arrow
image is fixed to top. Or do I miss something, like that you can 'fix an
image to the north' or so?

Another question that pops up: are all crs's always pointing to 0
degrees North? And if not is a crs aware of that?
If so I would opt for either some function to have an intelligent North
Arrow in layouts (which are aware of crs, so rotate with map), and which
can reuse the image dialogs?
Or add such intelligence to the already image props (besides a North
arrow I can think about images of a ground level which always have to be
horizontal or so)?

Sorry for popping up this questions...

Regards,

Richard Duivenvoorde





___
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] PDOK plugin doesn't work

2019-02-05 Thread Richard Duivenvoorde
On 2/5/19 1:12 PM, Gerard Dijkstra wrote:
> Hello,
> 
> I have some problems installating the PDOK plugin:
> 
> */No module named PyQt.QtCore/*

Hi Gerard,

Please let me/us know which version QGIS you are using, and which
Operating System, because without these modules you would not have any
Python I would think.

Regards,

Richard Duivenvoorde (author of the plugin)

ps feel free to email in dutch if you want
___
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] Featured plugins: nominations

2019-01-24 Thread Richard Duivenvoorde
On 1/24/19 12:19 PM, Paolo Cavallini wrote:
> Thanks Richard,
> 
> On 24/01/19 11:08, Richard Duivenvoorde wrote:
> 
>> https://plugins.qgis.org/plugins/nominatim_locator_filter/
>>
>> Also to promote the creation of other location filters, see:
> 
> this opens up a question: in case of similar plugins, how to decide
> which one is featured?
> And, out of my curiosity, why there are several geocoding plugins,
> instead of merging your efforts?

Because locator filters are supposed to be separate blocks, and because
I'm not interested in Google or Swiss geocoders, and all have a special
way to handle stuff.
I created a Locator (please try it out) for Nominatim and for our
National Geocoder service. As that is where my knowledge and interests
are. Denis did one for the Swiss Geocoder and others probably for their
ones.
I think in case of Locators it is better to not pile all on one heap :-)

Regards,

Richard
___
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] Featured plugins: nominations

2019-01-24 Thread Richard Duivenvoorde
On 1/24/19 9:06 AM, Paolo Cavallini wrote:
>> OSM Place Search
> featured (is this still useful? is it the best Nominatim tool?)

Uh, (self promotion alarm here..):

https://plugins.qgis.org/plugins/nominatim_locator_filter/

Also to promote the creation of other location filters, see:

http://www.qgis.nl/2018/05/16/english-coding-a-qgslocator-plugin/?lang=en

Regards,

Richard Duivenvoorde

___
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] Impossibilità connessione repository Qgis 3.4 e WMS

2019-01-20 Thread Richard Duivenvoorde
Hi Giuseppe,

Your repo url is just fine, QGIS will add the version behind it and that
one works:

https://plugins.qgis.org/plugins/plugins.xml?qgis=3.4

Maybe a connection issue on your side, or a server hickup on ours?
Please try again.

Your WMS url works fine with me too, opening it in a web browser gives
an arcgis error, but if you create a WMS connection with it I can load
the layer:

Volo_ATA_1997

in epsg:3004 which looks like this: http://duif.net/temp/italy.png

Are you sure your connection is ok?

Regards,

Richard Duivenvoorde

On 1/20/19 3:13 PM, Giuseppe Guarino wrote:
> I apologize. I have a problem with the Qgis repository/wms connection
> that I tried to resolve asking on the Facebook page Qgis Italia
> <https://www.facebook.com/photo.php?fbid=10215898601011242&set=gm.10157066011701385&type=3&eid=ARBBRUY5JeRY6w35Dw3dC1A0Ko0l4ovq8g5ZTqxRtR8NOnFFPlZDQSJ2qdTxaNydMFyqWm0dKQiUrNbA&ifg=1>.
> But I still could not solve it.
> 
> This is the url of repository I use:
> https://plugins.qgis.org/plugins/plugins.xml
> 
> and also with the WMS connection. This is the
> url: 
> http://map.sitr.regione.sicilia.it/arcgis/services/Grafici_Volo_ATA_1997/MapServer/WMSServer
> 
> Regards,
> Giuseppe Guarino
> ᐧ
> 
> Il giorno dom 20 gen 2019 alle ore 12:48 Richard Duivenvoorde
> mailto:rdmaili...@duif.net>> ha scritto:
> 
> On 1/20/19 12:42 PM, Giuseppe Guarino wrote:
> > Ciao a tutti,
> >
> > tempo fa avevo aperto un post sulla pagina Facebook "GIS ITALIA"
> > sull'impossibilità, da parte del mio Qgis 3.4, di connettersi sia al
> > repository sia ai link per scaricare dati wms/wfs. Attualmente ho
> anche
> > installata la versione di Qgis 2.8, dove però funziona tutto bene. 
> > Grazie all'aiuto di Stefano Campus siamo riusciti a capire che è un
> > problema legato alla rete, poiché da terminale utilizzando il comando
> > ping + l'URL del repository non riusciva a connettersi dando come
> > errore "impossibile trovare l'host". 
> >
> > Qualcuno ha avuto lo stesso problema ed è riuscito a risolverlo?
>     >
> 
> Hi Giuseppe,
> 
> not exactly sure what you ask, as most of us here do not speak
> italian :-)
> 
> But please provide an url so we can test/check
> 
> Regards,
> 
> Richard Duivenvoorde
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org <mailto: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: 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: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Impossibilità connessione repository Qgis 3.4 e WMS

2019-01-20 Thread Richard Duivenvoorde
On 1/20/19 12:42 PM, Giuseppe Guarino wrote:
> Ciao a tutti,
> 
> tempo fa avevo aperto un post sulla pagina Facebook "GIS ITALIA"
> sull'impossibilità, da parte del mio Qgis 3.4, di connettersi sia al
> repository sia ai link per scaricare dati wms/wfs. Attualmente ho anche
> installata la versione di Qgis 2.8, dove però funziona tutto bene. 
> Grazie all'aiuto di Stefano Campus siamo riusciti a capire che è un
> problema legato alla rete, poiché da terminale utilizzando il comando
> ping + l'URL del repository non riusciva a connettersi dando come
> errore "impossibile trovare l'host". 
> 
> Qualcuno ha avuto lo stesso problema ed è riuscito a risolverlo?
> 

Hi Giuseppe,

not exactly sure what you ask, as most of us here do not speak italian :-)

But please provide an url so we can test/check

Regards,

Richard Duivenvoorde
___
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] OpenCL Crash

2019-01-14 Thread Richard Duivenvoorde
On 1/15/19 3:50 AM, Nicolas Cadieux wrote:
> Hi,
> 
> Activating OpenCL in QGIS 3.4.3 causes a Qgis crash (Settings -> Options
> -> Acceleration -> Enable OpenCL acceleration = crash.  I am on Windows
> 10_64, Osgeo4W installations.   Video Card is an old GTX260 with OpenCL
> 1.0 activated (with cuda 1.0) with the latest drivers (342.01).  I also
> installed the Intel OpenCL 18.1 Runtime for my CPU i7 6800K in case the
> problem was with the old GPU.  The Acceleration windows is blank below
> the "the following OpenCL devices were found on this system...". Maybe
> that is only because "Enable OpenCL Acceleration" box is not clicked?
> This issue is closed in bug report 20363.
> https://issues.qgis.org/issues/20363.  I added my feedback to the thread.
> 
> Does anyone have any Idea how to trouble shoot this?

See
https://qgis.org/en/site/getinvolved/development/bugreporting.html#log-output-on-windows

In short: install package qgis-dev (nightly build) and download DebugView.

Works with me here, no crash (Debian Buster):

Type: GPU
Name: Intel(R) HD Graphics Kabylake Desktop GT1.5
Vendor: Intel
Profile: FULL_PROFILE
Version: OpenCL 2.0 beignet 1.3
Image support: True
Max image2d width: 8192
Max image2d height: 8192
Max mem alloc size: 3221225472

You could

About crashes... anybody can confirm this one (non opencl but 3D/OWS
related)?

https://issues.qgis.org/issues/20981

Regards,

Richard Duivenvoorde
___
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] Plugins repository unavailable for 2.18 on OSX (again)

2019-01-14 Thread Richard Duivenvoorde
On 1/15/19 1:07 AM, Evan Applegate wrote:
> Exact same issue as back in May 2018, official plugin repository for QGIS
> 2.18 on OSX throws an SSL error and won't connect:
> http://osgeo-org.1560.x6.nabble.com/Plugins-repository-unavailable-for-2-18-tc5365597.html
> 
> Per Richard Duivenvoorde who fixed it last time, running the following in
> the python console: 

Uh, and I screwed up it again too this time :-)
During the upgrade of certificates I put plugins under cloudflare
again... (which we should not apparently)...

Plugins.qgis.org removed from cloudflare(cache), so please check and let
me no if this is still a problem.

Regards,

Richard Duivenvoorde
___
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 3.4.3 on debian testing

2019-01-10 Thread Richard Duivenvoorde
On 1/10/19 10:09 AM, Nicklas Avén wrote:

> There is a note on the download page of Qgis saying this is expected and
> that there is 4 ways to handle it. I choose to revert to nightly-build
> repos.
> 
> https://qgis.org/en/site/forusers/alldownloads.html#debian-ubuntu

Ah, duh, pretty clear :-)

Sorry for my noise then.

Richard
___
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 3.4.3 on debian testing

2019-01-10 Thread Richard Duivenvoorde
On 1/10/19 10:05 AM, Micha Silver wrote:
> I had QGIS 3.4.1 running on a debian testing machine. A few weeks ago a
> routine apt-get update  removed QGIS due to a missing dependency:
> qtbase-abi. (See https://issues.qgis.org/issues/19641).
> 
> To get back QGIS, I removed the qgis.org repository, and reverted back
> to 2.18.17 from the regular debian repository.
> 
> Does anyone know when updated qt packages will be available, so that
> QGIS 3.4.x will be installable on debian buster?

Hi Micha/Juergen,

I'm on Buster, and compile 2.18, 3.4 regularly and master almost daily.

I don't know the packaging details, but is qtbase-abi (still?) a
necessary dependency or is it maybe possible to remove it?

@Micha happy to sent you some lines to compile it and install it in your
home dir, after the first steps it is pretty easy to do. You can have a
daily fresh backed master version then :-)

Regards,

Richard Duivenvoorde


___
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 3.4.3 becoming unusable for me on Windows 10

2019-01-09 Thread Richard Duivenvoorde
On 1/8/19 11:35 PM, Randal Hale wrote:
> If you started a brand new Profile:  Setttings -> User Profile -> New
> Profile does it speed up or do the same thing?


Yep agreed, this would be my top speed killer investigations:

- check with a fresh profile (or even rename the folder beneath it, so
you get the 'hey upgrading from 2.x ?' message
- really stop Windows virusscanners (that is: as admin also stop all
scanner related services, and not that they are not 'autostarted'
again...).
- have a look at your Windows network drives (I know some years ago
there were issues with getting big files from network drives on Windows)
- thin client issues: sometimes thin clients are really too thin for
serious work, but I've also encountered issues on more hefty clients
- browser issues? I sometimes see the 'scanning' of folders containing a
lot of geodata in QGIS browser panel is taking some cpu resources.

Can you try to start QGIS with the following options:

qgis --noversioncheck --noplugins --hide-browser

(with me this takes 2 sec to start)

My gut feeling is that python is slow in certain Windows environments.

Last: see if on another pc you have the same issues, if possible?

Regards,

Richard Duivenvoorde

PS Happy Debian Linux user here, so all knowledge is from working at
clients machines, my virtual Windows machine on my laptop (even that one
is fast enough) or old posts.
___
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] Installing either qgis 2.X and qgis 3.X

2018-12-19 Thread Richard Duivenvoorde
On 12/18/18 11:50 PM, Patrick Dunford wrote:
> I don't believe that is correct. Flatpak is a package management system
> for single instances of installed software. It doesn't cater for
> multiple installations. You are probably thinking of AppImage.

Hi, you are right, but there is currently (only) a latest stable (3.4.2)
flatpak, but in that way it is possible to run the ubuntu installed 2.18
next to this flatpak 3.4 version :-)

Best of both worlds \o/

Regards,

Richard Duivenvoorde
___
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] Netcdf guru? Plz have a look

2018-12-05 Thread Richard Duivenvoorde
Hi List,

Most know that Peter P is busy creating MDAL dataprovider to be able to
load meshes [0].

Myself I did my first steps in creating a small netcdf using python with
3x7 cells and was puzzled by what I should see: 2x6 or 3x7 cells.
Depending on the way you load the data, QGIS shows different versions
(Geoserver as wms shows 3x7, Panoply shows 2x6 OR 3x7 depending on if
you use interpolation or not).

I created an question/issue for this [1]

But maybe some experienced netcdf user can tell us something about this?

And IF you are a guru :-)
Can somebody point me to a small projected netcdf (CF 1.6) so I can try
to create those (using python) too? Preferably this netcdf has some
time-slices so can be used as a WMS-T in Geosever AND loaded as Mesh in
QGIS (and show time-data). IF possible: epsg:28992 ...

Regards & Thanks for any pointers,

Richard Duivenvoorde

[0] https://github.com/qgis/QGIS-Enhancement-Proposals/issues/119
[1] https://issues.qgis.org/issues/20730
___
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] Unexpected end of file connecting to WFS on macOS

2018-11-19 Thread Richard Duivenvoorde
On 11/20/18 7:11 AM, Robert Hutton wrote:
> QGIS version: 3.4.1 macOS 64-bit
> OS version: macOS 10.13.6 High Sierra
> 
> We have a geoserver install here which works fine with the latest QGIS
> on Windows and Linux, but always fails to connect with QGIS on macOS.
> 
> Procedure to replicate:
> 
> * Open the Data Source Manager, select WFS
> * Add new server connection:
>   * Name: AURIN Open API noauth
>   * URL:  http://openapi.aurin.org.au/public/wfs
>   * Version 1.1
> * Click the Connect button
> 
> After exactly 60 seconds (the timeout set in Perferences), I get the
> error message: "unexpected end of file".  QGIS on Windows and Linux both
> connect in around 10 seconds, and increasing the timeout on macOS
> doesn't help.
> 
> In the Messages pane I only see a datetime with the word WARNING but no
> other info.  The WFS tab has "WARNING Download of capabilities failed:
> Operation canceled".  Network tab has: "WARNING Network request
> http://openapi.aurin.org.au/public/wfs?SERVICE=WFS&REQUEST=GetCapabilities&VERSION=1.1.0
> timed out"
> 
> Is there any way I can debug this further?  I haven't managed to find
> any way to increase the log level, and trying to use tcpdump and
> wireshark hasn't gotten me anywhere either.

Hi Robert,

I think you hit some kind of wfs-data issue here.

If I open the url in a browser:
http://openapi.aurin.org.au/public/wfs?SERVICE=WFS&REQUEST=GetCapabilities&VERSION=1.1.0

Or time it using curl:

time curl
"http://openapi.aurin.org.au/public/wfs?SERVICE=WFS&REQUEST=GetCapabilities&VERSION=1.1.0";

real0m20.490s
user0m0.090s
sys 0m0.716s

You see it is not a fast service, but seemingly ok.

What I do see is that the 'Abstracts' of the layers are very strange
formatted, looking like it is instead of a string some serialized java
(see below).

Mmm, requesting the service again, I see the file is just HUGE (56Mb)
and containing what looks like escaped html from some australian census
website...

So I think somebody has to fix that service first...
(I was creating an issue for it because QGIS should not fail on
capabilities I though, but this output is t strange (and 56Mb large)...

Regards,

Richard Duivenvoorde

(below one featuretype)

http://www.aurin.org.au";>aurin:datasource-UQ_ERG-UoM_AURIN_DB_election_7481_booths_voting_variablesVoting
Variables by PB for 2010 Australian federal election Data provider:
University of Queensland - eResearch GroupAbstract:
Variables derived from the voting results at the 2010 Australian federal
election at the polling booth (PB) level. There are 7481 Polling Booths
collected for the 2010 Australian federal election. Temporal extent
start: 2010-08-21T00:00:00 Temporal extent end: 2010-08-21T00:00:00
University of Queensland - eResearch Group  Attributes: alp_10_ ( % of
primary votes for Australian Labor Party (ALP) (per PB) % of Australian
Labor Party ) : java.lang.Double [  ], clp_10_ ( % of primary votes for
Country Liberal Party (per PB) % Country Liberal Party ) :
java.lang.Double [  ], coa_10_ ( % of primary votes for Coalition (per
PB) % Coalition ) : java.lang.Double [  ], coa_alp_1 ( % of Primary
votes for Coalition vs ALP (per PB), if % Coalition > % ALP then
coa_alp_1 = 1, else if % ALP > % Coalition then coa_alp_1 = 2, else
if % Coalition = % ALP then coa_alp_1 = 0 % Primary votes for Coalition
vs ALP ) : java.lang.String [  ], ffp_10_ ( % of primary votes for
Family First Party (per PB) % Family First Party ) : java.lang.Double [
 ], gid (  ) : java.lang.Integer [  ], grn_10_ ( % of primary votes for
Greens (per PB) % Greens ) : java.lang.Double [  ], ind_10_ ( % of
primary votes for Independent (per PB) % Independent ) :
java.lang.Double [  ], lnq_10_ ( % of primary votes for Liberal National
Party Queensland (per PB) % Liberal National Party Queensland ) :
java.lang.Double [  ], lp_10_ ( % of primary votes for Liberal Party
(per PB) % Liberal Party ) : java.lang.Double [  ], np_10_ ( % of
primary votes for National Party (per PB) % National Party ) :
java.lang.Double [  ], poll_id ( PB id number pb id ) :
java.lang.Integer [  ], pollingpla ( Polling place name Polling place )
: java.lang.String [  ], stateab ( State/Territory name abbreviation
state name abbreviation ) : java.lang.String [  ], the_geom ( The
geometry geometry ) : com.vividsolutions.jts.geom.Geometry [  ],
tpp_alp_ ( % of two party preferred votes for Australian Labor Party
(ALP)  (per PB) % ALP two party preferred votes ) : java.lang.Double [
], tpp_coa_ ( % of two party preferred votes for Coalition (per PB) %
Coalition two party preferred votes ) : java.lang.Double [  ], tpp_swing
( % of two party preferred votes swing for Coalition (per PB) %
Coalition swing ) : java.lang.Double [
]votingpolling
boothfederal
electionurn:x-ogc:def:crs:EPSG:428396.830037

Re: [Qgis-user] FW: WMS Layer Proxy Denied Connection

2018-10-21 Thread Richard Duivenvoorde
On 10/17/2018 05:54 PM, GILLEN Finbar wrote:
> https://gis.epa.ie/geoserver/EPA/wms?version=1.1.0&layers=EPA:MINES_SiteBoundaries&styles=&bbox=57652.03627792839,23353.690503410995,323404.7175865341,437955.31026253663&width=492&height=768&srs=EPSG:29902

Hi, wms works for me.

Proxies in corporate/governmental environments often play up with me too.
Please try out some options in Settings/Options/Network/Proxy settings.
Check the 'Use proxy for web access' and use the right type (default
should work, but else try the HttpProsy).

Regards,

Richard Duivenvoorde
___
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] Anybody to confirm this WFS problem?

2018-10-21 Thread Richard Duivenvoorde
On 10/18/2018 10:50 AM, magerlin wrote:
> Thanks for your input (which I do not fully understand ;-)
> 
> I think you are pointing at possible problems at the server of the data
> distributor?
> 
> But QGIS 2.18 reads it without problems - only QGIS 3 cannot?

Hi Morten,

My last conclusion was simply wrong (the one with the crs problem), I
copied-pasted the wrong url (added the : on the end).

This part:

2018-10-12T11:43:25 WFS[1] Server generated an exception in GetFeature
response: java.lang.RuntimeException: java.lang.RuntimeException:
java.io.IOException
java.lang.RuntimeException: java.io.IOException
java.io.IOExceptionCannot do natural order without a primary key, please
add it or specify a manual sort over existing attributes

is a java exception, so is thrown by your(!) geoserver.

The url QGIS is firing (also in the stacktrace):

http://wfs1.erst.dk/fingerplan17/wfs?SERVICE=WFS&REQUEST=GetFeature&VERSION=2.0.0&TYPENAMES=fingerplan17:test&STARTINDEX=0&COUNT=1&SRSNAME=urn:ogc:def:crs:EPSG::25832

Means that QGIS is asking for an ordered(!) feature list (with
startindex and count). QGIS does this because a WFS 2.0.0 server is able
to page through it's features, meaning you can request eg 1 features
in steps of 2000.

So to be able to do this (that is, to be able to only server every
feature ONCE in between this serie of steps), your server has to be able
to determine the uniqueness of your features. Meaning your data(!) has
to be a primary key. Meaning if you have a database there should be
either a primary key on one of your columns, OR you add a
'Unique-Constraint' on an (unique) column.
And that is I think why Geoserver is complaining (and QGIS is receiving
this error message instead of a set of features).

That is the reason QGIS is only able to open your dataset with an WFS
1.0.0 request (WFS 1.0.0 does not have 'paging', so Geoserver is not so
picky about the structure of your data).

So it is a combination of issues in the geoserver setup, data and the
fact that QGIS is getting 'smarter' and tries to page through data.

HTH :-)

Regards,

Richard DUivenvoorde
___
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] English only list or Main list?

2018-10-20 Thread Richard Duivenvoorde
On 10/20/2018 01:52 AM, Maria Shinoto wrote:

> To me, the discussions feels very kind from all sides: Everybody is
> trying to do the best and to understand the other side. 

http://icons.iconarchive.com/icons/google/noto-emoji-people-bodyparts/128/12008-thumbs-up-icon.png

:-)

Regards,

Richard Duivenvoorde


___
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] Empty vector toolbar

2018-10-17 Thread Richard Duivenvoorde
On 10/17/2018 09:17 AM, Andrew Grant-Adamson wrote:
> Hello,
> 
> I know this problem has been reported over time but I have not found a 
> solution to the problem which works for me. I am running a Mac Book Pro with 
> Mojave OS.
> 
> I have tried a clean reinstall using the latest QGIS3 build having deleted 
> preference and profiles. I have a feeling there must be some little file 
> lurking somewhere.
> 
> But there may be a simple answer. Advice would be welcomed.

Hi Andrew,

What are you looking for in the Vector Toolbar?

As you can see here:
https://gis.stackexchange.com/questions/183454/qgis-vector-toolbar-has-no-tools

There is nothing, unless you for example install the 'Coordinate
Capture' plugin in QGIS3

After installation of that plugin it will at least contain one button,
and you should be able to view it via the context menu in the toolbars-area.
If that fails, you can use the Python console and do:

iface.vectorToolBar().show()

and to hide it:
iface.vectorToolBar().hide()

HTH, Regards,

Richard Duivenvoorde

___
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] Anybody to confirm this WFS problem?

2018-10-12 Thread Richard Duivenvoorde
On 10/12/2018 11:27 AM, magerlin wrote:
> To be very specific - I can only open project using layer source b) in QGIS
> 3.2.2
> 
> *a)* restrictToRequestBBOX='1' srsname='EPSG:25832'
> typename='fingerplan17:fp17vf_stationer'
> url='http://wfs1.erst.dk:80/fingerplan17/wfs' version='auto' table="" sql=
> 
> *b)* restrictToRequestBBOX='1' srsname='EPSG:25832'
> typename='fingerplan17:fp17vf_stationer'
> url='http://wfs1.erst.dk:80/fingerplan17/wfs' version='1.0.0' table="" sql=
> 
> *c)* restrictToRequestBBOX='1' srsname='EPSG:25832'
> typename='fingerplan17:fp17vf_stationer'
> url='http://wfs1.erst.dk:80/fingerplan17/wfs' version='1.1.0' table="" sql=
> 
> *d)* restrictToRequestBBOX='1' srsname='EPSG:25832'
> typename='fingerplan17:fp17vf_stationer'
> url='http://wfs1.erst.dk:80/fingerplan17/wfs' version='2.0.0' table="" sql=

Hi Morten,

From the debug info:

Firing:

http://wfs1.erst.dk:80/fingerplan17/wfs?SERVICE=WFS&REQUEST=GetFeature&VERSION=2.0.0&TYPENAMES=fingerplan17:test&STARTINDEX=0&COUNT=1&SRSNAME=urn:ogc:def:crs:EPSG::25832:

Then your server has troubles serving data without primary key:

../src/core/qgsmessagelog.cpp: 27: (logMessage) [34ms]
2018-10-12T11:43:25 Qt[1] No QgsCoordinateTransformContext context set
for transform
../src/providers/wfs/qgswfsfeatureiterator.cpp: 545: (run) [148ms] Got
exception java.lang.RuntimeException: java.lang.RuntimeException:
java.io.IOException
java.lang.RuntimeException: java.io.IOException
java.io.IOExceptionCannot do natural order without a primary key, please
add it or specify a manual sort over existing attributes. Re-trying with
paging disabled
../src/core/qgsmessagelog.cpp: 27: (logMessage) [0ms]
2018-10-12T11:43:25 WFS[1] Server generated an exception in GetFeature
response: java.lang.RuntimeException: java.lang.RuntimeException:
java.io.IOException
java.lang.RuntimeException: java.io.IOException
java.io.IOExceptionCannot do natural order without a primary key, please
add it or specify a manual sort over existing attributes
../src/core/qgsmessagelog.cpp: 27: (logMessage) [2ms]
2018-10-12T11:43:26 WFS[1] Retrying request
http://wfs1.erst.dk:80/fingerplan17/wfs?SERVICE=WFS&REQUEST=GetFeature&VERSION=2.0.0&TYPENAMES=fingerplan17:test&STARTINDEX=0&COUNT=1&SRSNAME=urn:ogc:def:crs:EPSG::25832:
1/3
../src/core/qgsgml.cpp: 829: (startElement) [59ms] mEpsg = 25832
../src/core/qgsproviderregistry.cpp: 437: (createProvider) [2ms]
Instantiated the data provider plugin: WFS

Then QGIS starst:

http://wfs1.erst.dk/fingerplan17/wfs?SERVICE=WFS&REQUEST=GetFeature&VERSION=2.0.0&TYPENAMES=fingerplan17:test&STARTINDEX=0&COUNT=1000000&SRSNAME=urn:ogc:def:crs:EPSG::25832:

which, when put in a browser says:

Unable to support srsName: urn:ogc:def:crs:EPSG::25832:
No authority was defined for code "EPSG:". Did you forget
"AUTHORITY:NUMBER"?

QGIS is not handling this apparently? As the dialog with 'Load features
for layer fingerplan17:test' stays up.

Hope this helps a little,

Regards,

Richard Duivenvoorde


___
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 Plugins bad gateway

2018-10-07 Thread Richard Duivenvoorde
On 10/08/2018 01:41 AM, Kurt Menke wrote:
> When I try to connect to https://plugins.qgis.org/ I'm getting a 502 Bad
> Gateway error. Is this a known issue?

Hi Kurt,

I've seen this myself when the server, which is serving the
plugins.xml's is too busy building QGIS packages.
Short term, it is best to try later again, longer term we have to tackle
this problem by maybe moving one of the jobs to other servers.

Regards,

Richard Duivenvoorde
___
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] Retrieving map from a WMS using HTTPS

2018-07-25 Thread Richard Duivenvoorde
On 07/25/2018 09:51 AM, Andrea Peri wrote:
> Hi,
> I'm having some issue try-ing to access to an our wms service in HTTPS.
> I'm work using qgis 2.18.
> 
> Sometime have success trying to retrieve maps from a WMS in HTTPS ?

Hi Andrea,

fyi, one test url from us:

https://geoserver.nieuwegein.nl/geoserver/wms

Richard
___
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] Retrieving map from a WMS using HTTPS

2018-07-25 Thread Richard Duivenvoorde
On 07/25/2018 09:51 AM, Andrea Peri wrote:
> Hi,
> I'm having some issue try-ing to access to an our wms service in HTTPS.
> I'm work using qgis 2.18.
> 
> Sometime have success trying to retrieve maps from a WMS in HTTPS ?

Hi Andrea,

I use several WMS (Geoserver) over https (and I checked: using http
being redirected to https also worked).

Do you have an url we can test?

Regards,

Richard Duivenvoorde
___
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] Retrieving map from a WMS using HTTPS

2018-07-25 Thread Richard Duivenvoorde
On 07/25/2018 09:51 AM, Andrea Peri wrote:
> Hi,
> I'm having some issue try-ing to access to an our wms service in HTTPS.
> I'm work using qgis 2.18.
> 
> Sometime have success trying to retrieve maps from a WMS in HTTPS ?

Hi Andrea,

I use several WMS (Geoserver) over https (and I checked: using http
being redirected to https also worked).

Do you have an url we can test?

Regards,

Richard Duivenvoorde
___
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] Georeferencing images

2018-07-22 Thread Richard Duivenvoorde
There is also the

Freehand raster georeferencer pluguin:

http://plugins.qgis.org/plugins/FreehandRasterGeoreferencer/

as an alternative to do 'easy' visual georeferencing.

I think it is quite promissing

Regards,

Richard Duivenvoorde

On 07/21/2018 09:26 PM, Nicolas Cadieux wrote:
> Hi,
> Play with the placement algorithms.  Start with  the basic Helmert with 2 or 
> more points. Anything more than 2 points and you will see where the 
> distortions come from and give you an idea of what your are dealing with.   
> Finish with Thin Plate Spline (TPS).
> Nicolas
> 
>> Le 21 juill. 2018 à 14:33, Wolstan H M Dixie  a 
>> écrit :
>>
>> Thanks everyone - I discovered the Plugin! However it takes a bit of 
>> practice, and sometimes it fails to position the image correctly - I 
>> think it needs more that 4 points, probably about 8, to work properly.
>>
>> ___
>> 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: 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: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Provider Error

2018-07-13 Thread Richard Duivenvoorde
On 07/13/2018 04:39 PM, Richard Duivenvoorde wrote:
> I'm going to compile Qgis 2.14 too, to see if it was already there...
> 
> Note that in QGIS3 it just works


Mmm, QGIS 2.14 also just works...

Richard
___
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] Provider Error

2018-07-13 Thread Richard Duivenvoorde
Hi Martin,

I can confirm your findings! Looks like a bug to me.

Are you able to create an issue for it on issues.qgis.org?
Else I will do it.

I'm going to compile Qgis 2.14 too, to see if it was already there...

Note that in QGIS3 it just works!

Regards,

Richard Duivenvoorde

On 07/13/2018 02:25 PM, Martin Bittens wrote:
> Hello QGIS Users.
> 
> 
> I want to create a text field in an attribute table which contains some
> data points by using the field calculator. So I selected:
> 
> 
> - Create a new field
> 
> - Output field name: Comment
> 
> - Output field type: Text (string)
> 
> - Output field length: 10
> 
> - Text input: 'Area 2'
> 
> 
> The Output preview shows: 'Area 2'. By clicking on "OK" I receive the
> following message: "Could not add the new field to the provider"
> 
> My system is: Windows 10, QGIS2.18.21.
> 
> In the previous versions of QGIS I did not get that error when I added
> with the field calculator text fields in attribute tables.
> 
> Does somebody know a solution solving the error?
> 
> 
> Thank you very much.
> 
> 
> Martin
> 
> 
> ---
> This email has been checked for viruses by Avast antivirus software.
> https://www.avast.com/antivirus
> 
> ___
> 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: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Provider Error

2018-07-13 Thread Richard Duivenvoorde

Mmm, that should just work.

Is the shapefile maybe in a zip?
Is it read only on the file system?
If you save it as (another) shp file, does it behave the same?


Else: can you sent me (a part of) the shp so I can test here?

Regards,

Richard Duivenvoorde



On 07/13/2018 02:57 PM, Martin Bittens wrote:
> Hello Richard,
> 
> it is a shapefile I am working with.
> 
> 
> Martin
> 
> 
> Am 7/13/2018 um 9:53 AM schrieb Richard Duivenvoorde:
>> Depending on the type of provider, you can or can not add fields.
>>
>> Eg, if I'm correct a csv file will not work.
>>
>> You can see in the properties of the layer what the 'capabilities' are
>> of a provider.
>> So to make this possible, you could first create a geopackage or
>> shapefile from it? And then back?
>>
>> Regards,
>>
>> Richard
>>
>> On 07/13/2018 02:25 PM, Martin Bittens wrote:
>>> Hello QGIS Users.
>>>
>>>
>>> I want to create a text field in an attribute table which contains some
>>> data points by using the field calculator. So I selected:
>>>
>>>
>>> - Create a new field
>>>
>>> - Output field name: Comment
>>>
>>> - Output field type: Text (string)
>>>
>>> - Output field length: 10
>>>
>>> - Text input: 'Area 2'
>>>
>>>
>>> The Output preview shows: 'Area 2'. By clicking on "OK" I receive the
>>> following message: "Could not add the new field to the provider"
>>>
>>> My system is: Windows 10, QGIS2.18.21.
>>>
>>> In the previous versions of QGIS I did not get that error when I added
>>> with the field calculator text fields in attribute tables.
>>>
>>> Does somebody know a solution solving the error?
>>>
>>>
>>> Thank you very much.
>>>
>>>
>>> Martin
>>>
>>>
>>> ---
>>> This email has been checked for viruses by Avast antivirus software.
>>> https://www.avast.com/antivirus
>>>
>>> ___
>>> 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: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Provider Error

2018-07-13 Thread Richard Duivenvoorde
Depending on the type of provider, you can or can not add fields.

Eg, if I'm correct a csv file will not work.

You can see in the properties of the layer what the 'capabilities' are
of a provider.
So to make this possible, you could first create a geopackage or
shapefile from it? And then back?

Regards,

Richard

On 07/13/2018 02:25 PM, Martin Bittens wrote:
> Hello QGIS Users.
> 
> 
> I want to create a text field in an attribute table which contains some
> data points by using the field calculator. So I selected:
> 
> 
> - Create a new field
> 
> - Output field name: Comment
> 
> - Output field type: Text (string)
> 
> - Output field length: 10
> 
> - Text input: 'Area 2'
> 
> 
> The Output preview shows: 'Area 2'. By clicking on "OK" I receive the
> following message: "Could not add the new field to the provider"
> 
> My system is: Windows 10, QGIS2.18.21.
> 
> In the previous versions of QGIS I did not get that error when I added
> with the field calculator text fields in attribute tables.
> 
> Does somebody know a solution solving the error?
> 
> 
> Thank you very much.
> 
> 
> Martin
> 
> 
> ---
> This email has been checked for viruses by Avast antivirus software.
> https://www.avast.com/antivirus
> 
> ___
> 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: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] QGIS Crash - trying to send bugreport...

2018-07-08 Thread Richard Duivenvoorde
On 07/08/2018 09:00 AM, Lene Fischer wrote:
> Hi,
> 
> Using QGIS 3.2 I suddenly get a lot of crashes  - and I´m trying to
> figure out what might cause the problem.
> 
> Is it the plugin or is it my data or …
> 
> Now I would like to send a bug report, but I have forgot my username and
> password – silly me.
>
> I don´t get any help at the login page and I can´t find help anywhere
> else – so the simplest thing would be just forgetting to make a report.
> I´m sure most people would think so.
> 
> If we want bug reporting from ordinary users – then me have to use
> another user friendly platform eg GitLab.
> 
> I do know it´s not a simple thing to change system – but this is an
> issue that need to be taken serious!

Hi Lene,

I had a look, your userid is a osgeo-userid (so you can also login with
it in the plugins website, and several osgeo services).

To reset your password (and receive a reset link), go to:
https://id.osgeo.org/ldap/reset

To update other osgeo-info (after you login), go to
https://id.osgeo.org/ldap/edit

Hope this helps.

We had already long discussions about changing issue trackers, see older
threads: short version: unless somebody takes up the lead and creates a
firm plan to move, we will not move. There are some tests going on, but
we are not in a hurry.

Regards,

Richard Duivenvoorde




___
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] Newby trying to load OSM place search plugin

2018-06-30 Thread Richard Duivenvoorde
On 06/29/2018 07:37 PM, Cerasini, Vance S wrote:
> Hello,
> 
> I am really new to QGIS after coming off 20+ years in the ESRI world.
> 
> I loaded the OSM place search plugin, but I can’t get the panel to come
> up. 

You should be able to find the panel via the menu 'View/Panels' too (or
by rightclicking in the toolbar to see the list of available panels and
toolbars).

Depending on you needs you could also try my 'Nominatim Locator Filter'
IF you only need to search-zoom to a place on the world. Read some info
about it here:
http://www.qgis.nl/2018/05/16/english-coding-a-qgslocator-plugin/?lang=en

This is actually a locator, so you use the locator in the lower left
corner. Caveat: you have to end you search with a space, because the
Nominatim service does not allow you to use it as a 'search while you
type' service.

If you need to download the data, you really need the Osm  Place search

Regards,

Richard Duivenvoorde

___
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 2.18 freeze meanwhile editing

2018-06-27 Thread Richard Duivenvoorde
On 06/28/2018 08:32 AM, Andrea Peri wrote:
> Hi,
> I'm using qgis 2.18.
> Every time I goin ediiting on a shapefile , after insert about 10 or 20
> features it (the qgis) is freezing. Windows (I use win 7) report me qgis
> is not responding and I need to kill it and restart.

Hi Andrea,

Can you try it with a new configuration (as rename your .qgis2 dir to
start with a fresh one)?

Historically this kind of behaviour had to do do with rogue plugins...
So first thing is to check if a plugin is doing this.

Regards,

Richard Duivenvoorde
___
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] Delete key does not remove item in composer

2018-06-27 Thread Richard Duivenvoorde
I can reproduce:

in english both keys work, but if I start QGIS in German:

qgis3 --lang de

then only backspace works, del does not

(My OS is Debian english, US keyboard, LANGUAGE=en_US:en

Please create an issue for it (and preferably try some other languages
too :-) )

Regards,

Richard

On 06/27/2018 11:12 AM, Frank Broniewski wrote:
> Just tried, but to no avail (QGIS 3.2, OSGeo4W64, Windows 10)
> 
> I renamed my profile, started QGIS, created an empty composer, drew a
> rectangle and tried to delete it with DEL – does not work, BACKSPACE does
> 
>  
> 
> *Von:* Alexandre Neto 
> *Gesendet:* Mittwoch, 27. Juni 2018 11:08
> *An:* DelazJ 
> *Cc:* Frank Broniewski ;
> Qgis-user@lists.osgeo.org
> *Betreff:* Re: [Qgis-user] Delete key does not remove item in composer
> 
>  
> 
>  
> 
> Hi,
> 
>  
> 
> On Linux, version 3.2 works as expected, both DELETE and Backspace
> remove layout composer items
> 
>  
> 
> Can you try to use a clean settings profile and check again?
> 
>  
> 
> DelazJ mailto:del...@gmail.com>> escreveu no dia
> quarta, 27/06/2018 às 10:02:
> 
> Hi,
> 
>  
> 
> Let's not be so categorical and please, indicate also the platform
> you are working on. I've reported a bug long time ago (QGIS 2.8)
> about macOS https://issues.qgis.org/issues/12874
> 
> Checking right now, I can say that:
> 
> - on macOS, QGIS 2.18.0, both buttons do delete composer items
> 
> - on Windows 10, using QGIS 2.18.21 and 3.3, both buttons do the
> same thing.
> 
>  
> 
> Maybe, there are some local settings that interfere but on my side,
> documentation looks right.
> 
>  
> 
> Regards,
> 
> Harrissou
> 
>  
> 
> 2018-06-27 10:30 GMT+02:00 Frank Broniewski
> mailto:ha...@frankbroniewski.com>>:
> 
> Hi,
> 
> I just want to confirm that DELETE never worked for me (can't
> recall it ever did), BACKSPACE does though.
> 
> Frank
> 
> Dipl. Geogr. Frank Broniewski
> Waldhölzbacher Str. 51
> 66679 Losheim am See
> 06872 509 068 4
> 0176 611 26 9 2 6
> www.frankbroniewski.com 
> 
> 
> -Ursprüngliche Nachricht-
> Von: Qgis-user  > Im Auftrag von
> Bernhard Ströbl
> Gesendet: Mittwoch, 27. Juni 2018 10:25
> An: Qgis-user@lists.osgeo.org 
> Betreff: [Qgis-user] Delete key does not remove item in composer
> 
> 
> Hi all,
> the documentation [1] states that for removing an item in
> composer one can either use Backspace or Delete. However Delete
> does not work for me :-( Is there anything I am missing?
> Tried:
> QGIS 2.18.20 on Win7 and Ubuntu 16.04, QGIS 3.2 on Ubuntu 16.04
> 
> [1]
> 
> https://docs.qgis.org/2.18/en/docs/user_manual/print_composer/overview_composer.html
> 
> Bernhard
> 
> 
> __ Information from ESET Mail Security, version of virus
> signature database 17619 (20180627) __
> 
> The message was checked by ESET Mail Security.
> http://www.eset.com
> 
> 
> ___
> 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: 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: https://lists.osgeo.org/mailman/listinfo/qgis-user
> 
> -- 
> 
> Alexandre Neto
> 
> -
> 
> @AlexNetoGeo
> 
> http://sigsemgrilhetas.wordpress.com
> 
> http://gisunchained.wordpress.com
> 
> 
> 
> ___
> 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: https://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] We need some help...: add some

2018-06-23 Thread Richard Duivenvoorde
Hi Users/Devs,

please everybody have a look at the upcoming list of features for 3.2:

http://changelog.qgis.org/en/qgis/version/3.2.0/

If you think a Feature is interesting, you know something about it, OR
you want to learn something about it? Pick it up, adopt it, and add an
image or some more specific text.

My plan is to move the entries to the website within a couple of days
after the release of 3.2  (so very very soon...). And not wait untill
the changelog is filled.

If every user picks a  feature to create some screendump, it is done
within minutes ;-)

Regards & thanks for the help.

Richard Duivenvoorde
___
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] Irregular map frame with transparent mask?

2018-06-20 Thread Richard Duivenvoorde
Ok, I fail on the grid labels around the province border...

But this is still not what you are looking for?

http://pix.toile-libre.org/upload/original/1529494583.png

I do not get your point is my feeling :-)

Richard

On 20-06-18 13:05, Alexandre Neto wrote:
> Thanks guys for your suggestions.
> 
> Unfortunatly this was not what I was looking for. I was looking for a
> mask in the Layouts window. And I would like it to be full transparent
> regarding other elements of the layout.
> 
> Following the example of the video, I would like to have a map item with
> the shape of that country. but I would like to see the layout items that
> are around the map.
> 
> Cherry on top of the cake: that the grids still work fine with labels
> around the edges of the irregular shape.
> 
> I hate cite ESRI but here it goes... Something like this image:
> 
> https://community.esri.com/servlet/JiveServlet/showImage/2-753103-397442/pastedImage_2.png
> 
> Thanks,
> 
> Alex
> 
> Richard Duivenvoorde mailto:rdmaili...@duif.net>>
> escreveu no dia quarta, 20/06/2018 às 08:56:
> 
> Works like a charm.
> 
> Thanks Frank for the tip! Quick and easy:
> - copy a feature
> - paste as memory layer
> - put it on top
> - choose 'Inverted polygons' as Symbology
> - fiddle with transparency
> 
> Is worth a blog post somewhere if you ask me :-)
> 
> Regards,
> 
> Richard Duivenvoorde
> 
> On 20-06-18 08:39, Frank Broniewski wrote:
> > The process in this video is really outdated, there’s an „inverted
> > polygon“ renderer which does the same without having to go through all
> > the hassle. You can find the renderer where you „select single
> symbol“,
> > „categorized“ etc.
> >
> >  
> >
> > HHT
> > Frank
> >
> >  
> >
> > Dipl. Geogr. Frank Broniewski
> >
> > Waldhölzbacher Str. 51
> >
> > 66679 Losheim am See
> >
> > 06872 509 068 4
> >
> > 0176 611 26 9 2 6
> >
> > www.frankbroniewski.com <http://www.frankbroniewski.com>
> <http://www.frankbroniewski.com>
> >
> >  
> >
> >  
> >
> >  
> >
> > *Von:*Qgis-user  <mailto:qgis-user-boun...@lists.osgeo.org>> *Im Auftrag von
> > *Phil Wyatt
> > *Gesendet:* Mittwoch, 20. Juni 2018 03:47
> > *An:* 'Alexandre Neto'  <mailto:senhor.n...@gmail.com>>; 'QGIS User'
> > mailto:qgis-user@lists.osgeo.org>>
> > *Betreff:* Re: [Qgis-user] Irregular map frame with transparent mask?
> >
> >  
> >
> > Does this video show what you want to achieve?
> >
> >  
> >
> > https://www.youtube.com/watch?v=6h5kT2--xBM
> >
> >  
> >
> > Cheers - Phil
> >
> >  
> >
> > *From:*Qgis-user [mailto:qgis-user-boun...@lists.osgeo.org
> <mailto:qgis-user-boun...@lists.osgeo.org>] *On Behalf
> > Of *Alexandre Neto
> > *Sent:* Wednesday, 20 June 2018 4:20 AM
> > *To:* QGIS User
> > *Subject:* [Qgis-user] Irregular map frame with transparent mask?
> >
> >  
> >
> > Hi,
> >
> >  
> >
> > I am looking for a way to create a map with an irregular
> (non-rectangle)
> > frame.
> >
> >  
> >
> > There is blog post from Anita showing how to do it but it needs a
> white
> > mask all around the map. While I need it to be transparent. 
> >
> >  
> >
> > I don't think this is possible yet without going the SVGs way, but
> maybe
> > someone have so cool trick to share.
> >
> >  
> >
> > Thanks
> >
> > --
> >
> > Alexandre Neto
> >
> > -
> >
> > @AlexNetoGeo
> >
> > http://sigsemgrilhetas.wordpress.com
> >
> > http://gisunchained.wordpress.com
> >
> >
> >
> > ___
> > Qgis-user mailing list
> > Qgis-user@lists.osgeo.org <mailto:Qgis-user@lists.osgeo.org>
> > List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
> >
> 
> -- 
> Alexandre Neto
> -
> @AlexNetoGeo
> http://sigsemgrilhetas.wordpress.com
> http://gisunchained.wordpress.com
> 
> 
> ___
> 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: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Irregular map frame with transparent mask?

2018-06-20 Thread Richard Duivenvoorde
Works like a charm.

Thanks Frank for the tip! Quick and easy:
- copy a feature
- paste as memory layer
- put it on top
- choose 'Inverted polygons' as Symbology
- fiddle with transparency

Is worth a blog post somewhere if you ask me :-)

Regards,

Richard Duivenvoorde

On 20-06-18 08:39, Frank Broniewski wrote:
> The process in this video is really outdated, there’s an „inverted
> polygon“ renderer which does the same without having to go through all
> the hassle. You can find the renderer where you „select single symbol“,
> „categorized“ etc.
> 
>  
> 
> HHT
> Frank
> 
>  
> 
> Dipl. Geogr. Frank Broniewski
> 
> Waldhölzbacher Str. 51
> 
> 66679 Losheim am See
> 
> 06872 509 068 4
> 
> 0176 611 26 9 2 6
> 
> www.frankbroniewski.com <http://www.frankbroniewski.com>
> 
>  
> 
>  
> 
>  
> 
> *Von:*Qgis-user  *Im Auftrag von
> *Phil Wyatt
> *Gesendet:* Mittwoch, 20. Juni 2018 03:47
> *An:* 'Alexandre Neto' ; 'QGIS User'
> 
> *Betreff:* Re: [Qgis-user] Irregular map frame with transparent mask?
> 
>  
> 
> Does this video show what you want to achieve?
> 
>  
> 
> https://www.youtube.com/watch?v=6h5kT2--xBM
> 
>  
> 
> Cheers - Phil
> 
>  
> 
> *From:*Qgis-user [mailto:qgis-user-boun...@lists.osgeo.org] *On Behalf
> Of *Alexandre Neto
> *Sent:* Wednesday, 20 June 2018 4:20 AM
> *To:* QGIS User
> *Subject:* [Qgis-user] Irregular map frame with transparent mask?
> 
>  
> 
> Hi,
> 
>  
> 
> I am looking for a way to create a map with an irregular (non-rectangle)
> frame.
> 
>  
> 
> There is blog post from Anita showing how to do it but it needs a white
> mask all around the map. While I need it to be transparent. 
> 
>  
> 
> I don't think this is possible yet without going the SVGs way, but maybe
> someone have so cool trick to share.
> 
>  
> 
> Thanks
> 
> -- 
> 
> Alexandre Neto
> 
> -
> 
> @AlexNetoGeo
> 
> http://sigsemgrilhetas.wordpress.com
> 
> http://gisunchained.wordpress.com
> 
> 
> 
> ___
> 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: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Copying styles issue in 3.0

2018-06-18 Thread Richard Duivenvoorde

On 2018-06-18 09:05, Patrick Dunford wrote:

Good day

It appears since 3.0 that there is a problem when a style is copied
from one layer to another.

In the previous editions I can recall value maps for specific fields
would be copied between layers.

In 3 I am finding the value map is not copied, meaning each value map
has to be laboriously copied by hand as there is no means of exporting
a value map from an existing layer.

I have found value maps are not copied between shapefile layers, or
from a shapefile to a geopackage. All other style data appears to copy
successfully.

Do you have any comment or should this be filed as a bug.


Hi Patrick,

no comment (as I did not encounter this yet), but this sounds like an 
issue, so I would always file an issue first, adding some 
data/projectfile/steps to reproduce. And then sent an email to the dev 
list pointing to your issue.


Then it is (even for non devs) easier to reproduce and confirm, and devs 
are more sure it is an actual issue to be picked up.


Regards,

Richard Duivenvoorde
___
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] Gentle reminder: please test 3.2 RC and update Visual Changelog with your work items

2018-06-15 Thread Richard Duivenvoorde
Hi Devs,

With QGIS 3.2 coming near...

Please devs: add items too our visual changelog,
so if downloads start we will have something to show (off):

http://changelog.qgis.org/en/qgis/version/3.2.0/
It should be a little easier now
(@Tim, no more approval needed if I'm correct...?)

And for users: please test our latest development version!
Really fresh builds you can updated every day come in via the OSGeo4W
installer.
But if that is too much for you, you can test your work process by using
a weekly build standalone installer:
https://qgis.org/downloads/weekly/?C=M;O=D

And for all (also wannebee) devs: please take the time to clear up some
issues of current master:
https://issues.qgis.org/projects/qgis/issues

Hope 3.2 will be the best release ever (well at least untill the one
after that ;-) ).

Regards & Thanks,

Richard Duivenvoorde
___
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] Dynamic Pie Shape Style

2018-06-15 Thread Richard Duivenvoorde
On 13-06-18 22:52, C Hamilton wrote:
> I had a request from a user of "Shape Tools" to make the pie shapes
> dynamic in the sense that as you zoom in and out they would visibly
> resize to be remain seen. Since "Shape Tools" creates the pie polygons
> that is not possible.
> 
> I was wondering if it is possible to add some type of shape style that
> would render a pie shape from a point layer with the options of
> specifying starting and stopping angles and its relative size.
> 
> I don't know if this is possible so I thought I would solicit some ideas
> to see if it worth pursuing.

Hi Calvin,

Does that not mean you could use svg symbols for this?
I know parts of svg is made dynamic, as you can define the color of svg's.
I'm not sure if you can make other parts of an svg dynamic too?
Would be cool to be able to use expressions for example to
color/rotate/size svg symbols?

Another thing I was thinking about: did you explore the geometry
generator stuff?
https://anitagraser.com/2017/04/08/a-guide-to-geometry-generator-symbol-layers/
https://gisforthought.com/storm-harvey-qgis-geometry-generator/

Regards,

Richard Duivenvoorde
___
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] Plugins repository unavailable for 2.18? On MacOS

2018-05-28 Thread Richard Duivenvoorde
On 26-05-18 23:51, Richard Duivenvoorde wrote:
> On 26-05-18 23:37, Eric Fielding wrote:
>> I get this from the test (OSX Sierra 10.12.6):
>>
>> PyQt4.QtCore.QUrl(u'https://plugins.qgis.org/plugins/plugins.xml/?qgis=2.18')
>> None
>> None
>> 6
> 
> Thanks for reporting back.
> 
> Mmm, ok that is NOT right. I'll ask one of the devs with a mac to have a
> look. If all fails I remove plugins.qgis.org from Cloudflare caching.

Ok, confirmed here now.

I have removed the Cloudflare caching for now...

Let me know if it works or not.

Regards,

Richard Duivenvoorde

___
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] Plugins repository unavailable for 2.18? On MacOS

2018-05-26 Thread Richard Duivenvoorde
On 26-05-18 23:37, Eric Fielding wrote:
> I get this from the test (OSX Sierra 10.12.6):
> 
> PyQt4.QtCore.QUrl(u'https://plugins.qgis.org/plugins/plugins.xml/?qgis=2.18')
> None
> None
> 6

Thanks for reporting back.

Mmm, ok that is NOT right. I'll ask one of the devs with a mac to have a
look. If all fails I remove plugins.qgis.org from Cloudflare caching.

Regards,

Richard
___
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] Plugins repository unavailable for 2.18? On MacOS

2018-05-26 Thread Richard Duivenvoorde
On 26-05-18 20:35, Corda wrote:
> I have exactly the same problem since last week or so, and haven't been able
> to solve it yet. I can see the plugins at the url in a webpage in Safari,
> but the repository is unavailable in the plugin manager for QGIS 2.18.
> I don't really want to install 3.x just yet. Has reinstalling 2.18 solved
> the problem for anyone?

So this appears to be a Mac only problem?
Only thing that has changed is that Cloudflare is now in the middle...
Could it be that a mac is caching the certificates or so?


Can somebody with a mac (and having this problem) try to run the
following in a file in the Python console?



from qgis.PyQt.QtNetwork import QNetworkRequest
from qgis.PyQt.QtCore import *

def handle(reply):
print ''
print reply.url()
print reply.attribute(QNetworkRequest.HttpStatusCodeAttribute)
print reply.attribute(QNetworkRequest.HttpReasonPhraseAttribute)
print reply.error()

def sslproblem(reply):
print 'ssl problem'
print reply

def test():
nam = QgsNetworkAccessManager.instance()
nam.finished.connect(handle)
nam.sslErrors.connect(sslproblem)
url='https://plugins.qgis.org/plugins/plugins.xml/?qgis=2.18'
nam.get(QNetworkRequest(QUrl(url)))

test()




With me this results in:

PyQt4.QtCore.QUrl(u'https://plugins.qgis.org/plugins/plugins.xml/?qgis=2.18')
200
OK
0

Please report back if different.

Regards,

Richard Duivenvoorde
___
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] Plugins repository unavailable for 2.18?

2018-05-26 Thread Richard Duivenvoorde
On 25-05-18 21:04, Eric Fielding wrote:
> I also see a blank page in Google Chrome browser at that URL.

Look at the source (Luke :-)), of the page. You should see something
like the attached screenie.

Which, looking at it, reminds me that we had a stylesheet in it, which
should make it appear as an html page...

Ah, fixed. Please try again.

Regards,

Richard Duivenvoorde


___
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] Plugins repository unavailable for 2.18?

2018-05-26 Thread Richard Duivenvoorde
On 26-05-18 09:21, Phil Wyatt wrote:
> I did  fresh installs of 2.18 and 3.0 on a new computer today and both
> have the repository listed as
> https://plugins.qgis.org/plugins/plugins.xml  - both work fine for me
> and show the correct plugins for each version. Maybe it’s just the extra
> ?qgis=2.18 is the bit that has been changed?

Nope, never changed. Unless confirmed somewhere else, I consider this
noise :-)

Regards,

Richard Duivenvoorde
___
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] Plugins repository unavailable for 2.18?

2018-05-25 Thread Richard Duivenvoorde
On 25-05-18 18:41, Fielding, Eric J (329A) wrote:
> Hello,
> 
> Has something changed about the plugins repository for version 2.18? I
> have not yet upgraded to version 3.x, and sometime in the last month or
> so the plugins repository
> (https://plugins.qgis.org/plugins/plugins.xml/?qgis=2.18) has stopped
> working for me.

Nope, nothing changed. We have had a one-time hickup in the service in
last days. But those files are now (double) cached: by ourselves and by
Cloudflare.

IF it fails can you then check in a browser if
https://plugins.qgis.org/plugins/plugins.xml/?qgis=2.18
also fails and let us know?

Regards,

Richard Duivenvoorde

___
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] Posted email to group not appearing

2018-05-21 Thread Richard Duivenvoorde
On 21-05-18 10:32, SEGGIE Graeme wrote:
> Dear Sir / Madam,
>
> Is there something that stops certain email addresses posting to the
> QGIS-User email list? I have noted in the past delays when I have done
> so, but this last one (below), which I posted on the 18^th (05/18) has
> still not appeared on the email list.

Hi,

it is received and in the list, see the archive:

https://lists.osgeo.org/pipermail/qgis-user/2018-May/042376.html

maybe your own spam filter removed it for you? There is a lot of
spam-triggering text in your signature (several languages etc)

Regards,

Richard Duivenvoorde
___
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] documentation error, please report back to QGIS devs

2018-05-14 Thread Richard Duivenvoorde
On 15-05-18 03:46, Jake Maier wrote:
> I tried to download the latest version and got the message: This is a
> documentation error, please report back to QGIS devs. There was no link
> with it. I have a screen shot. Can someone please send me a link to the
> devs,

Hi Jake,

you were calling ;-)

Can you tell us where you get that msg?
Which Help Button were you using, in which QGIS version?
That would help to fix this...

You could also create an issue:
https://github.com/qgis/QGIS-Documentation/issues
or
https://github.com/qgis/QGIS-Website/issues

Regards,

Richard Duivenvoorde
___
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] proj on Windows: mini howto for Cygwin

2018-05-05 Thread Richard Duivenvoorde
On 05-05-18 07:45, Tobias Wendorff wrote:
> Hi there,
> 
> since "proj" uses OSGeo4W to release Windows builds, some users are
> disappointed since OSGeo4W hasn't updated this library for quote a
> while. Since I wanted to do some tests with latest proj, I had to
> compile it for myself. Perhaps you're interested in the steps needed.
> 
> I've used a standard default "Cygwin" installation on Windows 7.
> In addition to the base ones, you also need these packages:
> autogen, automake, gcc-core, libtool, make
> 
> You also need to pull the release from GIT or get the tar.gz archive.
> In the tar.gz, "autogen.sh" is missing. You can grep it from GIT.
> 
> After starting cygwin, you can just build it like this:
> ./autogen.sh
> ./configure (add a prefix if needed)
> make (add -j for multicore building)
> make install
> 
> You don't need to "make install", you can run tools like "cs2cs" from
> "src/" for testing propose: "cd src" and "./cs2cs --version"

Hi Tobias,

Does this break other packages?

If not you could try to do a FeatureRequest in the osgeo4w issue
tracker: https://trac.osgeo.org/osgeo4w

Or try/help to incorporate it?
https://trac.osgeo.org/osgeo4w/wiki

Regards,

Richard Duivenvoorde
___
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] mac qgis3 binary errors

2018-05-03 Thread Richard Duivenvoorde
On 03-05-18 17:36, William Kyngesburye wrote:
> I didn't read anything unfriendly in that response.

Ok, sorry then. To me it sounds like: 'Tsjee, thanks for nothing'. But
maybe a cultural/language thing... even though dutch people are infamous
in sensitive handling of feelings/cultural differences :-)

Regards,

Richard
___
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] mac qgis3 binary errors

2018-05-03 Thread Richard Duivenvoorde
On 03-05-18 17:03, Adam Dershowitz wrote:

> so that didn’t help.

Hi Adam,

Please stay friendly to people who try to solve your(!) problems in
their free time, even if it gets frustrated sometimes.

William had a 'response time' of 3 minutes. Try that with commercial
help desks :-)

Regards,

Richard Duivenvoorde
___
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] no python console in QGIS 3 Ubuntu 17.10

2018-04-15 Thread Richard Duivenvoorde
On 14-04-18 22:30, Patrick Dunford wrote:
> No offence, but it might have been written by someone who doesn't have
> English as their first language.
> 
> It would be interesting for me to try rewriting it myself...

Hi Patrick,

in the footer of the page you will find a 'fixme' link. If you click
that one, you will be sent to a github page:

https://github.com/qgis/QGIS-Website/edit/master/source/site/forusers/alldownloads.rst

AND probably be asked to create a fork of the repo (do it) and then you
can do a rewrite and can ask for a pull request, so others can have a
look at your proposal.

Feel free to do it! But do not underestimate the complexity of all the
different setups, exclusions, possibilities etc etc... The different
setups are there for example because one has latest versions of
software, and another one only the stable versions etc etc.

If you can get your head around it, AND do a human write-up that would
be great. Note that this page has gone over a lot of iterations already:

https://github.com/qgis/QGIS-Website/commits/master/source/site/forusers/alldownloads.rst

It is just pretty complex :-)

But maybe a fresh mind could be a win!

Regards,

Richard Duivenvoorde
___
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] Mixed Translation

2018-04-12 Thread Richard Duivenvoorde
On 12-04-18 11:42, Richard Duivenvoorde wrote:
> So in the case of osgeo4w, it looks like a packaging issue?

FYI:

https://trac.osgeo.org/osgeo4w/ticket/568

Some info on translating Qt itself:

http://wiki.qt.io/Qt_Localization

http://l10n-files.qt.io/l10n-files/

https://l10n.kde.org/team-infos.php?teamcode=nl

(any Dutch available to pick this up for nl?)

Regards,

Richard Duivenvoorde


___
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] Mixed Translation

2018-04-12 Thread Richard Duivenvoorde
On 12-04-18 09:07, Tobias Wendorff wrote:
> Am Do, 12.04.2018, 08:52 schrieb Frank Broniewski:
>> I did have a rummage through the qgis_de.qm file with QT Linguist and
>> could not find any missing translation strings. This is why I think
>> the translation issue is not related to the translation itself, but
>> must be located somewhere else.
> 
> There's an older discussion about this:
> https://stackoverflow.com/questions/31533019/title-qt-how-to-translate-the-buttons-in-qmessagebox
> 
> After watching in QGIS code (and while not being a Qt-coder), I can
> see several places, where "QMessageBox::StandardButton" or
> "QMessageBox.Yes | QMessageBox.No" are being used. While some guys
> write that Qt is fully translated, others write that a work-around is
> needed for the QMessageBox buttons.
> 
> This might be the reason, why sometimes the buttons are translated
> and sometimes they're not.

Had a quick look, while normally I use QGIS in english, if I start in
dutch I see in debug msg:

../src/app/main.cpp: 1201: (main) [2ms] loading of qt translation failed
/usr/share/qt5/translations/qt_nl

So (as told in the stackoverflow answer) you really need Qt5's OWN
translations besides the QGIS translations to have these things translated.

Searching for qt_nl.qm on my machine it was missing, BUT I found a
qt_de.qm... so starting qgis with '--lang de' I have the right button I
think (see german vs dutch screenie).

So conclusion:
- IF qt-translations is installed, you should not see english OK buttons,
- UNLESS there is just no qt translation (apparently not for dutch/nl,
we should work on that!)

So in the case of osgeo4w, it looks like a packaging issue?

Regards,

Richard Duivenvoorde
___
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] How to Prevent GeoPackage file from updating modified date when viewed in a Qgis project when it is not being edited

2018-04-09 Thread Richard Duivenvoorde
On 09-04-18 22:22, Even Rouault wrote:
> Or perhaps have some option in a dialog box somewhere! "I promise that I will 
> not edit this file in any concurrent session, or in this session, so you can 
> safely open it in DELETE mode" ? Or spend more time digging again into the 
> details of sqlite locking to see if we could make a clever use of it, and/or 
> possibly improving it in sqlite itself (rather involved!)

I would be ok with an option in the dialog, though it is hard to promise
that somebody *else* will not open it too in a non readonly mode, in a
networked work environment ...

Is it a possibility (at least on linux) to look at the file permissions?
That would open the possibility to put a read-only (permissioned) file,
and in that way you would promise to not edit/delete?
There have been other issues also with the wal-files (eg browser was
also rescanning dirs etc), so it would be cool to come up with / invest
in a good solution?

Regards,

Richard
___
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] How to open QGIS from another application?

2018-04-09 Thread Richard Duivenvoorde

In addition, you could create a 'default project' which is started by
QGIS (or started because you use the command line option).

You can also let QGIS start up with a python script. Which could do the
things like zoom in to a certain feature etc. I'm not aware if that
python script receives the original command line parameters. Because if
that is the case, you could also give the x,y on the command line.

Regards,

Richard

On 09-04-18 12:39, Andreas Neumann wrote:
> Hi,
> 
> This depends on the platform. On Linux it is just "qgis" (or if
> self-compiled non-default installation some other name or shell-script),
> on Windows it is a batch file - something like qgis.bat or qgis-ltr.bat
> 
> For the startup options
> see 
> https://docs.qgis.org/2.18/en/docs/user_manual/introduction/getting_started.html#command-line-options
> 
> Greetings,
> 
> Andreas
> 
> On 2018-04-09 12:02, schild...@gmx.net wrote:
> 
>> Hi there
>> Does anybody knows what's the prompt to open QGIS from anthoer
>> application? In the other application, a system to govern information
>> about land properties (parcels), I'd like to put a link, so when
>> clicking on it, QGIS opens and jumps to the corresponding parcel.
>> Thanks and regards, Dani
>>  
>>  
>>
>> ___
>> 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: 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: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] QGIS3: zoom in fixed XYZ steps?

2018-04-02 Thread Richard Duivenvoorde
On 02-04-18 00:23, Tobias Wendorff wrote:
> Hi there,
> 
> when loading an XYZ layer, is there some way to zoom exactly to
> the zoom step's fixed resolution?
> 
> QMS has such a feature, but perhaps something similar is hidden
> in QGIS core? Something like a slider perhaps?

Yes, there is a panel 'Tile Scale' which is working for WMST, and to me
also looks to work for xyz layers:

- open xyz layer (eg osm)
- be sure the active layer is this xyz layer in the layer panel
- via menu View/Panels select 'Tile Scale Panel' (or via context menu in
the toolbars panel)
- now you can use the slider to go to a fixed scale. After that your
mouse scroll will also stick at the fixed scales (as that one does an
exact factor 2 or 0.5).

IF you really always work with xyz layers as reference layers, it is
possible to change your 'predefined' scales which you see in the Scales
dropdown in the bottom status bar of QGIS. Just export those as xml,
adapt the values and then import them.

I wrote something about it some years ago, to adapt those scales to our
national WMTS scales (which is a DIFFERENT schema then the Google/World
schema the xyz layers use!) [0]

Would be nice to maybe create a 'layer tree widget' [1][2] for these xyz
layers?

Regards,

Richard Duivenvoorde


[0] http://www.qgis.nl/2015/06/14/change-predefined-scales/?lang=en
[1]
https://www.qgis.org/fi/site/forusers/visualchangelog216/index.html#feature-embedded-widgets-in-layer-tree
[2] https://github.com/qgis/QGIS/pull/3170
___
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] Bug Report - QGIS Crashes when label are Enabled for Counter SHP from Raster Extraction on Windows 10 & Mac

2018-03-26 Thread Richard Duivenvoorde
On 27-03-18 02:05, Elvin Roldan wrote:
> I know theres a bug report procedure but I forgot the password and cannot log 
> in to open a ticket you can find me as eroldan user. 

Hi Elvin,

I cannot find you as user eroldan on issues.qgis.org

Please create an osgeo (ldap) account here:
https://id.osgeo.org/ldap/create
(will sent you the mantra in a separate email)

If you need to reset your osgeo password, go here:
https://www.osgeo.org/community/getting-started-osgeo/osgeo_userid/

Which you then can use to login at issues.qgis.org.

Or alternatively create a new (qgis only) account on issues.qgis.org

Regards,

Richard Duivenvoorde
___
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] How to get web map layers on QGIS 3 on Mac

2018-03-25 Thread Richard Duivenvoorde
On 26-03-18 08:24, Richard Duivenvoorde wrote:
> On 26-03-18 04:26, Alan McKay wrote:
>> Yup it works - thanks
>>
>> But it is not showing my layer on top of the base layer - I don't see
>> my stuff at all.
> 
> Can it be you hit:
> https://issues.qgis.org/issues/18409

Ah wait, it is not showing YOUR layer... I was talking about the xyz layer.
Then probably you did not set the right crs/projection/epsg code for
your data?
I think the quickmapservices plugin sets your project to epsg:3857. If
that is the first layer then it will stay like this.
If you first load YOUR layer your project will probably in the crs of
you data (or at least what it tells is the crs of your data).

See in 2.18 what is the crs of the project, and your data and adjust in
3.0 to the same values.

Regards,

Richard Duivenvoorde
___
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] How to get web map layers on QGIS 3 on Mac

2018-03-25 Thread Richard Duivenvoorde
On 26-03-18 04:26, Alan McKay wrote:
> Yup it works - thanks
> 
> But it is not showing my layer on top of the base layer - I don't see
> my stuff at all.

Can it be you hit:
https://issues.qgis.org/issues/18409

When you choose 'Zoom to layer' in the context menu. Does it zoom to
'world'?

Regards,

Richard Duivenvoorde
___
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] Merge vector layers missing from menu in QGIS 3.0

2018-03-17 Thread Richard Duivenvoorde
Hi List,

On another mailing list, a Windows QGIS3 user asked why there is no
'Merge vector layers' in the *Vector* =>*Data Management Tools* menu.

In my current master build it IS there.
But in my Windows install it is indeed missing.

Was it layer added?

Will point to processing, but still wonderning.

Regards,

Richard Duivenvoorde
___
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] Drill hole section with QGIS 3

2018-03-16 Thread Richard Duivenvoorde
For those needing 3D features, may I draw your attention to the
crowd-funding call of Lutra:

https://www.lutraconsulting.co.uk/crowdfunding/more-qgis-3d/

@lutra/sabel: you probably/maybe can pick some idea's from this thread
to do?

Regards,

Richard Duivenvoorde



On 15-03-18 15:00, Ramon Andinach wrote:
> Hi Calvin,
> 
> In geology, we use a set of drill holes into the ground to interpret the
> space in the earth between them. Depending on what the geologist is
> interested in, we might be plotting the location of an aquifer, or a
> gold seam, an oil reservoir or some other feature. Note here, that I’m
> deliberately picking things that have length, breath and depth, so just
> interpolating a surface is not the same thing.
> 
> So, things that you might want to be able to do include:
>  display attributes of the drill hole on a string representing the drill
> hole (or drill trace) in real 3D space.
>  Create slices (sections) of these drill traces (so depth is the right
> and left side), with windows of included data on either side of the slice.
>  Draw polygons snapped to the drill trace to link areas with similar
> features between holes.
>  Build a mesh/wireframe model that links the polygons together
>  Get a volume of said model
>  Create a voxel model of an attribute/s distribution within the mesh.
> 
> This is probably a slightly economic geology skewed view, but hopefully
> I’ve left enough geo-jargon out that it’s understandable[1]
> 
> Depends on how complex you want to be. A well known GIS package in my
> neck of the woods trumpets the ability to do the slice and dice and
> section bit, but really it’s making up non-earth plans and dressing them
> up as having proper depth (a section). For some people that seems enough. 
> But - that sort of approach makes it really difficult if what you’d
> really like to do is show just the bits of the drill holes with say,
> gold grades greater that 20g/t - leaving any other result as transparent
> - and spin it slowly around in 3D so that you can get a sense of the
> go/d’s distribution pattern. This last one is much more complex and only
> possible if you’re working in a truly 3D environment. 
> 
> Hope that makes some sort of sense. Feel free to ask for clarification.
> 
> Ramon.
> [1] I’ve made an attempt to swap out terms I’m used to using for more
> generic explanations or more comp sci friendly terms. Hopefully, mostly
> understandable to both sides now.
> 
> 
>> On 15 Mar 2018, at 20:31, C Hamilton > <mailto:adenacult...@gmail.com>> wrote:
>>
>> Pardon my ignorance on the matter, but what does a drill hole
>> capability mean? Is it simply making a hole in a polygon or is it much
>> more complex.
>>
>> Thanks,
>>
>> Calvin
>>
>> On Wed, Mar 14, 2018 at 3:46 PM, John Harrop > <mailto:jchar...@gmail.com>> wrote:
>>
>> It looks like no one has been answering this for you yet and I’m
>> just catching up on a few days emails after my computer was in the
>> shop.
>>
>> There is active interest in developing a drill hole plugin for
>> QGIS3 now that 3D is more fully supported.  I also work with drill
>> holes and have been running them in QGIS fairly easily in plan
>> view where I just calculate traces to a plan view (either in a
>> spreadsheet or using code) and apply theme patterns based on the
>> attributes I kept with the segments.  This has worked reasonable
>> well with grade and lithology which are two of the main things you
>> want to see.
>>
>> Cross sections have been harder, but those are still “maps” in
>> non-Earth coordinates.  Again I’ve tended to build those with
>> projections to a plane in either a spreadsheet or by code.  This
>> is not as easy to work with as plan view so I am very interested
>> in seeing the developing interest in getting a drill hole section
>> plugin for QGIS.  That will really finalize QGIS as the logical
>> choice for geological exploration work.
>>
>> I’ve cc’ed the others I know using QGIS so I hope you can be
>> included in the list of interested users.
>>
>> Regards,
>>
>> John Harrop, PGeo, FGS
>> Senior Project Geologist
>> Coast Mountain Geological Ltd
>>
>> PO Box 62
>> Suite 488 - 625 Howe St
>> Vancouver, BC   V6C 2T6
>>
>>
>> ___
>> Qgis-user mailing list
>> Qgis-user@lists.osgeo.org <mailto:Qgis-user@lists.osgeo.org>
>> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
>

Re: [Qgis-user] QGIS 3D crowd-funding - last call

2018-03-12 Thread Richard Duivenvoorde
On 12-03-18 11:42, Saber Razmjooei wrote:
> Dear QGIS users,
> 
> We are fast approaching the deadline and already in the final week for
> QGIS 3D crowd-funding campaign:
> https://www.lutraconsulting.co.uk/crowdfunding/more-qgis-3d/
> 
> It will be a last opportunity if we fail to raise the required funds.
> So, if you/your organisation are interested in 3D, it will be a good
> time to contribute to the campaign.
> 
> Please also spread the words to those who might be interested in such
> features.

May I second this call? To everybody interested in some cool QGIS
features: if you earn (some) money with QGIS: what about giving back
some of it to QGIS development :-)

Regards,

Richard Duivenvoorde
___
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 3 OS X/macOS

2018-03-12 Thread Richard Duivenvoorde

Whee, William,

All good news! Congrats with all your life changes too :-)

Though not a Mac owner I've seen a lot of messages about it.

Thanks for this big step!

Is it an idea to put the .dmg file (together with the link to Python 3.6
on the QGIS Website, as 'offical mac installer'?
For the QGIS project it would be a good thing to have such an official
installer on the website.

Another big question (for Mac users), was if it is possible to provide a
'signed' installer. So question would be: IF we as OSGeo or QGIS could
arrange the key for you. Would it be a hassle to sign the installer? Or
are you in other ways reluctant to use this?

Again, thanks for this work.

Regards,

Richard Duivenvoorde



On 12-03-18 19:29, William Kyngesburye wrote:
> Sorry for the long wait.  It's been a hectic year - personal life changes 
> (marriage), but I'm finally getting back into gear.
> 
> My QGIS 3 package for OS X/macOS is ready.  Besides the big QGIS release, 
> there are a couple other big changes in the packaging.
> 
> - Minimum OS X 10.10 Yosemite
> 
> - Requires Python 3.6 from python.org (note it must be this and not homebrew 
> or other distribution).
> 
> - except for what I include in the GDAL Complete package, all extra necessary 
> python modules are available from pypi with pip.  These are installed by the 
> QGIS installer and need an internet connection at that time.
> 
> Make sure to install Python 3 first, otherwise the GDAL Complete python 
> components will not be installed (these are also required by QGIS).
> 
> Currently the globe plugin is not included, but I'll get that out in an 
> update soon.  The new QGIS 3D features are included.
> 
> GDAL format plugins will follow soon (ECW, MrSID, GRASS).
> 
> -
> William Kyngesburye 
> http://www.kyngchaos.com/
> 
> The equator is so long, it could encircle the earth completely once.
> 
> ___
> 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-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] QGIS3 location error

2018-03-09 Thread Richard Duivenvoorde
Which version of proj are you using? See the about box of QGIS.

If it is 500, you hit a proj issue, see this thread
https://lists.osgeo.org/pipermail/qgis-developer/2018-March/052501.html
(or in this list read msgs with subject "proj5 and epsg:3857")

If you have 49* it is another problem.

Regards,

Richard




On 09-03-18 18:47, Adam Dershowitz wrote:
> I have a project that I created and have worked with in QGIS2.  I just
> tried it in QGIS3, and one of the layers is showing in the wrong
> location.  In both cases they show a CRS definition of "+proj=merc
> +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0
> +units=m +nadgrids=@null +wktext +no_defs"
> After doing some testing, and creating a new project, it seems that
> there is a single layer that is offset in QGIS3, from the correct
> location, by about 500m West and about 20,000m North.  
> 
> The layer is a JP2 imagery layer, that I downloaded from this link:
> https://www.sciencebase.gov/catalog/item/58281f9fe4b01fad870f045f
> 
> And, here is the information about it:
> https://www.sciencebase.gov/catalog/file/get/58281f9fe4b01fad870f045f?f=__disk__76%2F45%2F79%2F7645799634b35663c92271129192d7ff9c4204e0&transform=1&allowOpen=true
> 
> 
> 
> As one example, if I use an NAD83 CRS, it shows up as being from
> approximately 36.12deg N to about 36.18deg N.  But, according to the
> link above, the actual bounding coordinates should be 35.9375 to 36..  
> 
> Any idea why this won’t show up in the correct location, or what I can
> do about it?  
> 
> I’m using qgis 3.0.0_1 on a Mac that I installed using Macports.
> 
> Thanks,
> 
> 
> --Adam
> 
> 
> 
> 
> 
> ___
> 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: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Error returned from Plugin giswater

2018-03-05 Thread Richard Duivenvoorde

Hi Tyler,

I reckon this is not a public plugin?

But to my experience, and in my words: your plugin instance does not
have (and therefor KEEP) an handle to some object (QgsAttributeForm?)
which you try to retrieve.

Your python code tries to retrieve an (cpp) object, but the widget you
are referring to is not there (anymore in the cpp world, probably
garbage collected).
Note that all python references are actually references to cpp objects.
See
http://pyqt.sourceforge.net/Docs/PyQt5/gotchas.html#garbage-collection
for probably a better explanation :-)

Are you the author of the code? Then add a reference to it in your
plugin constructor: like:
self.attr_form = ...
This makes

Hope this helps,

Richard Duivenvoorde


On 05-03-18 15:18, Tyler Veinot wrote:
> Hi All;
> I am running a plugin called GISwater and it was working a few months
> ago but now I started getting an error. I posted the error with the
> giswater group but I think it might be something missing in my QGIS
> Environment so I thought I would send it out to the list in the hopes
> someone can explain it to me.
> 
> An error occurred during execution of following code:
> formOpen( _qgis_featureform_1_0,
> _qgis_layer_v_edit_man_source20161013122934199_0,
> _qgis_feature_20180305101453496)
> 
> 
> Traceback (most recent call last):
>   File "", line 1, in
>   File "", line 23, in formOpen
>   File "", line 44, in __init__
>   File "", line 73, in init_config_form
>   File
> "C:\Users\tveinot\.qgis2\python\plugins\giswater\utils_giswater.py",
> line 113, in getWidgetText
>     widget = _dialog.findChild(QWidget, widget)
> RuntimeError: wrapped C/C++ object of type QgsAttributeForm has been deleted
> 
> Python version:
> 2.7.5 (default, May 15 2013, 22:44:16) [MSC v.1500 64 bit (AMD64)]
> 
> QGIS version:
> 2.18.17 'Las Palmas', 98e769f70e
> 
> 
> 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
> 

___
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] Qgiq3 on mac os

2018-03-05 Thread Richard Duivenvoorde
On 05-03-18 08:56, Rémi Desgrange wrote:
> Hi,
> 
> It seems that there is no join effort in building Qgis3 for mac. I read an 
> email of this list on how to install it on mac with macport. I forked the 
> qgis-dev homebrew repo and make it working for qgis3 (release) 
> https://github.com/RemiDesgrange/homebrew-qgisrelease 

Hi Rémi and other mac os users,

We (Project Steering Committe/PSC) contacted former Mac OS packagers,
this weekend, and William/KyngChaos answered:

"It's going slow, but I'm close now.  If I can stay focused, I may have
it ready by the end of the weekend."

So keep an eye on
https://qgis.org/en/site/forusers/download.html
and
http://www.kyngchaos.com/software/qgis

Off course if there is somebody else willing to step in to create (other
type of) Mac OS packages: let us know.

Regards,

Richard Duivenvoorde


___
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] Linking to the *current* docs

2018-03-02 Thread Richard Duivenvoorde

Hi Jonathan,

We had this discussion some years ago.

We decided for latest and testing:

https://docs.qgis.org/latest/en/docs/user_manual/print_composer/index.html
is being redirected to:
https://docs.qgis.org/2.18/en/docs/user_manual/print_composer/index.html
but th 2.14 is also still available:
https://docs.qgis.org/2.14/en/docs/user_manual/print_composer/index.html

Current testing/master is:
https://docs.qgis.org/testing/en/docs/user_manual/print_composer/index.html

https://docs.qgis.org/3.1/en/docs/user_manual/print_composer/index.html
is being  redirected to testing

All magic is done with some redirection in the apache.conf so if not
working, let us know.

Regards,

Richard Duivenvoorde

On 02-03-18 19:28, Jonathan Moules wrote:
> Hi List,
> I'd like to be able to link to specific pages in the Docs in a
> sustainable long-term fashion.
> 
> So for example, lets say I've written a page and want to be able to link
> to the QGIS doc for print composer. Currently the link would be:
> https://docs.qgis.org/2.18/en/docs/user_manual/print_composer/index.html
> 
> But of course, that link will be outdated as soon as the next version of
> the QGIS docs comes out, and I don't want to induce link-rot.
> 
> Is there a way to link to the *current* version of the docs? Usually
> projects do this by using the word "current" in place of a version
> number. GeoServer for instance has "stable" "maintenance" and "latest"
> branches of the docs:
> 
> http://docs.geoserver.org/maintain/en/user/
> http://docs.geoserver.org/stable/en/user/
> http://docs.geoserver.org/latest/en/user/
> 
> But it also has the ability to look at specific documentation versions:
> http://docs.geoserver.org/2.4.0/user/
> 
> Does QGIS have similar?
> 
> Cheers,
> Jonathan
> 
> ___
> 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: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] QGIS Crashes on attempts to edit attribute table

2018-03-02 Thread Richard Duivenvoorde
On 02-03-18 16:10, William Roper wrote:
> Hello,
> 
> I'm using QGIS3 on Ubuntu16.04 and I've been experiencing frustrations
> with it crashing if I attempt to edit attribute. It will open the
> attribute table, but won't let me make edits. I would like to submit a
> bug report but don't really know how much detail to offer, so some
> guidance on that would be useful - unless someone happens to know a
> solution!

Hi William,

Are you able to reproduce your problem on another machine? To rule out
local install problems?
Are you able to reproduce it with other datasets too? To rule out that
it is a local data problem?

If both true: just create an issue at issues.qgis.org, preferably attach
a small dataset so others can first reproduce your issue on their
machines and then try to fix it.

Much detail is ok, most important thing is that other can reproduce your
problem, so add details about for example Operating System, kind of
Data, and exact steps to reproduce by others.

Regards,

Richard Duivenvoorde
___
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

<    1   2   3   4   5   6   7   8   9   >