Mark Litwintschik
Mark Litwintschik
The ZIP is 8 GB and decompresses into ~50 files totalling 46 GB uncompressed. There is no progress bar at all. Even when trying to just count records. ```bash $...
QGIS can't decode the structure columns in the PQ files generated for some reason. The source column, for instance, isn't usable. The underlying data is there in the PQ files...
I did a training workshop with a client and got everyone to install this plugin in QGIS on Windows. I've had the following reported back: > Before installing the GeoParquet...
It's possible to use s3:// URLs but it seems they will only work if they're publically available. Is there any way in QGIS to store access and secret keys for...
When I download buildings only the `type=building` theme type is downloaded. ```sql CREATE TABLE download_data AS ( SELECT * FROM read_parquet('s3://overturemaps-us-west-2/release/2025-01-22.0/theme=buildings/type=building/*') WHERE "bbox".xmin BETWEEN -113.99509417178646 AND -113.92783052676316 AND "bbox".ymin BETWEEN...
The Venn diagram of this plugin and QGIS' data browser seem to have a lot of overlap but this plugin has resonated with everyone I've shown it to. Do you...
In https://github.com/cholmes/qgis_plugin_gpq_downloader/blob/main/gpq_downloader/__init__.py#L48 could you change it to include an upgrade flag? If they already have DuckDB and its an old version, nothing will be flagged to the user unless it's...