gugik_bdot10k
Download BDOT10k topographic data for a Polish county using its 4-digit TERYT code. Supports GPKG, SHP, GML, or GeoParquet formats with optional project loading.
Instructions
Download BDOT10k (topographic database) for one powiat (county), by its 4-digit TERYT code.
format is "GPKG" (default - single file, recommended), "SHP", "GML",
or "GeoParquet". Without output_dir only the resolved download URL is
returned (no fetch). With output_dir, the package is downloaded and
extracted there. add_to_project=True additionally loads it into the
live project: GPKG loads every table directly; GML is first packaged
into a single GPKG via QGIS's native:package (BDOT10k GML ships as
50-90 separate per-object-class files, not one usable layer) and then
that GPKG's tables are loaded; SHP loads each .shp found; GeoParquet
isn't supported for add_to_project - download it and load manually.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| teryt | Yes | ||
| format | No | GPKG | |
| output_dir | No | ||
| add_to_project | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||