forked from cholmes/qgis_plugin_gpq_downloader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.txt
38 lines (31 loc) · 1.85 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
[general]
name=GeoParquet Downloader (Overture, Source Coop & Custom Cloud)
description=This plugin connects to cloud-based GeoParquet data and downloads the portion in the current viewport.
version=0.3.0
qgisMinimumVersion=3.16
icon=icons/parquet-download.png
about=Plugin for downloading GeoParquet data from cloud sources.
The plugin comes with pre-configured sources for <a href="https://overturemaps.org/">Overture
Maps</a>, <a href="https://source.coop/">Source Cooperative</a>, and you can enter the location
of any online GeoParquet file or partition. It works best with
the bbox struct from GeoParquet 1.1, but any GeoParquet file
will work. You can save the output data as GeoParquet,
GeoPackage or DuckDB.
The plugin does not require that your QGIS supports
GeoParquet, as you can download data as GeoPackage, but
GeoParquet generally works better (faster and better nested
data). Most Windows installations come with it, and for Mac
and Linux you can install via conda. For information on
installing Geoparquet support see <a href="https://github.com/cholmes/qgis_plugin_gpq_downloader/wiki/Installing-GeoParquet-Support-in-QGIS">this wiki page</a>.
The plugin depends on DuckDB, which should be installed
automatically when you install the plugin. If you have issues
with DuckDB installing please file an issue on the <a href="https://github.com/cholmes/qgis_plugin_gpq_downloader/issues">GitHub issue tracker</a>.
tags=geoparquet,parquet,overture,source cooperative,cloud,duckdb,geopackage
# credits and contact
author=Chris Holmes
homepage=https://github.com/cholmes/qgis_plugin_gpq_downloader/
repository=https://github.com/cholmes/qgis_plugin_gpq_downloader/
tracker=https://github.com/cholmes/qgis_plugin_gpq_downloader/issues
[dependencies]
pip_dependencies=duckdb>=1.1.0