Important

Translation is a community effort you can join. This page is currently translated at 50.79%.

28.1.2. Cartography

28.1.2.1. Align points to features

Calculates the rotation required to align point features with their nearest feature from another reference layer. A new field is added to the output layer which is filled with the angle (in degrees, clockwise) to the nearest reference feature.

Optionally, the output layer’s symbology can be set to automatically use the calculated rotation field to rotate marker symbols. If desired, a maximum distance to use when aligning points can be set, to avoid aligning isolated points to distant features.

Sugestie

This algorithm is designed for use cases like aligning building point symbols to follow the nearest road direction.

checkbox Allows features in-place modification of point features

Parametri

Etichetă

Nume

Tipul

Descriere

Strat de intrare

INPUT

[vector: punct]

Point features to calculate the rotation for

Reference layer

REFERENCE_LAYER

[vector: oricare]

Layer to find the closest feature from for rotation calculation

Maximum distance to consider

Opţional

MAX_DISTANCE

[număr]

Implicit: Nesetat

If no reference feature is found within this distance, no rotation is assigned to the point feature.

Angle field name

FIELD_NAME

[string]

Implicit: «rotation»

Field in which to store the rotation value.

Automatically apply symbology

APPLY_SYMBOLOGY

[boolean]

Implicit: True

Rotates the symbol marker of the features using the angle field value

Aligned layer

OUTPUT

[vector: punct]

Implicit: [Salvare într-un fișier temporar]

Specify the rotated output vector layer. One of:

  • Create Temporary Layer (TEMPORARY_OUTPUT)

  • Salvare în Fișier…

  • Salvare în Geopackage…

  • Salvare în Tabela Bazei de Date…

The file encoding can also be changed here.

Rezultat

Etichetă

Nume

Tipul

Descriere

Aligned layer

OUTPUT

[vector: punct]

The point layer appended with a rotation field. If loaded to QGIS, it is applied by default the input layer symbology, with a data-defined rotation of its marker symbol.

Cod Python

ID Algorithm: nativ:angletonearest

import processing
processing.run("algorithm_id", {parameter_dictionary})

ID-ul algoritmului se afișează atunci când treceți peste algoritmul din caseta instrumentelor de procesare. Dicționarul parametrilor furnizează valorile și NUMELE parametrilor. Pentru detalii despre rularea algoritmilor de procesare din consola Python, parcurgeți Utilizarea algoritmilor de procesare din consolă.

28.1.2.2. Combine style databases

Combines multiple QGIS style databases into a single style database. If items of the same type with the same name exist in different source databases these will be renamed to have unique names in the output combined database.

Parametri

Etichetă

Nume

Tipul

Descriere

Input databases

INPUT

[file] [list]

Files containing QGIS style items

Objects to combine

OBJECTS

[enumeration] [list]

Types of style items in the input databases you would like to put in the new database. These can be:

Output style database

OUTPUT

[file]

Implicit: [Salvare într-un fișier temporar]

Output .XML file combining the selected style items. One of:

  • Salvare într-un Fișier Temporar

  • Salvare în Fișier…

Rezultat

Etichetă

Nume

Tipul

Descriere

Color ramp count

COLORRAMPS

[număr]

Label settings count

LABELSETTINGS

[număr]

Output style database

OUTPUT

[file]

Output .XML file combining the selected style items

Symbol count

SYMBOLS

[număr]

Text format count

TEXTFORMATS

[număr]

Cod Python

ID Algorithm: nativ:combinestyles

import processing
processing.run("algorithm_id", {parameter_dictionary})

ID-ul algoritmului se afișează atunci când treceți peste algoritmul din caseta instrumentelor de procesare. Dicționarul parametrilor furnizează valorile și NUMELE parametrilor. Pentru detalii despre rularea algoritmilor de procesare din consola Python, parcurgeți Utilizarea algoritmilor de procesare din consolă.

28.1.2.3. Create categorized renderer from styles

Sets a vector layer’s renderer to a categorized renderer using matching symbols from a style database. If no style file is specified, symbols from the user’s current symbol library are used instead.

A specified expression or field is used to create categories for the renderer. Each category is individually matched to the symbols which exist within the specified QGIS XML style database. Whenever a matching symbol name is found, the category’s symbol will be set to this matched symbol.

