QGIS plugin for importing data from BigQuery
This plugin requires an active (free tier or paid) subscription to Google Cloud Platform
- Create a project using the Google Cloud Console
- Install the Google Cloud SDK and authenticate using the command
gcloud auth application-default login
- Install the BigQuery layers plugin using the QGIS plugin manager
- Make sure you have an active GCP project and authenticated Google Cloud SDK
- Clone this repo and symlink it to the QGIS plugins folder
- Mac:
ln -s ${PWD} ~/Library/"Application Support"/QGIS/QGIS3/profiles/default/python/plugins
pip install --target bqloader/libs google-cloud-bigquery --upgrade