commands.sh

qgis

all

View, create, and analyze geographic data in a Geographic Information System. Supports rasters, vectors, and project files (`.qgs`, `.qgz`, `.qlr`).

More info →

Options (6)

-p, --projectboolean

Open a specific project file

Example: qgis {{[-p|--project]}} {{path/to/project.qgz}}
-n, --nologoboolean

Hide the splash screen on startup

Example: qgis {{[-n|--nologo]}}
-e, --extentboolean

Set the initial map extent

Example: qgis {{[-e|--extent]}} {{xmin,ymin,xmax,ymax}}
-f, --codeboolean

Run a Python script on load

Example: qgis {{[-f|--code]}} {{path/to/script.py}}
-P, --nopluginsboolean

Launch QGIS without restoring plugins

Example: qgis {{[-P|--noplugins]}}
-B, --skipbadlayersboolean

Skip prompts for missing layers when opening a project

Example: qgis {{[-B|--skipbadlayers]}} {{[-p|--project]}} {{path/to/project.qgz}}

Examples (8)

Launch 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
made by @shridhargupta | data from tldr-pages