[Qgis-user] Filtering an ArcGIS Feature Service layer

2022-11-30 Thread Seggie, Graeme via Qgis-user
PUBLIC Hello, Is the functionality to filter a layer via query builder an option for ArcGIS based service layers, within the layer's properties, Query Builder is disabled? Looks like not according to this (link below), but just wondered if any updates on that being resolved. Or are there

[Qgis-user] Graphical Modeler to add same datasource multiple times with different styles

2022-11-15 Thread Seggie, Graeme via Qgis-user
PUBLIC Hello, I am trying to use the graphical modeller to do something which seems simple but will help users set up a map quickly based on refreshed data and existing styles. Basically, add the same geopackage source to map and style using the algorithm 'Load layer into project' then style

Re: [Qgis-user] Iterate through all elements of a layer

2022-08-23 Thread Seggie, Graeme via Qgis-user
PUBLIC Hello, Have you tried the plugin ‘Go2NextFeature3’. It is very useful, allows you to cycle in turn through features of a specified layer, in order of some specified field value and, on all features, or only on a selection of them. You can pan to or zoom to each feature identified by the

[Qgis-user] relation_aggregate

2022-04-06 Thread Seggie, Graeme via Qgis-user
PUBLIC Hello, I am having issues getting relate_aggregate to do anything within expression builder. Ideally, I would like a features (1) to (m) attributes table setup correctly with a relationship to allow a user to select attributes based on attribute criteria have the corresponding related

[Qgis-user] Raster Calc in QGIS of PostGIS based Rasters.

2021-08-06 Thread Seggie, Graeme
PUBLIC I am trying to add rasters from a PostGIS database to QGIS - I can see them in QGIS, but I cannot see them in Raster Calculator tool to undertake any Raster Algebra. Other non-PostGIS based rasters are available for this tool. Do I need to do something else in PostGIS to make them

[Qgis-user] QGIS - Can a plugin be installed with Python code

2020-06-26 Thread Seggie, Graeme
Hello, Is it possible to install QGIS Plugins with python code? I would like to be able to provide users who have a basic QGIS image served up to them at login, to be able to quickly install all their required plugins with a tailored Python script to save them manually installing each via the

Re: [Qgis-user] colorramp starting from white

2020-06-15 Thread Seggie, Graeme
Would adapting and using this code help at all? https://gis.stackexchange.com/questions/134435/what-is-replacement-for-setcolorshadingalgorithm-in-qgis-2-6/134589#134589 Graeme -Original Message- From: Qgis-user On Behalf Of Raymond Nijssen Sent: 15 June 2020 15:34 To: DelazJ Cc:

Re: [Qgis-user] Adding folder location to Browser - Favorites with Python

2020-05-23 Thread Seggie, Graeme
I actually got a response on Stack Exchange regarding this query, so in the interests of sharing the response... Code to run in QGIS Python console is: browserModel = iface.browserModel() dirs = ['U:\dir1', 'U:\dir2', 'U:\dir3', 'U:\dir4'] for dir in dirs:

[Qgis-user] Adding folder location to Browser - Favorites with Python

2020-05-22 Thread Seggie, Graeme
Hello, I am struggling to get something to work, which would seem to be an easy thing to do, but cannot quite make my understanding of the python docs work in practice. What I would like to do, is run some python to add some folders to the favorites area in the browser within QGIS. This is to

Re: [Qgis-user] Make selected features dominant in view

2020-02-13 Thread SEGGIE Graeme
: is_selected( $currentfeature ) which then makes your selected features draw last (on top). You could at least try that. I'm wondering if that would/could not be default painting behaviour? Regards, Richard Duivenvoorde On 12/02/2020 17.34, SEGGIE Graeme wrote: > Is there a way to have selec

[Qgis-user] Make selected features dominant in view

2020-02-12 Thread SEGGIE Graeme
Is there a way to have selected features dominate in the map view? I mean when selected not all selected features of a layer show as yellow (default) if there are other features in the same layer above them in the drawing order. In Arc - anything selected is always shown as such, which is a lot

[Qgis-user] QGIS - PostGIS interaction - click on feature and update other layer based on related database items

2019-03-29 Thread SEGGIE Graeme
Hello, Is there a set of steps I can follow in QGIS and PostGIS in order to have QGIS act as an interactive frontend to data held in a PostGIS database? I can't quite find anything online to point me in the right direction, but by simple example I have some stops (bus) and associated timetable

Re: [Qgis-user] QGIS and ESRI's ArcMAp

2018-06-29 Thread SEGGIE Graeme
That will vary on what level of licensing you have for ArcGIS. If you are on a Basic license then you will probably find QGIS will fill in quite a lot of gaps in your functionality. Off the top of my head these would include Erase / Difference geoprocessing and some proximity analysis. It will

[Qgis-user] Posted email to group not appearing

2018-05-21 Thread SEGGIE Graeme
Limited is a company registered in England and Wales, (number 03383212). Registered office: Dukes Court, Duke Street, Woking, Surrey, GU21 5BH. Registered VAT number: GB1823826/95 From: SEGGIE Graeme Sent: 18 May 2018 17:11 To: Qgis-user@lists.osgeo.org Subject: Selected features (by attribute

[Qgis-user] Selected features (by attribute) not showing on map as selected

2018-05-18 Thread SEGGIE Graeme
Is there a setting that controls whether features when selected by expression against attribute values, show as highlighted (yellow) or not? I am sure this worked in the past, but no longer does so on my install (2.18). The features when selected by mouse show as yellow on map and selected in

[Qgis-user] FW: Simple methodology for user / data / map interactivity?

2017-02-24 Thread SEGGIE Graeme
tures to top" button, and the selected/highlighted features will always be at the top of the list. The attribute table has buttons at the top to zoom & pan to selected features... Cheers, Brent ____ From: SEGGIE Graeme <gseg...@systra.com<mailt

[Qgis-user] Simple methodology for user / data / map interactivity?

2017-02-23 Thread SEGGIE Graeme
I would like to use QGIS as a visual / interactive front to some PostGIS data and am not sure what the best route to doing so is. Happy to explore further myself, but wanted to get some input on what needs to be joined up to get started on building a little process. Basically, if I wanted to

Re: [Qgis-user] Question about results of Union in QGIS

2016-10-25 Thread SEGGIE Graeme
and a single feature in another, which overlaps two of the 3, results in 6 features when unioning which makes some sense. Graeme From: Luigi Pirelli <lui...@gmail.com> Sent: 25 October 2016 20:46:42 To: SEGGIE Graeme Cc: Qgis-user@lists.osgeo.org Subject: Re:

[Qgis-user] Question about results of Union in QGIS

2016-10-25 Thread SEGGIE Graeme
Hello, I was doing some analysis on UNION against the same feature (on itself) to get an understanding of what happens with slivers and overlaps. I started in ArcGIS and was able to understand what happened with the combinations available there as follows: Zone system used as input features

Re: [Qgis-user] Minimum bounding circle from cluster of points

2016-07-08 Thread SEGGIE Graeme
I don’t have enough experience of coding steps in QGIS yet, but could you do the following? For each set of points sharing a plot ID attribute value: Identify the distances between all points. Take the furthest apart pair (or one set of if more pairs are equal), which

Re: [Qgis-user] Correct the attribute table automatically

2016-02-10 Thread SEGGIE Graeme
Which version of QGIS are you using? The later ones (certainly 2.12) allows use of a Virtual Attribute. In field calculator – check the box for ‘create virtual field’ and set the correct time to hold geometric area. This should then update itself accordingly. Regards, Graeme From: Qgis-user