Re: [Qgis-user] Filtering layer or selected features by attributes does not work for new added features in QGIS 3.22.8

2022-07-22 Per discussione Kai Borgolte via Qgis-user
Am 22.07.2022 um 00:47 schrieb Tudorache, Marian via Qgis-user: [ filter "ID" = 100 doesn't find feature filter NOT "ID" != 100 finds feature ] Weird. Which data source/provider do you use? What is "sfgdws19" in your screenshots? Is the field "ID" de

[Qgis-user] Hstore in temporary layer?

2022-01-13 Per discussione Kai Borgolte
Hi all, I wanted to paste some features from PostgreSQL as new temporary layer, but QGIS complains "WARNINGObjekte einfügen : Konnte Feld tags (hstore,QVariantMap) nicht anlegen". Is this not implemented? -- Kai Borgolte, Bonn ___ Qgis-us

Re: [Qgis-user] Open-sky network

2021-09-14 Per discussione Kai Borgolte
ta.csv' Because in standard strings Python sees backslashes as escape char, especially \n means newline. -- Kai Borgolte, Bonn ___ Qgis-user mailing list Qgis-user@lists.osgeo.org List info: https://lists.osgeo.org/mailman/listinfo/qgis-user Unsubscribe:

[Qgis-user] In-place processing

2020-12-08 Per discussione Kai Borgolte
ike "Count points in polygon" and "Sum line lengths". I don't see these are doing anything in-place. Am I missing something? 2. Is it possible to create a model that is usable in-place? 3. Is there a work-around, so that I can have algorithms or models that add fields to existing

Re: [Qgis-user] DEM error with OpenDataNRW

2020-11-16 Per discussione Kai Borgolte
Am 16.11.2020 um 17:26 schrieb Kai Borgolte: > 1. Data is organized columnwise. While > <https://gdal.org/drivers/raster/xyz.html> doesn't state it explicitly, > I think GDAL expects data rowwise. My fault, it *does* state "Cells with same Y coordinates must be placed

Re: [Qgis-user] DEM error with OpenDataNRW

2020-11-16 Per discussione Kai Borgolte
wwise. 2. X values have a leading "32". To read coordinates with EPSG 25832 this "32" must be deleted. -- Kai Borgolte, Bonn ___ Qgis-user mailing list Qgis-user@lists.osgeo.org List info: https://lists.osgeo.org/mailman/listi

Re: [Qgis-user] QGIS-Installer from Osgeo4W broken?

2020-10-22 Per discussione Kai Borgolte
ivered new GDAL packets, but then QGIS didn't start at all: "Could not load qgis_app.dll". It helped to copy OSGeo4W64\bin\gdal301.dll as gdal300.dll, now both errors have gone. -- Kai Borgolte, Bonn ___ Qgis-user mailing list Qgis-user

[Qgis-user] OSGeo4W: Processing not loading after Update

2020-10-21 Per discussione Kai Borgolte
S3\profiles\default/python/plugins C:/OSGEO4~1/apps/qgis/./python/plugins C:\OSGEO4~1\apps\Python37 C:\OSGEO4~1\apps\Python37\Scripts C:\OSGeo4W64\bin\python37.zip C:\OSGEO4~1\apps\Python37\DLLs C:\OSGEO4~1\apps\Python37\lib C:\OSGeo4W64\bin C:\OSGEO4~1\apps\Python37\lib\site-packages C:\OSGEO4~

Re: [Qgis-user] Programmatically extract WMS data based on point layer?

2020-10-20 Per discussione Kai Borgolte
data-from-digitales-gel%c3%a4ndemodell-dgm-nrw-maybe-usin/376354#376354> I wish this (image) servers would get an efficient method to query point values. -- Kai Borgolte, Bonn ___ Qgis-user mailing list Qgis-user@lists.osgeo.org List info: https://lists.osgeo

Re: [Qgis-user] Saving values by a Python-Script in a PostgreSQL-Database

2019-05-27 Per discussione Kai Borgolte
directly on the provider. -- Kai Borgolte, Bonn ___ 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] Can anyone confirm corrupted QGS-Files?

2018-10-23 Per discussione Kai Borgolte
Am 19.10.2018 um 09:31 schrieb Kai Borgolte: > today it's the second time my coworker worked on a corrupt QGS file. > Some content like layouts, symbology and labelling are not complete. > Last time he continued to work on the file, and the file size was a > quarter from qgs~. Today

[Qgis-user] Can anyone confirm corrupted QGS-Files?

2018-10-19 Per discussione Kai Borgolte
the corruption seems to introduce at load time. He is using QGIS 3.2.2 on Windows10. Does someone else see these problems? -- Kai Borgolte, Bonn ___ Qgis-user mailing list Qgis-user@lists.osgeo.org List info: https://lists.osgeo.org/mailman/listinfo/qgis

Re: [Qgis-user] layout expressions

2018-10-12 Per discussione Kai Borgolte
Am 12.10.2018 um 15:13 schrieb Kai Borgolte: > is it possible to calculate on arbitrary attribute tables in an > expression in a layout? I want to have something like SELECT count(*) > FROM exceltable WHERE group = 'a' and subgroup = 'b'. Ah, great, aggregate() can access layers: [%

[Qgis-user] layout expressions

2018-10-12 Per discussione Kai Borgolte
Hello, is it possible to calculate on arbitrary attribute tables in an expression in a layout? I want to have something like SELECT count(*) FROM exceltable WHERE group = 'a' and subgroup = 'b'. Thanks, Kai Borgolte, Bonn ___ Qgis-user mailing list

[Qgis-user] FYI: pitfall using spatialite intersects() etc.

2018-10-01 Per discussione Kai Borgolte
ction invocation on NULL arguments" So UNKNOWN -> -1 -> True will join null geometries with each other geometry. There is probably not much QGIS can do about this. Changed the query in WHERE st_intersects(t2.geometry, t1.geometry) = 1 -- Ka

Re: [Qgis-user] Problems to create new columns through two tables

2018-02-20 Per discussione Kai Borgolte
is will search all points in table2 intersecting with features in table1, add the values from column_value2 and write the sum to table1. -- Kai Borgolte, Bonn ___ Qgis-user mailing list Qgis-user@lists.osgeo.org List info: https://lists.osgeo.org/mailman/