Thanks Nyall, This isn't mission critical work or anything. What I am experimenting with here, taking advantage of the fact that in QGIS 3.x you can point algs in the modeller at data outside your project, is creating a set of ready to use analysis tools for our users.
Is it worth putting a feature request in for something like this? I don't know C++ but I've got the python basics and use the console in QGIS from time to time, it's a skill I want to develop given time. I'll have a look at the template. Phil -----Original Message----- From: Nyall Dawson [mailto:[email protected]] Sent: 21 August 2018 23:18 To: Philip Barlow Cc: qgis-user Subject: Re: [Qgis-user] Point layer output from modeller point parameter On Tue, 21 Aug 2018 at 23:15, Philip Barlow <[email protected]> wrote: > > Hi folks, > > > > Is there a way to create a point layer as an output from the point parameter > in the modeller? For example if you wanted to record the click location as > well as generate e.g. a viewshed or water outlet. > > > > I’ve had a bit of a trawl through the tools, not found anything that fits the > bill yet. > > Unfortunately not (at least, not out of the box). There's an algorithm which converts an extent parameter to a vector layer, but the equivalent doesn't exist (yet) for point parameters. The source for "extent to layer" is at https://github.com/qgis/QGIS/blob/master/src/analysis/processing/qgsalgorithmextenttolayer.cpp, if you know c++ and feel like adding a point version. Otherwise, you could use a similar approach and create a python script algorithm using the script template to do this task. Nyall Mae'r Awdurdod yn hapus i gyfathrebu yn Gymraeg neu yn Saesneg The Authority is happy to communicate in Welsh or English *********************************************************************** Website www.pembrokeshirecoast.org.uk Follow us on Twitter Join us on Facebook Watch us on Youtube Look at us on Flickr This email and any attached files should only be read by those persons to whom they are addressed and be used by them only for their intended purpose. If you are not the intended recipient please destroy all copies and inform the sender by return email. Please note that the contents of this email may be subject to public disclosure under the Freedom of Information Act 2000 and therefore the confidentiality of this message and any reply cannot be guaranteed. Click here to view PCNPA Privacy Notice � Keeping your Information Safe For further information on the PCNPA please visit our website at www.pembrokeshirecoast.org.uk Please consider the environment before printing this email. Dim ond y personau hynny yr anfonwyd yr e-bost hwn atynt ac unrhyw ffeiliau sydd ynghlwm ddylid eu darllen, a dim ond hwy ddylid eu defnyddio at y diben y bwriadwyd hwy. Os nad y chi yw'r person y bwriadwyd eu derbyn a fyddech gystal � dinistrio pob copi a rhoi gwybod i'r anfonwr gyda throad yr e-bost. Noder os gwelwch yn dda y gall cynnwys yr e-bost hwn orfod cael ei ddatgelu i'r cyhoedd o dan Deddf Rhyddid Gwybodaeth 2000 ac felly ni ellir gwarantu cyfrinachedd y neges hon nac unrhyw ateb. Cliciwch yma i weld Hysbysiad Preifatrwydd APCAP - Cadw eich Gwybodaeth yn Ddiogel Am ragor o wybodaeth am APCAP ymwelwch �'n gwefan ar www.arfordirpenfro.org.uk Ystyrier yr amgylchedd cyn argraffu'r e-bost hwn os gwelwch yn dda.
_______________________________________________ Qgis-user mailing list [email protected] List info: https://lists.osgeo.org/mailman/listinfo/qgis-user Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
