Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 819 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 819 Bytes

bigquerylayers

QGIS plugin for importing data from BigQuery

screenshot

Install

This plugin requires an active (free tier or paid) subscription to Google Cloud Platform

  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. Install the BigQuery layers plugin using the QGIS plugin manager

Development

  1. Make sure you have an active GCP project and authenticated Google Cloud SDK
  2. Clone this repo and symlink it 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