forked from smandaric/bigquerylayers
-
Notifications
You must be signed in to change notification settings - Fork 1
/
metadata.txt
44 lines (34 loc) · 1.68 KB
/
metadata.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# This file contains metadata for your plugin. Since
# version 2.0 of QGIS this is the proper way to supply
# information about a plugin. The old method of
# embedding metadata in __init__.py will
# is no longer supported since version 2.0.
# This file should be included when you package your plugin.# Mandatory items:
[general]
name=BigQuery Layers
qgisMinimumVersion=3.0
description=Import data from BigQuery.
version=0.2.0
author=Stefan Mandaric
email=stefan.mandaric@gmail.com
about=BigQuery Layers is a plugin for importing data from BigQuery as layers in QGIS. BigQuery is a serverless data warehouse with geospatial support that is part of Google Cloud Platform. The plugin allows the user to run SQL queries and import the results as vector layers. The user must set up a Google Cloud project in the console via https://console.cloud.google.com and authenticate the client as described in the plugin homepage.
tracker=https://github.com/smandaric/bigquerylayers/issues
repository=https://github.com/smandaric/bigquerylayers
# End of mandatory metadata
# Recommended items:
# Uncomment the following line and add your changelog:
changelog=0.2.0 2019-10-18
* New feature: Long running result fetching can be cancelled in GUI
* Improvement: Add index to improve performance when importing large layers
* Major code cleanup and refactoring
* Bug fixes
* Update bundled libraries
# Tags are comma separated with spaces allowed
tags=python, BigQuery, Google Cloud
homepage=https://github.com/smandaric/bigquerylayers
category=Database
icon=icon.png
# experimental flag
experimental=False
# deprecated flag (applies to the whole plugin, not just a single version)
deprecated=False