[Qgis-developer] addAttribute to memory layer

2013-10-07 Thread Ing. Pierluigi De Rosa
-- Ing. Pierluigi De Rosa (PhD) Studio Associato GFOSSERVICES Via Tilli 58 - 06127 Perugia (PG) tel: 075 7825101 / fax: 075 7823038 cel: 3497558268 web: www.gfosservices.it skype: pierluigi.derosa

Re: [Qgis-developer] addAttribute to memory layer

2013-10-08 Thread Ing. Pierluigi De Rosa
this method: https://github.com/elpaso/qgis-geocoding/blob/master/GeoCoding.py#L289 -- Ing. Pierluigi De Rosa (PhD) Studio Associato GFOSSERVICES Via Tilli 58

[Qgis-developer] [OT] - politically correct question

2013-10-16 Thread Ing. Pierluigi De Rosa
reply from him. What you suggest to do? I can update the code but then I cannot distribuite the code as I'm not the developer? Let me know thanks -- Ing. Pierluigi De Rosa (PhD) Studio

[Qgis-developer] Ortho line at specified line distance

2014-01-09 Thread Ing. Pierluigi De Rosa
-- Ing. Pierluigi De Rosa (PhD) Studio Associato GFOSSERVICES Via Tilli 58 - 06127 Perugia (PG) tel: 075 7825101 / fax: 075 7823038 cel: 3497558268 web: www.gfosservices.it skype: pierluigi.derosa

[Qgis-developer] calculate distance from two points along line in pyqgis

2015-01-13 Thread Ing. Pierluigi De Rosa
the point but I need the distance. Thanks Pierluigi -- Ing. Pierluigi De Rosa (PhD) Studio Associato GFOSSERVICES ___ Qgis-developer mailing list

Re: [Qgis-developer] calculate distance from two points along line in pyqgis

2015-01-14 Thread Ing. Pierluigi De Rosa
-- Ing. Pierluigi De Rosa (PhD) Studio Associato GFOSSERVICES Presso CAMPUS Via F.lli Cairoli 25 - 06127 Perugia (PG) fax: 075 7823038 cel: 3497558268 web: www.gfosservices.it skype

[Qgis-developer] very slow on creating a new empty spatialite db

2015-08-07 Thread Ing. Pierluigi De Rosa
unstable repo. Thanks Pierluigi -- Ing. Pierluigi De Rosa (PhD) Studio Associato GFOSSERVICES Presso CAMPUS Via F.lli Cairoli 25 - 06127 Perugia (PG) fax: 075 7823038

[Qgis-developer] GRASS plugin broke only for me?

2016-02-16 Thread Ing. Pierluigi De Rosa
eate e new mapset the QGIS crash Thank to all Pierluigi -- ________ Ing. Pierluigi De Rosa (PhD) Studio Associato GFOSSERVICES Presso CAMPUS Via F.lli Cairoli 25 - 06127 Perugia (PG) fax: 075 7823038 cel: 34975

Re: [Qgis-developer] Crowdfunding campaign for a Point Cluster Renderer

2016-07-26 Thread Pierluigi De Rosa
Hi Nyall, It looks a nice feature. I twitted you message right now :) P - Messaggio originale - Da: "Nyall Dawson" A: "qgis-developer" , "qgis-user" Inviato: Martedì, 26 luglio 2016 6:33:38

[Qgis-developer] split line at specified distance

2017-01-24 Thread Pierluigi De Rosa
Dear all, I have some difficulties to figure out how to split line at specific distance from the beginning. I need to split a single line into several lines at specific distances. I'm able to get the point at specific distance using the intersection function of QgsGeometry but I'm in

[QGIS-Developer] QgsMapLayerComboBox add None