If desired, outputs can also be tables containing lists of the categories which could not be matched to symbols, and symbols which were not matched to categories.

Parametri

Etichetă

Nume

Tipul

Descriere

Strat de intrare

INPUT

[vector: oricare]

Vector layer to apply a categorized style to

Categorize using expression

FIELD

[expresie]

Field or expression to categorize the features

Style database (leave blank to use saved symbols)

STYLE

[file]

File (.XML) containing the symbols to apply to the input layer categories. The file can be obtained from the Style Manager Share symbols tool. If no file is specified, QGIS local symbols library is used.

Use case-sensitive match to symbol names

CASE_SENSITIVE

[boolean]

Implicit: False

If True (checked), applies a case sensitive comparison between the categories and symbols names

Ignore non-alphanumeric characters while matching

TOLERANT

[boolean]

Implicit: False

If True (checked), non-alphanumeric characters in the categories and symbols names will be ignored, allowing greater tolerance during the match.

Non-matching categories

Opţional

NON_MATCHING_CATEGORIES

[tabelă]

Implicit: [Omitere rezultat]

Output table for categories which do not match any symbol in the database. One of:

  • Skip Output

  • Create Temporary Layer (TEMPORARY_OUTPUT)

  • Salvare în Fișier…

  • Salvare în Geopackage…

  • Salvare în Tabela Bazei de Date…

The file encoding can also be changed here.

Non-matching symbol names

Opţional

NON_MATCHING_SYMBOLS

[tabelă]

Implicit: [Omitere rezultat]

Output table for symbols from the provided style database which do not match any category. One of:

  • Skip Output

  • Create Temporary Layer (TEMPORARY_OUTPUT)

  • Salvare în Fișier…

  • Salvare în Geopackage…

  • Salvare în Tabela Bazei de Date…

The file encoding can also be changed here.

Rezultat

Etichetă

Nume

Tipul

Descriere

Non-matching categories

NON_MATCHING_CATEGORIES

[tabelă]

Lists categories which could not be matched to any symbol in the provided style database

Non-matching symbol names

NON_MATCHING_SYMBOLS

[tabelă]

Lists symbols from the provided style database which could not match any category

Categorized layer

OUTPUT

[la fel ca intrarea]

The input vector layer with the categorized style applied. No new layer is output.

Cod Python

ID Algorithm: nativ:categorizeusingstyle

import processing
processing.run("algorithm_id", {parameter_dictionary})

ID-ul algoritmului se afișează atunci când treceți peste algoritmul din caseta instrumentelor de procesare. Dicționarul parametrilor furnizează valorile și NUMELE parametrilor. Pentru detalii despre rularea algoritmilor de procesare din consola Python, parcurgeți Utilizarea algoritmilor de procesare din consolă.

28.1.2.4. Create style database from project

Extracts all style objects (symbols, color ramps, text formats and label settings) from a QGIS project.

The extracted symbols are saved to a QGIS style database (XML format), which can be managed and imported via the Style Manager dialog.

Parametri

Etichetă

Nume

Tipul

Descriere

Input project (leave blank to use current)

Opţional

INPUT

[file]

A QGIS project file to extract the style items from

Objects to extract

OBJECTS

[enumeration] [list]

Types of style items in the input project you would like to put in the new database. These can be:

Output style database

OUTPUT

[file]

Implicit: [Salvare într-un fișier temporar]

Specify the output .XML file for the selected style items. One of:

  • Salvare într-un Fișier Temporar

  • Salvare în Fișier…

Rezultat

Etichetă

Nume

Tipul

Descriere

Color ramp count

COLORRAMPS

[număr]

Number of color ramps

Label settings count

LABELSETTINGS

[număr]

Number of label settings

Output style database

OUTPUT

[file]

Output .XML file for the selected style items

Symbol count

SYMBOLS

[număr]

Number of symbols

Text format count

TEXTFORMATS

[număr]

Number of text formats

Cod Python

ID Algorithm: nativ:stylefromproject

import processing
processing.run("algorithm_id", {parameter_dictionary})

ID-ul algoritmului se afișează atunci când treceți peste algoritmul din caseta instrumentelor de procesare. Dicționarul parametrilor furnizează valorile și NUMELE parametrilor. Pentru detalii despre rularea algoritmilor de procesare din consola Python, parcurgeți Utilizarea algoritmilor de procesare din consolă.

