exshape v0.2.2 Exshape.Shp

Summary

Functions

Read geometry features from a byte stream

Functions

read(byte_stream)

Read geometry features from a byte stream

    File.stream!("rivers.shp", [], 2048)
    |> Exshape.Shp.read
    |> Stream.each(&IO.inspect/1)
    |> Stream.run
shape_type_from_code(int)