Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 845 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 845 Bytes

bigquerylayers

QGIS plugin for importing data from BigQuery

screenshot

Install

  1. Create a project using the Google Cloud Console
  2. Install the Google Cloud SDK and authenticate using the command gcloud auth application-default login
  3. Download the zipped plugin using curl -L https://github.com/smandaric/bigquerylayers/archive/master.zip -o /tmp/bigquerylayers.zip
  4. Install the plugin from zip using the plugin menus in QGIS

Development

  1. Make sure the QGIS python interpreter has Google Cloud SDK installed
  2. Symlink the directory to the QGIS plugins folder
  • Mac: ln -s ${PWD} ~/Library/"Application Support"/QGIS/QGIS3/profiles/default/python/plugins

Updating bundled BigQuery libs

pip install --target bqloader/libs google-cloud-bigquery --upgrade