Skip to main content

Questions tagged [values]

The tag has no usage guidance.

1 vote
2 answers
53 views

Select points with maximum value in each polygon

I have Census areas as polygons and Census population counts as points at a lower geographic level (i.e., there are many points within each polygon). I need to select 1 point from within each polygon ...
Thomas Hochkins's user avatar
1 vote
1 answer
37 views

I can't update any attribute values in PyQGIS

I've been using PyQGIS for a few of weeks. I'd write a script which shows all earthshakes responding to given parameters, so I wrote this code: from PyQt5.QtGui import * from PyQt5.QtCore import ...
ytreka's user avatar
  • 11
0 votes
0 answers
20 views

Reclassify by table

I'm using IFSAR 5x5 DEM Raster and run a Reclassify by Table with only 5 values 1, 2, 3, 4 and 5. Then I converted the reclassified raster into Polygon. When I checked the attribute table the values ...
PokLong TabiLong's user avatar
2 votes
2 answers
91 views

QGIS Value Relation Widget saves not the KEY COLUMN values but the VALUE COLUMN values in the attribute table

As far as I know, the "Value Relation Widget" is supposed to store the records from the field designated as KEY COLUMN in the attribute table, while the records from the field designated as ...
Chavdar Kirilov's user avatar
3 votes
1 answer
239 views

Importing CSV results in NULL values for decimal column in QGIS

I am importing a .csv file and one of the "integer" columns ("ZVH Density") is all NULL values when imported as a Delimited Text file. Whole numbers import (known through trial and ...
Dia's user avatar
  • 31
0 votes
1 answer
33 views

I am trying to produce a LULC using supervised classification , but I got an out-put in gray color

I am trying to produce a LULC using supervised classification , however, I am getting an output in gray color. Anyone knows what is the issue? // Supervised Image Classification with Landsat 8 ...
minyahil tilahun's user avatar
0 votes
0 answers
22 views

Generating new polygons based on sum of values

I am working with QGIS, and I have created the styled density map with the hexagons to calculate pop figures within these. The pop field is displayed inside each polygon. I now want to create new ...
A_Y's user avatar
  • 91
5 votes
1 answer
193 views

Connecting points to the two closest highest values grouped by category

In a points layer with the fields "POP" (corresponding to the population value) and "CATEG" (corresponding to municipality id), my goal is to connect the points of each ...
Ingrid Ingravida's user avatar
3 votes
1 answer
94 views

QGIS attibute form with value relation avoiding table

Is it possible to use some expression or text containing a values list for the dropdown control to display them? The goal is to use a short list of values and not have to create a related table for ...
Ingrid Ingravida's user avatar
3 votes
1 answer
242 views

How to recover parent value while creating parent and child layers in a embedded forms setup?

I read the documentation, examples and made many attempts, but I still can't make this work. What I want is to get a value from a parent layer while editing a child layer, when both features are being ...
Horizen's user avatar
  • 567
1 vote
1 answer
86 views

QGIS 3.22.16 Bialowieza. Selecting matching value in 2 fields

I am using QGIS 3.22.16, I try to select similar 'null' value in 2 different field. I tried the solutions suggested from one this exchange. Selecting features with equal values in different fields in ...
GIS Noh's user avatar
  • 321
1 vote
0 answers
123 views

Autofilling based of value map in QField

Is it possible to prepare a Value Map with autofilling? I have a list of almost 500 plant names and it is difficult to find correct name on my device (phone with Qfield) while scrolling. Is it ...
paula's user avatar
  • 11
4 votes
1 answer
375 views

QGIS 3.22: problems with dropdownlists (attribute forms)

I discovered the nice possibility in QGIS to create dropdown lists in a field, with which I (should) choose in a simple way one of several species (in my case) - while entering new features. I tried ...
Bertram's user avatar
  • 483
1 vote
1 answer
522 views

Display expression of layer if geometries intersect in QGIS [closed]

I'd like to display the value of a layer (polygon with parcels) only in case a line (f.e. a river) intersects, crosses or touches the polygon of the parcel by using the expression dialog... but I ...
Marek's user avatar
  • 537
-2 votes
2 answers
334 views

Extracting minimum pixel value from multiple rasters

I am trying to extract minimum values from about 300 raster files (GeoTIFF) - for example an output table containing raster names against their minimum values. I would like to automate the process. I ...
coral's user avatar
  • 81

15 30 50 per page
1
2 3 4 5