28.1.2.5. Export atlas layout as image

Exports the atlas of a print layout as image files (e.g. PNG or JPEG images).

If a coverage layer is set, the selected layout’s atlas settings exposed in this algorithm will be overwritten. In this case, an empty filter or sort by expression will turn those settings off.

Parametri

Parametri de bază

Etichetă

Nume

Tipul

Descriere

Atlas layout

LAYOUT

[layout]

Layout to export

Coverage layer

Opţional

COVERAGE_LAYER

[vector: oricare]

Layer to use to generate the atlas

Filter expression

FILTER_EXPRESSION

[expresie]

Expression to use to filter out atlas features

Sort expression

Opţional

SORTBY_EXPRESSION

[expresie]

Expression to use to sort the atlas features

Reverse sort order

Opţional

SORTBY_REVERSE

[boolean]

Determines if sorting should be inverted. Used when a sort expression is provided.

Output filename expression

FILENAME_EXPRESSION

[expresie]

Implicit: «output_»||@atlas_featurenumber

Expression for use to generate filenames

Output folder

FOLDER

[folder]

Destination folder where the images will be generated

Parametri avansați

Etichetă

Nume

Tipul

Descriere

Map layers to assign to unlocked map item(s)

Opţional

LAYERS

[enumeration] [layer]

Layers to display in the map item(s) whose contents are not locked

Image format

EXTENSION

[enumerare]

Implicit: png

File format of the generated output(s). The list of available formats varies depending on OS and installed drivers.

DPI

Opţional

DPI

Implicit: Nesetat

[număr]

DPI of the output file(s). If not set, the value in the print layout settings will be used.

Generate world file

GEOREFERENCE

[boolean]

Implicit: True

Determines if a world file should be generated

Export RDF metadata

INCLUDE_METADATA

[boolean]

Implicit: True

Determines if RDF metadata (title, author, …) should be generated

Enable antialiasing

ANTIALIAS

[boolean]

Implicit: True

Determines if antialiasing should be enabled

Rezultat

Etichetă

Nume

Tipul

Descriere

Image file

OUTPUT

[file]

Image files generated by the atlas layout

Cod Python

ID Algorithm: nativ:atlaslayouttoimage

import processing
processing.run("algorithm_id", {parameter_dictionary})

ID-ul algoritmului se afișează atunci când treceți peste algoritmul din caseta instrumentelor de procesare. Dicționarul parametrilor furnizează valorile și NUMELE parametrilor. Pentru detalii despre rularea algoritmilor de procesare din consola Python, parcurgeți Utilizarea algoritmilor de procesare din consolă.

28.1.2.6. Export atlas layout as PDF (multiple files)

Exports the atlas of a print layout to multiple PDF files.

If a coverage layer is set, the selected layout’s atlas settings exposed in this algorithm will be overwritten. In this case, an empty filter or sort by expression will turn those settings off.

Parametri

Parametri de bază

Etichetă

Nume

Tipul

Descriere

Atlas layout

LAYOUT

[layout]

Layout to export

Coverage layer

Opţional

COVERAGE_LAYER

[vector: oricare]

Layer to use to generate the atlas

Filter expression

FILTER_EXPRESSION

[expresie]

Expression to use to filter out atlas features

Sort expression

Opţional

SORTBY_EXPRESSION

[expresie]

Expression to use to sort the atlas features

Reverse sort order

Opţional

SORTBY_REVERSE

[boolean]

Determines if sorting should be inverted. Used when a sort expression is provided.

Output filename

Opţional

OUTPUT_FILENAME

[expresie]

Name pattern of the PDF output files.

Output folder

OUTPUT_FOLDER

[folder]

Destination folder for the output PDF files.

Parametri avansați

Etichetă

Nume

Tipul

Descriere

Map layers to assign to unlocked map item(s)

Opţional

LAYERS

[enumeration] [layer]

Layers to display in the map item(s) whose contents are not locked

DPI

Opţional

DPI

Implicit: Nesetat

[număr]

DPI of the output file(s). If not set, the value in the print layout settings will be used.

Always export as vectors

FORCE_VECTOR

[boolean]

Implicit: False

Determines if vectorial data should be left as vectors

Always export as raster

