Geolix.Reader

Module to read database files and split them into data and metadata.

Source

Summary

read_database(filename)

Reads a database file and returns the data and metadata parts from it

Functions

read_database(filename)

Specs:

  • read_database(String.t) :: {binary, binary}

Reads a database file and returns the data and metadata parts from it.

Source