Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 709 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 709 Bytes

PolygonToStreetKm – Pre-Alpha

Command line script that takes a Polygon, fetches road data from overpass and cuts the roads to match the polygon.

Similar to turf.bboxClip but for Polygons.

Pre-Alpha

Right now, this repo requires manual steps to run.

Usage

Run with

bun run index.ts

Ideas