Skip to content

Commit df628da

Browse files
authoredFeb 29, 2024··
Identify features on raster layer (#8764)
Show raster row/column of clicked point in identify results
2 parents d833680 + 583f511 commit df628da

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed
 

‎docs/user_manual/working_with_raster/raster_properties.rst

+44
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,17 @@ Raster Properties Dialog
1010
.. contents::
1111
:local:
1212

13+
Raster data is made up of pixels (or cells), and each pixel has a value.
14+
It is commonly used to store various types of data, including:
15+
16+
* Imagery, such as satellite images, digital aerial photographs, scanned maps
17+
* Elevation data, such as digital elevation models (DEMs), digital terrain models (DTMs)
18+
* Other types of data, such as land cover, soil types, rainfall and many others.
19+
20+
Raster data can be stored in several supported formats, including GeoTIFF,
21+
ERDAS Imagine, ArcInfo ASCII GRID, PostGIS Raster and others.
22+
See more at :ref:`opening_data`.
23+
1324
To view and set the properties for a raster layer, double click on
1425
the layer name in the map legend, or right click on the layer name and
1526
choose :guilabel:`Properties` from the context menu. This will open the
@@ -967,6 +978,37 @@ The configuration concerns:
967978

968979
QGIS Server in Raster Properties
969980

981+
.. _raster_identify:
982+
983+
Identify raster cells
984+
=====================
985+
986+
The |identify| :ref:`identify features <identify>` tool allows you to get information about
987+
specific points in a raster layer.
988+
989+
To use the |identify|:guilabel:`Identify features` tool:
990+
991+
#. Select the raster layer in the Layers panel.
992+
#. Click on the :guilabel:`Identify features` tool in the toolbar or press :kbd:`Ctrl+Shift+I`.
993+
#. Click on the point in the raster layer that you want to identify.
994+
995+
The Identify Results panel will open in its default ``Tree`` view
996+
and display information about the clicked point.
997+
Below the name of the raster layer, you have on the left the band(s) of the clicked pixel,
998+
and on the right their respective value.
999+
These values can also be rendered (from the :guilabel:`View` menu located at the bottom of the panel) in:
1000+
1001+
* a ``Table`` view - organizes the information about the identified features
1002+
and their values in a table.
1003+
* a ``Graph`` view - organizes the information about the identified features
1004+
and their values in a graph.
1005+
1006+
Under the pixel attributes, you will find the :guilabel:`Derived` information,
1007+
such as:
1008+
1009+
* ``X`` and ``Y`` coordinate values of the point clicked
1010+
* Column and row of the point clicked (pixel)
1011+
9701012

9711013
.. Substitutions definitions - AVOID EDITING PAST THIS LINE
9721014
This will be automatically updated by the find_set_subst.py script.
@@ -992,6 +1034,8 @@ The configuration concerns:
9921034
:width: 1.5em
9931035
.. |fileSaveAs| image:: /static/common/mActionFileSaveAs.png
9941036
:width: 1.5em
1037+
.. |identify| image:: /static/common/mActionIdentify.png
1038+
:width: 1.5em
9951039
.. |legend| image:: /static/common/legend.png
9961040
:width: 1.2em
9971041
.. |mapIdentification| image:: /static/common/mActionMapIdentification.png

0 commit comments

Comments
 (0)
Please sign in to comment.