2017-06-05 Thread Ing. Pierluigi De Rosa
-- -- Ing. Pierluigi De Rosa PhD in Scienze della terra Professore a contratto di G.I.S. presso Università di Perugia Studio Associato GFOSSERVICES Presso CAMPUS Via F.lli Cairoli 24 - 06127 Perugia (PG

Re: [QGIS-Developer] QgsMapLayerComboBox add None

2017-06-06 Thread Ing. Pierluigi De Rosa
best solution to do that? > Thanks > Pierluigi > > -- > -- > > > > > > > ____ > Ing. Pierluigi De Rosa > PhD in Scienze della terra > Professore a contratto di G.I.S. presso Università di Perugia > > Studio Associato GF

[QGIS-Developer] plugin reload fail

2018-10-12 Thread Ing. Pierluigi De Rosa
results (no changes detected). The only way is to restart the software any time losing too much time. Can someone help me please? thanks Pierluigi [1] https://github.com/Arpapiemonte/openoise -- --  Ing. Pierluigi De Rosa PhD in Scienze della terra Professore a contratto di G.I.S. presso

Re: [QGIS-Developer] plugin reload fail

2018-10-15 Thread Pierluigi De Rosa
plugin_reloader/ > > Regards, > Harrissou > > Le sam. 13 oct. 2018 à 10:14, Richard Duivenvoorde a > > écrit : > > On 10/12/2018 06:20 PM, Ing. Pierluigi De Rosa wrote: > > > Dear all, > > > > > > I have a simple problem. > >

[QGIS-Developer] processing output in pyqgis code

2018-10-15 Thread Pierluigi De Rosa
Dear All, I have a strange phenomena running some code. I'm using the processing algorithm qgis:pointsalonglines output = processing.run( "qgis:pointsalonglines" , { 'INPUT' : poly_to_lines , 'DISTANCE' : spaced_pts_distance , 'START_OFFSET' : 0 , 'END_OFFSET' : 0 , 'OUTPUT' : 'memory:' })

[QGIS-Developer] Issue in string translation

2019-03-26 Thread pierluigi de rosa
responding .ts files Where I'm wrong? the code is available here: https://github.com/pierluigiderosa/openoise/tree/qgis3 Thanks to all Pierluigi -- Ing. Pierluigi De Rosa (PhD in Earth Science) Contract Professor of Geographic Information System at University of Perugia cel: 3497558268 / fa

[QGIS-Developer] QgsMapLayerCombobox with multiple filters

2021-07-12 Thread pierluigi de rosa
nk you Pierluigi -- Ing. Pierluigi De Rosa (PhD in Earth Science) Contract Professor of Geographic Information System at University of Perugia cel: 3497558268 / fax: 075 7823038 skype: pierluigi.derosa ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.or

Re: [QGIS-Developer] QgsMapLayerCombobox with multiple filters

2021-07-12 Thread pierluigi de rosa
r_ComboBox.setFilters(QgsMapLayerProxyModel.PointLayer | > QgsMapLayerProxyModel.LineLayer) > > /Benjamin > > On 2021-07-12 19:51, pierluigi de rosa wrote: > > Dear All, > > I'm experiencing some problems with the QgsMapLayerComboBox. > I would like to filt

[QGIS-Developer] projected CRS

2021-10-13 Thread pierluigi de rosa
Dear all, mayble a very simple question. Is it possible to check quickly if a layer has a projected CRS or not? in QgsCoordinateReferenceSystem I have not found a method able to do that check. Thanks for your attention Pierluigi -- Ing. Pierluigi De Rosa (PhD in Earth Science) Contract

Re: [QGIS-Developer] projected CRS

2021-10-13 Thread pierluigi de rosa
Thanks Etienne. isGeographic() is what I need for. Pierluigi Il giorno mer 13 ott 2021 alle ore 12:09 Etienne Trimaille < etienne.trimai...@gmail.com> ha scritto: > Hi > On the CRS object, isGeographic() and mapUnits() might help you. > > Le mer. 13 oct. 2021 à 11:50,

[QGIS-Developer] process bar in processing algs

2021-07-20 Thread pierluigi de rosa
gi -- Ing. Pierluigi De Rosa (PhD in Earth Science) Contract Professor of Geographic Information System at University of Perugia cel: 3497558268 / fax: 075 7823038 skype: pierluigi.derosa ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List i

Re: [QGIS-Developer] process bar in processing algs

2021-07-20 Thread pierluigi de rosa
Il giorno mar 20 lug 2021 alle ore 11:01 matteo ha scritto: > Hi Pierluigi, > > you can fill the progressBar of the Processing algorithm with > feedback.setProgress(integer). > > Hope this helps > > Matteo > -- Ing. Pierluigi De Rosa (PhD in Earth Science) Contrac

Re: [QGIS-Developer] process bar in processing algs

2021-07-20 Thread pierluigi de rosa
__ >> QGIS-Developer mailing list >> QGIS-Developer@lists.osgeo.org >> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer >> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer >> > > > -- >

[QGIS-Developer] Duplicate the extent layer selection in processing

2021-07-22 Thread pierluigi de rosa
Dear all, I would like to duplicate the useful tool used in processing for the extend layer selector in a personalized QDialog. Instead of write anything from scratch where I can find a snippet do duplicate? Thanks to all Pierluigi -- Ing. Pierluigi De Rosa (PhD in Earth Science) Contract

[QGIS-Developer] deleteShapefile in pyqgis

2022-02-22 Thread pierluigi de rosa
layer1: ', lyr.id()) QgsProject.instance().removeMapLayer(lyr.id()) QgsVectorFileWriter.deleteShapeFile(path_layer) Often some handles still remains and I'm not able to delete .dbf and .shp files How can I solve this error? Thanks Pierluigi -- Ing. Pierluigi De

Re: [QGIS-Developer] deleteShapefile in pyqgis

2022-02-22 Thread pierluigi de rosa
files: > > https://qgis.org/api/classQgsFileUtils.html#a8db232d5063ae13133fa2d3351be1b9c > > Le mar. 22 févr. 2022 à 18:07, pierluigi de rosa < > pierluigi.der...@gmail.com> a écrit : > >> Dear all, >> >> I have some troubles wher I use in a pyqgis the function >> QgsV

[QGIS-Developer] QgsFieldCombobox already populated

2022-03-24 Thread pierluigi de rosa via QGIS-Developer
the same behavior between QGIS 3.22 and previous QGIS 3.18? What has changed in particular and It exists a way to restore previous behaviour (do not fill automatically the field combobox)? Thank you for you feedback Pierluigi -- Ing. Pierluigi De Rosa (PhD in Earth Science) Contract Professor

[QGIS-Developer] error adding new feature to empy layer

2024-04-04 Thread pierluigi de rosa via QGIS-Developer
ure so I tried also to use fet.setId() ad passing a specific unique value but the result is the same. can Anyone help me please? Thanks Pierluigi -- Ing. Pierluigi De Rosa (PhD in Earth Science) Contract Professor of Geographic Information System at University of Perugi

[QGIS-Developer] Plugin rename

2024-04-23 Thread pierluigi de rosa via QGIS-Developer
is it enough? Thanks for your help P -- Ing. Pierluigi De Rosa (PhD in Earth Science) Contract Professor of Geographic Information System at University of Perugia cel: 3497558268 / fax: 075 7823038 skype: pierluigi.derosa ___ QGIS-Developer mailing list