FORCE_RASTER

[boolean]

Implicit: False

Forces all the items in the map to be rasterized. This parameter takes precedence over the FORCE_VECTOR parameter.

Append georeference information

GEOREFERENCE

[boolean]

Implicit: True

Determines if a world file should be generated

Export RDF metadata

INCLUDE_METADATA

[boolean]

Implicit: True

Determines if RDF metadata (title, author, …) should be generated

Disable tiled raster layer exports

DISABLE_TILED

[boolean]

Implicit: False

Determines if raster should be tiled

Simplify geometries to reduce output file size

SIMPLIFY

[boolean]

Implicit: True

Determines if geometries should be simplified to reduce output file size

Text export

TEXT_FORMAT

[enumerare]

Implicit: 0

Determines if text should be exported as path or text objects. Possible options are:

  • 0 - Always export text as paths (recommended)

  • 1 - Always export texts as text objects

Image compression

IMAGE_COMPRESSION

[enumerare]

Implicit: 0

Determines compression level of the image and how suitable the file could be for printing outputs or post-production in external applications. Possible options are:

  • 0 - Lossy (JPEG)

  • 1 - Lossless

Rezultat

Etichetă

Nume

Tipul

Descriere

PDF file

OUTPUT

[file]

PDF file corresponding to the exported atlas layout

Cod Python

Algorithm ID: native:atlaslayouttomultiplepdf

import processing
processing.run("algorithm_id", {parameter_dictionary})

ID-ul algoritmului se afișează atunci când treceți peste algoritmul din caseta instrumentelor de procesare. Dicționarul parametrilor furnizează valorile și NUMELE parametrilor. Pentru detalii despre rularea algoritmilor de procesare din consola Python, parcurgeți Utilizarea algoritmilor de procesare din consolă.

28.1.2.7. Export atlas layout as PDF (single file)

Exports the atlas of a print layout as a single PDF file.

If a coverage layer is set, the selected layout’s atlas settings exposed in this algorithm will be overwritten. In this case, an empty filter or sort by expression will turn those settings off.

Parametri

Parametri de bază

Etichetă

Nume

Tipul

Descriere

Atlas layout

LAYOUT

[layout]

Layout to export

Coverage layer

Opţional

COVERAGE_LAYER

[vector: oricare]

Layer to use to generate the atlas

Filter expression

FILTER_EXPRESSION

[expresie]

Expression to use to filter out atlas features

Sort expression

Opţional

SORTBY_EXPRESSION

[expresie]

Expression to use to sort the atlas features

Reverse sort order

Opţional

SORTBY_REVERSE

[boolean]

Determines if sorting should be inverted. Used when a sort expression is provided.

PDF file

OUTPUT

[file]

Implicit: [Salvare într-un fișier temporar]

Name (including path) of the output file. One of:

  • Salvare într-un Fișier Temporar

  • Salvare în Fișier…

Parametri avansați

Etichetă

Nume

Tipul

Descriere

Map layers to assign to unlocked map item(s)

Opţional

LAYERS

[enumeration] [layer]

Layers to display in the map item(s) whose contents are not locked

DPI

Opţional

DPI

Implicit: Nesetat

[număr]

DPI of the output file(s). If not set, the value in the print layout settings will be used.

Always export as vectors

FORCE_VECTOR

[boolean]

Implicit: False

Determines if vectorial data should be left as vectors

Always export as raster

FORCE_RASTER

[boolean]

Implicit: False

Forces all the items in the map to be rasterized. This parameter takes precedence over the FORCE_VECTOR parameter.

Append georeference information

GEOREFERENCE

[boolean]

Implicit: True

Determines if a world file should be generated

Export RDF metadata

INCLUDE_METADATA

[boolean]

Implicit: True

Determines if RDF metadata (title, author, …) should be generated

Disable tiled raster layer exports

DISABLE_TILED

[boolean]

Implicit: False

Determines if raster should be tiled

Simplify geometries to reduce output file size

SIMPLIFY

[boolean]

Implicit: True

Determines if geometries should be simplified to reduce output file size

Text export

TEXT_FORMAT

[enumerare]

Implicit: 0

Determines if text should be exported as path or text objects. Possible options are:

  • 0 - Always export text as paths (recommended)

  • 1 - Always export texts as text objects

