popgetter

Function clip_zones

Source
pub fn clip_zones(
    topojson_path: &str,
    boundary: Polygon<f64>,
) -> Result<Vec<(Polygon<f64>, CensusZone)>>
Expand description

Clips existing TopoJSON files to the given boundary. All polygons are in WGS84.