lgtm
This commit is contained in:
parent
982e0cc89c
commit
cfaf58dfba
44 changed files with 793 additions and 201 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue