tpapp / AMDB.jl

AMDB analysis. For internal use at the IHS until cleaned up.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AMDB

Project Status: WIP - Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. Build Status Coverage Status codecov.io

Loose collection of functions and some basic infrastructure for working with the AMDB files. For internal use at the IHS.

Installation

Requires Julia v0.6. Some dependencies are unregistered, so install as

Pkg.clone("https://github.com/tpapp/RaggedData.jl.git")
Pkg.clone("https://github.com/tpapp/ByteParsers.jl.git")
Pkg.clone("https://github.com/tpapp/DiscreteRanges.jl.git")
Pkg.clone("https://github.com/tpapp/LargeColumns.jl.git")
Pkg.clone("https://github.com/tpapp/FlexDates.jl.git")
Pkg.clone("https://github.com/tpapp/WallTimeProgress.jl.git")
Pkg.clone("https://github.com/tpapp/AMDB.jl.git")

Usage

Needs the environment variable AMDB_FILES. Either

export AMDB_FILES=path/to/files

in your shell, or

ENV["AMDB_FILES"] = "path/to/files"

in your ~/.juliarc.jl.

See the scripts/ directory.

About

AMDB analysis. For internal use at the IHS until cleaned up.

License:Other


Languages

Language:Julia 100.0%