Thanks for the awesome Plugin!
I have two little questions/suggestions?
- Instead of iterating over every row of the query result and saving it as a csv file, why not use the bigquery capability to save the result as dataframe (
.to_dataframe()) and then using geopandas to save everything as gpkg?
- In case the data in a BQ-table changes, would it be possible to save the query itself (maybe within the qgislayer), so that it could easily be updated?
Thanks for the awesome Plugin!
I have two little questions/suggestions?
.to_dataframe()) and then using geopandas to save everything as gpkg?