shapefile_from_gzip

Function shapefile_from_gzip 

Source
pub fn shapefile_from_gzip<P: MValueCompatible>(
    input: &str,
    epsg_codes: BTreeMap<String, String>,
) -> ShapeFileReader<BufferReader, P>
Available on crate feature std only.
Expand description

§Read a Shapefile from a Gzip folder.

§Description

Assumes the input is an arraybuffer that is pointing to a collection of zip shapefile data.