Image compression

IMAGE_COMPRESSION

[enumerare]

Implicit: 0

Determines compression level of the image and how suitable the file could be for printing outputs or post-production in external applications. Possible options are:

  • 0 - Lossy (JPEG)

  • 1 - Lossless

Rezultat

Etichetă

Nume

Tipul

Descriere

PDF file

OUTPUT

[file]

PDF file corresponding to the exported atlas layout

Cod Python

ID Algorithm: nativ:atlaslayouttopdf

import processing
processing.run("algorithm_id", {parameter_dictionary})

ID-ul algoritmului se afișează atunci când treceți peste algoritmul din caseta instrumentelor de procesare. Dicționarul parametrilor furnizează valorile și NUMELE parametrilor. Pentru detalii despre rularea algoritmilor de procesare din consola Python, parcurgeți Utilizarea algoritmilor de procesare din consolă.

28.1.2.8. Export print layout as image

Exports a print layout as an image file (e.g. PNG or JPEG images)

Parametri

Parametri de bază

Etichetă

Nume

Tipul

Descriere

Print layout

LAYOUT

[layout]

Layout to export

Image file

OUTPUT

[file]

Implicit: [Salvare într-un fișier temporar]

Name (including path) of the output file. One of:

  • Salvare într-un Fișier Temporar

  • Salvare în Fișier…

Parametri avansați

Etichetă

Nume

Tipul

Descriere

Map layers to assign to unlocked map item(s)

Opţional

LAYERS

[enumeration] [layer]

Layers to display in the map item(s) whose contents are not locked

DPI

Opţional

DPI

Implicit: Nesetat

[număr]

DPI of the output file(s). If not set, the value in the print layout settings will be used.

Generate world file

GEOREFERENCE

[boolean]

Implicit: True

Determines if a world file should be generated

Export RDF metadata

INCLUDE_METADATA

[boolean]

Implicit: True

Determines if RDF metadata (title, author, …) should be generated

Enable antialiasing

ANTIALIAS

[boolean]

Implicit: True

Determines if antialiasing should be enabled

Rezultat

Etichetă

Nume

Tipul

Descriere

Image file

OUTPUT

[file]

Image file corresponding to the exported print layout

Cod Python

ID Algorithm: nativ:printlayouttoimage

import processing
processing.run("algorithm_id", {parameter_dictionary})

ID-ul algoritmului se afișează atunci când treceți peste algoritmul din caseta instrumentelor de procesare. Dicționarul parametrilor furnizează valorile și NUMELE parametrilor. Pentru detalii despre rularea algoritmilor de procesare din consola Python, parcurgeți Utilizarea algoritmilor de procesare din consolă.

28.1.2.9. Export print layout as PDF

Exports a print layout as a PDF file.

Parametri

Parametri de bază

Etichetă

Nume

Tipul

Descriere

Print Layout

LAYOUT

[layout]

Layout to export

PDF file

OUTPUT

[file]

Implicit: [Salvare într-un fișier temporar]

Name (including path) of the output file. One of:

  • Salvare într-un Fișier Temporar

  • Salvare în Fișier…

Parametri avansați

Etichetă

Nume

Tipul

Descriere

Map layers to assign to unlocked map item(s)

Opţional

LAYERS

[enumeration] [layer]

Layers to display in the map item(s) whose contents are not locked

DPI

Opţional

DPI

Implicit: Nesetat

[număr]

DPI of the output file(s). If not set, the value in the print layout settings will be used.

Always export as vectors

FORCE_VECTOR

[boolean]

Implicit: False

Determines if vectorial data should be left as vectors

Always export as raster

FORCE_RASTER

[boolean]

Implicit: False

Forces all the items in the map to be rasterized. This parameter takes precedence over the FORCE_VECTOR parameter.

Append georeference information

GEOREFERENCE

[boolean]

Implicit: True

Determines if a world file should be generated

Export RDF metadata

INCLUDE_METADATA

[boolean]

Implicit: True

Determines if RDF metadata (title, author, …) should be generated

Disable tiled raster layer exports

DISABLE_TILED

[boolean]

Implicit: False

Determines if raster should be tiled

Simplify geometries to reduce output file size

SIMPLIFY

[boolean]

Implicit: True

Determines if geometries should be simplified to reduce output file size

