Skip to content

tpapp/AMDB.jl

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages