pub fn write_feature_stream<I, W>(writer: W, models: I) -> Result<()>where I: IntoIterator<Item = CityModel>, W: Write,