Text export

TEXT_FORMAT

[enumerare]

Implicit: 0

Determines if text should be exported as path or text objects. Possible options are:

  • 0 - Always export text as paths (recommended)

  • 1 - Always export texts as text objects

Image compression

IMAGE_COMPRESSION

[enumerare]

Implicit: 0

Determines compression level of the image and how suitable the file could be for printing outputs or post-production in external applications. Possible options are:

  • 0 - Lossy (JPEG)

  • 1 - Lossless

Export layers as separate PDF files

SEPARATE_LAYERS

[boolean]

Implicit: False

If True, then a separate PDF file will be created per layer per map item in the layout. Additionally, separate PDF files may be created for other complex layout items, resulting in a set of PDF files which contain logical atomic components of the layout.

Rezultat

Etichetă

Nume

Tipul

Descriere

PDF file

OUTPUT

[file]

PDF file(s) corresponding to the exported print layout

Cod Python

ID Algorithm: nativ:printlayouttopdf

import processing
processing.run("algorithm_id", {parameter_dictionary})

ID-ul algoritmului se afișează atunci când treceți peste algoritmul din caseta instrumentelor de procesare. Dicționarul parametrilor furnizează valorile și NUMELE parametrilor. Pentru detalii despre rularea algoritmilor de procesare din consola Python, parcurgeți Utilizarea algoritmilor de procesare din consolă.

28.1.2.10. Extract labels

Extracts label information from a rendered map at a given extent and scale.

If a map theme is provided, the rendered map will match the visibility and symbology of that theme. If left blank, all visible layers from the project will be used. Extracted label information include: position (served as point geometries), the associated layer name and feature ID, label text, rotation (in degree, clockwise), multiline alignment, and font details.

Parametri

Parametri de bază

Etichetă

Nume

Tipul

Descriere

Map extent

EXTENT

[extent]

Extent of the map to extract the labels from

Metodele disponibile sunt:

  • Calculate from layer…: uses extent of a layer loaded in the current project

  • Calculate from layout map…: uses extent of a layout map item in the active project

  • Calculate from bookmark…: uses extent of a saved bookmark

  • Use map canvas extent

  • Draw on canvas: click and drag a rectangle delimiting the area to take into account

  • Enter the coordinates as xmin, xmax, ymin, ymax

Map scale

SCALE

[scale]

Extracted labels will be rendered using their properties set at this scale.

Map theme

Opţional

MAP_THEME

[maptheme]

A map theme displaying the layers to extract the labels from. If unset, labels of the currently visible layers are extracted.

Include unplaced labels

Opţional

INCLUDE_UNPLACED

[boolean]

Implicit: True

Specify whether all overlapping labels should be extracted, including the conflicting (thus unplaced) ones.

Extracted labels

OUTPUT

[vector: punct]

Implicit: [Creare Strat temporar]

Specify the output vector layer for the extent(s). One of:

  • Create Temporary Layer (TEMPORARY_OUTPUT)

  • Salvare în Fișier…

  • Salvare în Geopackage…

  • Salvare în Tabela Bazei de Date…

The file encoding can also be changed here.

Parametri avansați

Etichetă

Nume

Tipul

Descriere

Map resolution (in DPI)

Opţional

DPI

Implicit: 96.0

[număr]

Rezultat

Etichetă

Nume

Tipul

Descriere

Extracted labels

OUTPUT

[vector: punct]

Point vector layer representing the fetched labels. Each feature has attributes identifying its source (layer, feature ID) and the assigned labeling properties (text, font, size, rotation, …). A default style with labeling and null symbol is also applied to the layer.

Atenționare

Because some of the generated fields have name with more than 10 characters, using the ESRI shapefile format (.SHP) to store the output may lead to unexpected rendering while loading the layer in QGIS.

Cod Python

Algorithm ID: native:extractlabels

import processing
processing.run("algorithm_id", {parameter_dictionary})

ID-ul algoritmului se afișează atunci când treceți peste algoritmul din caseta instrumentelor de procesare. Dicționarul parametrilor furnizează valorile și NUMELE parametrilor. Pentru detalii despre rularea algoritmilor de procesare din consola Python, parcurgeți Utilizarea algoritmilor de procesare din consolă.

28.1.2.12. Set layer style

