24.2.8. Vector miscellaneous¶
24.2.8.1. Build virtual vector¶
Creates a virtual vector layer that contains a set of vector layers. The output virtual vector layer will not be opened in the current project.
This algorithm is especially useful in case another algorithm needs
multiple layers but accept only one vrt
in which the layers are
specified.
Parâmetros¶
Etiqueta |
Nome |
Tipo |
Descrição |
---|---|---|---|
Input datasources |
|
[vector: any] [list] |
Select the vector layers you want to use to build the virtual vector |
Create “unioned” VRT |
|
[boolean] Padrão: Falso |
Check if you want to unite all the vectors in a
single |
Virtual vector |
|
[same as input] Default: |
Specify the output layer containing only the duplicates. One of:
A codificação do arquivo também pode ser alterada aqui. |
Saídas¶
Etiqueta |
Nome |
Tipo |
Descrição |
---|---|---|---|
Virtual vector |
|
[vector: any] |
The output virtual vector made from the chosen sources |
Python code¶
Algorithm ID: gdal:buildvirtualvector
import processing
processing.run("algorithm_id", {parameter_dictionary})
The algorithm id is displayed when you hover over the algorithm in the Processing Toolbox. The parameter dictionary provides the parameter NAMEs and values. See Usando os algoritmos do processamento a partir do Terminal Python. for details on how to run processing algorithms from the Python console.
24.2.8.2. Executar SQL¶
Runs a simple or complex query with SQL syntax on the source layer. The result of the query will be added as a new layer.
This algorithm is derived from the GDAL ogr2ogr utility.
Parâmetros¶
Etiqueta |
Nome |
Tipo |
Descrição |
---|---|---|---|
Camada de entrada |
|
[vector: any] |
OGR-supported input vector layer |
SQL expression |
|
[string] |
Defines the SQL query, for example
|
SQL dialect |
|
[enumeration] Padrão: 0 |
SQL dialect to use. One of:
|
Opções de criação adicionais Opcional |
|
[string] Padrão: ‘’ (sem opções adicionais) |
Opções adicionais de criação de GDAL. |
SQL result |
|
[vector: any] |
Especificação da camada de saída. Uma de:
A codificação do arquivo também pode ser alterada aqui. For |
Saídas¶
Etiqueta |
Nome |
Tipo |
Descrição |
---|---|---|---|
SQL result |
|
[vector: any] |
Camada vetorial criada pela consulta |
Python code¶
Algorithm ID: gdal:executesql
import processing
processing.run("algorithm_id", {parameter_dictionary})
The algorithm id is displayed when you hover over the algorithm in the Processing Toolbox. The parameter dictionary provides the parameter NAMEs and values. See Usando os algoritmos do processamento a partir do Terminal Python. for details on how to run processing algorithms from the Python console.
24.2.8.3. Export to PostgreSQL (available connections)¶
Imports vector layers inside a PostgreSqL database on the basis of an available connection. The connection has to be defined properly beforehand. Be aware that the checkboxes ‘Save Username’ and ‘Save Password’ are activated. Then you can use the algorithm.
This algorithm is derived from the GDAL ogr2ogr utility.
Parâmetros¶
Etiqueta |
Nome |
Tipo |
Descrição |
---|---|---|---|
Banco de dados (nome da conexão) |
|
[string] |
The PostgreSQL database to connect to |
Camada de entrada |
|
[vector: any] |
OGR-supported vector layer to export to the database |
Shape encoding Opcional |
|
[string] Padrão: ‘’ |
Sets the encoding to apply to the data |
Tipo de geometria de saída |
|
[enumeration] Padrão: 0 |
Defines the output geometry type. One of:
|
Assign an output CRS Opcional |
|
[crs] Padrão: Nenhum |
Defines the output CRS of the database table |
Reproject to this CRS on output Opcional |
|
[crs] Padrão: Nenhum |
Reprojects/transforms to this CRS on output |
Override source CRS Opcional |
|
[crs] Padrão: Nenhum |
Overrides the input layer CRS |
Esquema (nome do esquema) Opcional |
|
[string] Padrão: ‘público’ |
Defines the schema for the database table |
Table to export to (leave blank to use layer name) Opcional |
|
[string] Padrão: ‘’ |
Defines a name for the table that will be imported into the database. By default the table name is the name of the input vector file. |
Primary Key (new field) Opcional |
|
[string] Default: ‘id’ |
Defines which attribute field will be the primary key of the database table |
Primary Key (existing field, used if the above option is left empty) Opcional |
|
[tablefield: any] Padrão: Nenhum |
Defines which attribute field in the exported layer will be the primary key of the database table |
Nome da coluna geometria Opcional |
|
[string] Padrão: ‘geom’ |
Defines in which attribute field of the database there will be the geometry information |
Vector dimensions Opcional |
|
[enumeration] Default: 0 (2D) |
Defines if the vector file to be imported has 2D or 3D data. One of:
|
Distance tolerance for simplification Opcional |
|
[string] Padrão: ‘’ |
Defines a distance tolerance for the simplification of the vector geometries to be imported. By default there is no simplification. |
Maximum distance between 2 nodes (densification) Opcional |
|
[string] Padrão: ‘’ |
The maximum distance between two nodes. Used to create intermediate points. By default there is no densification. |
Select features by extent (defined in input layer CRS) Opcional |
|
[extent] Padrão: Nenhum |
You can select features from a given extent that will be in the output table. |
Clip the input layer using the above (rectangle) extent Opcional |
|
[boolean] Padrão: Falso |
The input layer will be clipped by the extent you defined before |
Select features using a SQL “WHERE” statement (Ex: column=”value”) Opcional |
|
[string] Padrão: ‘’ |
Defines with a SQL “WHERE” statement which features should be selected from the input layer |
Group N features per transaction (Default: 2000) Opcional |
|
[string] Padrão: ‘’ |
You can group the input features in transactions where N defines the size. By default N limits the transaction size to 20000 features. |
Overwrite existing table Opcional |
|
[boolean] Padrão: Verdadeiro |
If there is a table with the same name in the database, and if this option is set to True, the table will be overwritten. |
Append to existing table Opcional |
|
[boolean] Padrão: Falso |
If checked / True the vector data will be appended to an existing table. New fields found in the input layer are ignored. By default a new table will be created. |
Append and add new fields to existing table Opcional |
|
[boolean] Padrão: Falso |
If activated the vector data will be appended to an existing table, there won’t be a new table created. New fields found in input layer are added to the table. By default a new table will be created. |
Do not launder columns/table names Opcional |
|
[boolean] Padrão: Falso |
With this option checked you can prevent the default behaviour (converting column names to lowercase, removing spaces and other invalid characters). |
Do not create Spatial Index Opcional |
|
[boolean] Padrão: Falso |
Prevents a spatial index for the output table from being created. By default, a spatial index is added. |
Continue after a failure, skipping the failed feature Opcional |
|
[boolean] Padrão: Falso |
|
Promote to Multipart Opcional |
|
[boolean] Padrão: Verdadeiro |
Casts features geometry type to multipart in the output table |
Keep width and precision of input attributes Opcional |
|
[boolean] Padrão: Verdadeiro |
Avoids modifying column attributes to comply with input data |
Opções de criação adicionais Opcional |
|
[string] Padrão: ‘’ (sem opções adicionais) |
Opções adicionais de criação de GDAL. |
Saídas¶
This algorithm has no output.
Python code¶
Algorithm ID: gdal:importvectorintopostgisdatabaseavailableconnections
import processing
processing.run("algorithm_id", {parameter_dictionary})
The algorithm id is displayed when you hover over the algorithm in the Processing Toolbox. The parameter dictionary provides the parameter NAMEs and values. See Usando os algoritmos do processamento a partir do Terminal Python. for details on how to run processing algorithms from the Python console.
24.2.8.4. Export to PostgreSQL (new connection)¶
Imports vector layers inside a PostGreSQL database. A new connection to the PostGIS database must be created.
This algorithm is derived from the GDAL ogr2ogr utility.
Parâmetros¶
Etiqueta |
Nome |
Tipo |
Descrição |
---|---|---|---|
Camada de entrada |
|
[vector: any] |
OGR-supported vector layer to export to the database |
Shape encoding Opcional |
|
[string] Padrão: ‘’ |
Sets the encoding to apply to the data |
Tipo de geometria de saída |
|
[enumeration] Padrão: 0 |
Defines the output geometry type. One of:
|
Assign an output CRS Opcional |
|
[crs] Padrão: Nenhum |
Defines the output CRS of the database table |
Reproject to this CRS on output Opcional |
|
[crs] Padrão: Nenhum |
Reprojects/transforms to this CRS on output |
Override source CRS Opcional |
|
[crs] Padrão: Nenhum |
Overrides the input layer CRS |
Host Opcional |
|
[string] Default: ‘localhost’ |
Name of the database host |
Port Opcional |
|
[string] Default: ‘5432’ |
Port number the PostgreSQL database server listens on |
Username Opcional |
|
[string] Padrão: ‘’ |
User name used to log in to the database |
Database name Opcional |
|
[string] Padrão: ‘’ |
Name of the database |
Password Opcional |
|
[string] Padrão: ‘’ |
Password used with Username to connect to the database |
Esquema (nome do esquema) Opcional |
|
[string] Padrão: ‘público’ |
Defines the schema for the database table |
Table name, leave blank to use input name Opcional |
|
[string] Padrão: ‘’ |
Defines a name for the table that will be imported into the database. By default the table name is the name of the input vector file. |
Primary Key (new field) Opcional |
|
[string] Default: ‘id’ |
Defines which attribute field will be the primary key of the database table |
Primary Key (existing field, used if the above option is left empty) Opcional |
|
[tablefield: any] Padrão: Nenhum |
Defines which attribute field in the exported layer will be the primary key of the database table |
Nome da coluna geometria Opcional |
|
[string] Padrão: ‘geom’ |
Defines in which attribute field to store the geometry information |
Vector dimensions Opcional |
|
[enumeration] Default: 0 (2D) |
Defines if the vector file to be imported has 2D or 3D data. One of:
|
Distance tolerance for simplification Opcional |
|
[string] Padrão: ‘’ |
Defines a distance tolerance for the simplification of the vector geometries to be imported. By default no simplification there is no simplification. |
Maximum distance between 2 nodes (densification) Opcional |
|
[string] Padrão: ‘’ |
The maximum distance between two nodes. Used to create intermediate points. By default there is no densification. |
Select features by extent (defined in input layer CRS) Opcional |
|
[extent] Padrão: Nenhum |
You can select features from a given extent that will be in the output table. |
Clip the input layer using the above (rectangle) extent Opcional |
|
[boolean] Padrão: Falso |
The input layer will be clipped by the extent you defined before |
Fields to include (leave empty to use all fields) Opcional |
|
[string] [list] Padrão: [] |
Defines fields to keep from the imported vector file. If none is selected, all the fields are imported. |
Select features using a SQL “WHERE” statement (Ex: column=”value”) Opcional |
|
[string] Padrão: ‘’ |
Defines with a SQL “WHERE” statement which features should be selected for the output table |
Group N features per transaction (Default: 2000) Opcional |
|
[string] Padrão: ‘’ |
You can group the input features in transactions where N defines the size. By default N limits the transaction size to 20000 features. |
Overwrite existing table Opcional |
|
[boolean] Padrão: Verdadeiro |
If there is a table with the same name in the database, and if this option is set to True, the table will be overwritten. |
Append to existing table Opcional |
|
[boolean] Padrão: Falso |
If checked / True the vector data will be appended to an existing table. New fields found in the input layer are ignored. By default a new table will be created. |
Append and add new fields to existing table Opcional |
|
[boolean] Padrão: Falso |
If activated the vector data will be appended to an existing table, there won’t be created a new table. New fields found in input layer are added to the table. By default a new table will be created. |
Do not launder columns/table names Opcional |
|
[boolean] Padrão: Falso |
With this option checked you can prevent the default behaviour (converting column names to lowercase, removing spaces and other invalid characters). |
Do not create Spatial Index Opcional |
|
[boolean] Padrão: Falso |
Prevents a spatial index for the output table from being created. By default, a spatial index is added. |
Continue after a failure, skipping the failed feature Opcional |
|
[boolean] Padrão: Falso |
|
Promote to Multipart Opcional |
|
[boolean] Padrão: Verdadeiro |
Casts features geometry type to multipart in the output table |
Keep width and precision of input attributes Opcional |
|
[boolean] Padrão: Verdadeiro |
Avoids modifying column attributes to comply with input data |
Opções de criação adicionais Opcional |
|
[string] Padrão: ‘’ (sem opções adicionais) |
Opções adicionais de criação de GDAL. |
Saídas¶
This algorithm has no output.
Python code¶
Algorithm ID: gdal:importvectorintopostgisdatabasenewconnection
import processing
processing.run("algorithm_id", {parameter_dictionary})
The algorithm id is displayed when you hover over the algorithm in the Processing Toolbox. The parameter dictionary provides the parameter NAMEs and values. See Usando os algoritmos do processamento a partir do Terminal Python. for details on how to run processing algorithms from the Python console.
24.2.8.5. Vector Information¶
Creates an information file that lists information about an OGR-supported data source. The output will be shown in a ‘Result’ window and can be written into a HTML-file. The information includes the geometry type, feature count, the spatial extent, the projection information and many more.
This algorithm is derived from the GDAL ogrinfo utility.
Parâmetros¶
Etiqueta |
Nome |
Tipo |
Descrição |
---|---|---|---|
Camada de entrada |
|
[vector: any] |
Camada vetorial de entrada |
Summary output only Opcional |
|
[boolean] Padrão: Verdadeiro |
|
Suprimir informação dos metadados Opcional |
|
[boolean] Padrão: Falso |
|
Informação da camada |
|
[html] Default: |
Specify the output HTML file that includes the file information. One of:
The file encoding can also be changed here. If no HTML-file is defined the output will be written to a temporary file |
Saídas¶
Etiqueta |
Nome |
Tipo |
Descrição |
---|---|---|---|
Informação da camada |
|
[html] |
The output HTML-file that includes the file information. |
Python code¶
Algorithm ID: gdal:ogrinfo
import processing
processing.run("algorithm_id", {parameter_dictionary})
The algorithm id is displayed when you hover over the algorithm in the Processing Toolbox. The parameter dictionary provides the parameter NAMEs and values. See Usando os algoritmos do processamento a partir do Terminal Python. for details on how to run processing algorithms from the Python console.