This commit is contained in:
Andras Schmelczer 2026-07-12 15:03:33 +01:00
parent 982e0cc89c
commit cfaf58dfba
44 changed files with 793 additions and 201 deletions

View file

@ -45,7 +45,7 @@ def _require_tippecanoe() -> str:
def _write_property_geojsonseq(inspire_dir: Path, output_path: Path) -> int:
"""Stream INSPIRE parcels to a WGS84 GeoJSONSeq file, one feature per line.
Features carry no properties the overlay only draws outlines, so dropping
Features carry no properties. The overlay only draws outlines, so dropping
attributes keeps the tiles as small as possible. Reprojection and GeoJSON
encoding are vectorised per ZIP (one local authority) to bound memory while
staying in shapely's C path.