Function popgetter::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.