Skip to main content

write_cityjsonseq

Function write_cityjsonseq 

Source
pub fn write_cityjsonseq<I, W>(
    writer: W,
    base_root: &CityModel,
    features: I,
    transform: &Transform,
) -> Result<CityJsonSeqWriteReport>
where I: IntoIterator<Item = CityModel>, W: Write,