https://github.com/tpapp/amdb.jl
AMDB analysis. For internal use at the IHS until cleaned up.
https://github.com/tpapp/amdb.jl
Last synced: 4 months ago
JSON representation
AMDB analysis. For internal use at the IHS until cleaned up.
- Host: GitHub
- URL: https://github.com/tpapp/amdb.jl
- Owner: tpapp
- License: other
- Created: 2017-05-09T13:08:24.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-12-20T09:12:41.000Z (over 5 years ago)
- Last Synced: 2025-08-16T00:27:50.326Z (10 months ago)
- Language: Julia
- Size: 78.1 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# AMDB
[](http://www.repostatus.org/#wip)
[](https://travis-ci.org/tpapp/AMDB.jl)
[](https://coveralls.io/github/tpapp/AMDB.jl?branch=master)
[](http://codecov.io/github/tpapp/AMDB.jl?branch=master)
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
```julia
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
```shell
export AMDB_FILES=path/to/files
```
in your shell, or
```julia
ENV["AMDB_FILES"] = "path/to/files"
```
in your `~/.juliarc.jl`.
See the `scripts/` directory.