Skip to content

benchmark-urbanism/cityseer-qgis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cityseer-qgis

QGIS plugin for cityseer-api

Development

  1. Install brew packages per brew install qt5 pyqt pdm qgis
  2. Install pythong packages per pdm install
  3. Add a .env file in vscode adding QGIS to the python path (per system QGIS location):
PYTHONPATH="${env:PYTHONPATH}:/Applications/Qgis.app/Contents/Resources/python/plugins:/Applications/Qgis.app/Contents/Resources/python"
  1. Create a softlink from the dev plugin folder to the QGIS plugins directory, this is system specific, e.g.:
ln -s /Users/gareth/dev/benchmark-urbanism/cityseer-qgis/cityseer-qgis /Users/gareth/Library/Application\ Support/QGIS/QGIS3/profiles/default/python/plugins

QGIS plugin config

QGIS doesn't yet support automatic third party package installation, so cityseer has to be installed manually for the time being:

/Applications/QGIS.app/Contents/MacOS/bin/pip install cityseer

Releases

No releases published

Packages

No packages published

Languages