Function geozero::geojson::read_geojson

source ยท
pub fn read_geojson<R: Read, P: FeatureProcessor>(
    reader: R,
    processor: &mut P
) -> Result<()>
Expand description

Read and process GeoJSON.