Re: [Qgis-user] Get the translation of a core string in Python

2023-10-05 Thread Jürgen E . Fischer via QGIS-User
Moin Michel, On Tue, 03. Oct 2023 at 11:04:26 +, Michel Stuyts via QGIS-User wrote: > In for example the file "qgis_nl.ts" I found the translated value for > "Loading Plugins": You also need to know the context of the translation, ie.: QObject … > > >

Re: [Qgis-user] SCP Plug-In Question

2023-10-05 Thread Richard McDonnell via QGIS-User
Hi Molly, As you are aware, the SCP uses the polygons to create classifications. As you have already got this, you could just try Reclassify by Table. I have not tested this for your specific requirements, but you can add in rows for each classification and specify your ranges. I’m not sure of

[Qgis-user] SCP Plug-In Question

2023-10-05 Thread Molly D via QGIS-User
Hi, I was wondering if it is possible to import a file containing spectral signatures to classify an image using the SCP Plug-in? I have tried importing spectral signatures from the USGS library, but it seems like I still need to draw a polygon on my image to do any kind of classification. Is

[Qgis-user] Get the translation of a core string in Python

2023-10-05 Thread Reginald Carlier via QGIS-User
Hi Michel, I think the easiest way to use the translationdata would be a dictionary. You could try to parse the ts file and load the values from the source and translation tags into a dictionary (BeautifulSoup lxml parser for example) https://realpython.com/python-dicts/ Met vriendelijke groet,

Re: [Qgis-user] Merge Selected Features crash

2023-10-05 Thread Antonio Viscomi via QGIS-User
HI Richard, also using your test gpkg, here all works as expected... so I cannot reproduce this issue Best Regards Antonio Il giorno gio 5 ott 2023 alle ore 16:49 Richard Greenwood < richard.greenw...@gmail.com> ha scritto: > I created a bug report with a small sample gpkg. >

Re: [Qgis-user] Merge Selected Features crash

2023-10-05 Thread Richard Greenwood via QGIS-User
I created a bug report with a small sample gpkg. https://github.com/qgis/QGIS/issues/54856 On Thu, Oct 5, 2023 at 5:18 AM Antonio Viscomi via QGIS-User < qgis-user@lists.osgeo.org> wrote: > Hi Andrea, Richard, > I Tried to replicate this issues on a temporary layer > 1 - pasting 1244 from two

[Qgis-user] Editing in QField

2023-10-05 Thread Rosillo Bayarri, Abel via QGIS-User
Hi, I am trying to publish an editable layer through QGIS 3.4.4-Madeira in order to edit attribute values in QField. Once the layer is published in QField Cloud and I open it in QField seems like the Edition is disabled, I am not able to edit any attributes. ¿How can I make a layer to be

Re: [Qgis-user] Unexpected change in pixel values during processing (Metashape/QGIS)

2023-10-05 Thread Stulgies Dirk via QGIS-User
Hello Johannes, I added the GDAL information for both files as an attachment. My steps for creating the exported file were: 1. Open GeoTiff with QGIS. 2. Right-click on the layer of this GeoTiff. 3. Choose the option “Export -> Save As...". 4. Options: * Output mode: raw data

Re: [Qgis-user] Merge Selected Features crash

2023-10-05 Thread Antonio Viscomi via QGIS-User
Hi Andrea, Richard, I Tried to replicate this issues on a temporary layer 1 - pasting 1244 from two different postgis layers with 4 attributes fiends in, 2 - I select them and use the merge button, aftera about a minutes I was able to merge without crashes or freeze so I think this is a local

Re: [Qgis-user] Create contours algorithm does not work

2023-10-05 Thread Roland Spielhofer via QGIS-User
Just wanted to add that I also tried the latest gdal_contour CLI command - with the same result.   gdalinfo of the raster-tif says:   Driver: GTiff/GeoTIFF Files: Axx_PPS_1__Z.tif Size is 1291, 3701 Origin = (590694.14649915250,5311061.00479296665) Pixel Size =

Re: [Qgis-user] Unexpected change in pixel values during processing (Metashape/QGIS)

2023-10-05 Thread WhereGroup
Hi Dirk, there is no such thing as "just exporting". What exactly do you do? What does gdalinfo say about the original file and the exported file? Cheers, Hannes Am 05.10.23 um 10:10 schrieb Stulgies Dirk via QGIS-User: # Unexpected change in pixel values during processing (Metashape/QGIS)

Re: [Qgis-user] Merge Selected Features crash

2023-10-05 Thread Andrea Giudiceandrea via QGIS-User
Richard Greenwood richard.greenwood at gmail.com Wed Oct 4 09:39:12 PDT 2023 I believe this is a bug but I'm posting here first in case I'm overlooking something obvious. Merge Selected Features is causing QGIS 3.32.3 to crash (close without showing errors). However the same operation on the

[Qgis-user] Unexpected change in pixel values during processing (Metashape/QGIS)

2023-10-05 Thread Stulgies Dirk via QGIS-User
# Unexpected change in pixel values during processing (Metashape/QGIS) ## Software * QGIS 3.28 * Agisoft Metashape 2.0.1 ## Description I used Agisoft Metashape to create RGB GeoTiff. The source for this GeoTiff are images taken with a UAV (DJI M3M). When loading the GeoTiff into QGIS and

Re: [Qgis-user] OGR error setting feature 35

2023-10-05 Thread Andrea Giudiceandrea via QGIS-User
Thayer Young thayeray at yahoo.com Wed Oct 4 06:10:34 PDT 2023 I think that means that you neglected to fill in a value for a required field Hi Thayer, the error message explicitly says that "Coordinates with non-finite values are not allowed", so the issue is about a feature geometry