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