QGIS plugin for importing data from BigQuery
- Create a project using the Google Cloud Console
- Install the Google Cloud SDK and authenticate using the command
gcloud auth application-default login
- Download the zipped plugin using
curl -L https://github.com/smandaric/bigquerylayers/archive/master.zip -o /tmp/bigquerylayers.zip
- Install the plugin from zip using the plugin menus in QGIS
- Make sure the QGIS python interpreter has Google Cloud SDK installed
- Symlink the directory 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