diff --git a/pages/common/qgis.md b/pages/common/qgis.md new file mode 100644 index 00000000000000..cefa0b13c999d6 --- /dev/null +++ b/pages/common/qgis.md @@ -0,0 +1,37 @@ +# qgis + +> View, create, and analyze geographic data in a Geographic Information System. +> Supports rasters, vectors, and project files (`.qgs`, `.qgz`, `.qlr`). +> More information: . + +- Launch QGIS: + +`qgis` + +- Open a specific project file: + +`qgis {{[-p|--project]}} {{path/to/project.qgz}}` + +- Open one or more raster or vector files directly: + +`qgis {{path/to/file1.tif path/to/file2.shp ...}}` + +- Hide the splash screen on startup: + +`qgis {{[-n|--nologo]}}` + +- Set the initial map extent: + +`qgis {{[-e|--extent]}} {{xmin,ymin,xmax,ymax}}` + +- Run a Python script on load: + +`qgis {{[-f|--code]}} {{path/to/script.py}}` + +- Launch QGIS without restoring plugins: + +`qgis {{[-P|--noplugins]}}` + +- Skip prompts for missing layers when opening a project: + +`qgis {{[-B|--skipbadlayers]}} {{[-p|--project]}} {{path/to/project.qgz}}`