-
-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathpyqgis_conf.yml
118 lines (111 loc) · 3.08 KB
/
pyqgis_conf.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
pyqgis_url: https://qgis.org/pyqgis
current_stable: '3.40'
current_ltr: '3.34'
qt_docs_url_base: https://doc.qt.io/qt-5/
skipped:
- PyProviderMetadata
- Enum
- SymbolTable
- SymbolId
- SymbolName
- SymbolXML
- SymbolFavoriteId
- TagTable
- TagId
- TagName
- TagmapTable
- TagmapTagId
- TagmapSymbolId
- ColorrampTable
- ColorrampId
- ColorrampName
- ColorrampXML
- ColorrampFavoriteId
- TextFormatTable
- TextFormatId
- TextFormatName
- TextFormatXML
- TextFormatFavoriteId
- LabelSettingsTable
- LabelSettingsId
- LabelSettingsName
- LabelSettingsXML
- LabelSettingsFavoriteId
- SmartgroupTable
- SmartgroupId
- SmartgroupName
- SmartgroupXML
non-instantiable:
- qgis.core.QgsRunProcess
- qgis.3d.Qgs3D
- qgis.gui.QgsGui
- qgis.analysis.QgsAnalysis
- qgis.server.QgsConfigCache
group-names:
3d: '3D'
actions: 'Map Actions'
annotations: 'Annotations and Annotation Layers'
attributetable: 'Attribute Table and Forms'
auth: 'Authentication Framework'
browser: 'Browser'
callouts: 'Label Callouts'
classification: 'Classification Methods'
codeeditors: 'Code Editors'
devtools: 'Development Tools'
diagram: 'Diagrams and Charts'
dxf: 'DXF Exports'
editform: 'Attribute Form Configuration'
editorwidgets: 'Attribute Editor Widgets'
editorwidgets.core: 'Attribute Editor Widgets - Core'
effects: 'Paint Effects'
elevation: 'Elevation Handling'
expression: 'Expression Engine'
externalstorage: 'External Storage'
fieldformatter: 'Field Value Formating'
geocoding: 'Geocoding'
geometry: 'Geometry'
georeferencing: 'Georeferencing'
gps: 'GPS and GNSS'
history: 'User History Tracking'
inputcontroller: 'Input Controller Handling'
interpolation: 'Interpolation'
labeling: 'Labeling'
layertree: 'Layer Tree and Legends'
layout: 'Print Layouts and Reports'
lights: 'Light Sources'
locator: 'Locator Bar'
maprenderer: 'Map Rendering'
maptools: 'Map Tools'
materials: 'Render Materials'
mesh: 'Mesh Layers'
metadata: 'Metadata Handling'
network: 'Network Access'
numericformats: 'Numeric Formats'
ogr: 'Data Providers - OGR'
painting: 'Painting Operations'
pdf: 'PDF Rendering'
plot: 'Plot and Graph Rendering'
pointcloud: 'Point Cloud Layers'
processing: 'Processing Framework'
processing.models: 'Processing Framework - Models'
processing.pdal: 'Processing Framework - PDAL'
proj: 'Coordinate Systems and Transformations'
project: 'QGIS Projects'
providers: 'Data Providers'
providers.arcgis: 'Data Providers - ArcGIS'
providers.gdal: 'Data Providers - GDAL'
providers.memory: 'Data Providers - Memory'
providers.sensorthings: 'Data Providers - OGC Sensorthings'
raster: 'Raster Layers'
scalebar: 'Scale Bars'
sensor: 'Sensor Handling'
settings: 'Settings Handling'
symbology: 'Symbology and Vector Renderers'
symbols: '3D Symbology'
tableeditor: 'Table Editor'
textrenderer: 'Text Rendering'
tiledscene: 'Tiled Scene Layers'
validity: 'Validity Checks'
vector: 'Vector Layers'
vector.geometry_checker: 'Geometry Checker'
vectortile: 'Vector Tile Layers'