Skip to content

Hossein-Madadi/qgis-nbextension

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QGIS Jupyter notebook extension: use qgis in jupyter notebook

Installation from source

Clone the repository then install with pip from inside the repository:

pip install .

Description

Qgis notebook extension is syntactic sugar around qgis to leverage use of qgis in jupyter-notebook environment

Load in your notebook with:

%load_ext qgis_nbextension

Magic commands

%qgis

How it works

Start a qgis session by initialising a QgsApplication and Message hooks to QgisMessageLog.

Options:

  • --processing : Initialize Qgis processing providers

See also

About

Run qgis in Jupyter notebook - collection of pygis scripts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 88.2%
  • Python 11.8%