pub fn clip_zones( topojson_path: &str, boundary: Polygon<f64>, ) -> Result<Vec<(Polygon<f64>, CensusZone)>>
Clips existing TopoJSON files to the given boundary. All polygons are in WGS84.