exshape v2.2.6 Exshape.Dbf

Link to this section Summary

Link to this section Functions

Link to this function read(byte_stream)

Read a DBF from a byte stream

Example

  File.stream!("rivers.dbf", [], 2048)
  |> Exshape.Dbf.read
  |> Stream.each(&IO.inspect/1)
  |> Stream.run
Link to this function trim_trailing(s)