A Rust library and CLI tool for parsing JMA LIDEN (LIghtning DEtection Network system) data files.
# Build
cargo build
# Run
cargo run -- data.bin
# Verbose output
cargo run -- data.bin -v
# JSON export
cargo run -- data.bin -v --json -o output.json
# Run examples
cargo run --example dump
cargo run --example json_dump
Add to your Cargo.toml
:
[dependencies]
liden = { git = "https://github.com/MIERUNE/liden" }
- Header: Date/time, observation cycle, record count
- Lightning Data: Time offset, lat/lon, discharge type (雲放電/対地放電)
MIT
Haruto Sasaki (@groovyjovy)
Taku Fukada (@ciscorn)