Applies a provided style to a layer. The style must be defined in a QML file.

No new output are created: the style is immediately assigned to the layer.

Parametri

Etichetă

Nume

Tipul

Descriere

Strat de Intrare

INPUT

[strat]

Input layer you want to apply the style to

Style file

STYLE

[file]

Path to the .qml file of the style

Rezultat

Etichetă

Nume

Tipul

Descriere

OUTPUT

[la fel ca intrarea]

The input layer with the new style assigned. No new layer is created.

Cod Python

ID Algorithm: nativ:setlayerstyle

import processing
processing.run("algorithm_id", {parameter_dictionary})

ID-ul algoritmului se afișează atunci când treceți peste algoritmul din caseta instrumentelor de procesare. Dicționarul parametrilor furnizează valorile și NUMELE parametrilor. Pentru detalii despre rularea algoritmilor de procesare din consola Python, parcurgeți Utilizarea algoritmilor de procesare din consolă.

28.1.2.13. Topological coloring

Assigns a color index to polygon features in such a way that no adjacent polygons share the same color index, whilst minimizing the number of colors required.

The algorithm allows choice of method to use when assigning colors.

A minimum number of colors can be specified if desired. The color index is saved to a new attribute named color_id.

The following example shows the algorithm with four different colors chosen; as you can see each color class has the same amount of features.

../../../../_images/topological_color.png

Fig. 28.1 Topological colors example

Parametri

Etichetă

Nume

Tipul

Descriere

Strat de intrare

INPUT

[vector: poligon]

The input polygon layer

Minimum number of colors

MIN_COLORS

[număr]

Implicit: 4

The minimum number of colors to assign. Minimum 1, maximum 1000.

Minimum distance between features

MIN_DISTANCE

[număr]

Implicit: 0.0

Prevent nearby (but non-touching) features from being assigned equal colors. Minimum 0.0.

Balance color assignment

BALANCE

[enumerare]

Implicit: 0

Options are:

  • 0 — După numărul de entități

    Attempts to assign colors so that the count of features assigned to each individual color index is balanced.

  • 1 — După zona alocată

    Assigns colors so that the total area of features assigned to each color is balanced. This mode can be useful to help avoid large features resulting in one of the colors appearing more dominant on a colored map.

  • 2 — După distanța dintre culori

    Assigns colors in order to maximize the distance between features of the same color. This mode helps to create a more uniform distribution of colors across a map.

Colored

OUTPUT

[vector: poligon]

Implicit: [Creare Strat temporar]

Specify the output layer. One of:

  • Create Temporary Layer (TEMPORARY_OUTPUT)

  • Salvare în Fișier…

  • Salvare în Geopackage…

  • Salvare în Tabela Bazei de Date…

The file encoding can also be changed here.

Rezultat

Etichetă

Nume

Tipul

Descriere

Colored

OUTPUT

[vector: poligon]

Polygon vector layer with an added color_id column

Cod Python

Algorithm ID: qgis:topologicalcoloring

import processing
processing.run("algorithm_id", {parameter_dictionary})

ID-ul algoritmului se afișează atunci când treceți peste algoritmul din caseta instrumentelor de procesare. Dicționarul parametrilor furnizează valorile și NUMELE parametrilor. Pentru detalii despre rularea algoritmilor de procesare din consola Python, parcurgeți Utilizarea algoritmilor de procesare din consolă.

28.1.2.14. Transfer annotations from main layer

Transfers all annotations from the main annotation layer in a project to a new annotation layer. Items placement can then be adjusted within the layer stack.

Parametri

Etichetă

Nume

Tipul

Descriere

New layer name

LAYER_NAME

[string]

Implicit: «Adnotări»

Name of the annotations layer to create

Rezultat

Etichetă

Nume

Tipul

Descriere

New layer name

OUTPUT

[strat]

A layer with items from the main annotation layer

Cod Python

Algorithm ID: native:transferannotationsfrommain

import processing
processing.run("algorithm_id", {parameter_dictionary})

ID-ul algoritmului se afișează atunci când treceți peste algoritmul din caseta instrumentelor de procesare. Dicționarul parametrilor furnizează valorile și NUMELE parametrilor. Pentru detalii despre rularea algoritmilor de procesare din consola Python, parcurgeți Utilizarea algoritmilor de procesare din consolă.