Skip to content

MIERUNE/liden

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

liden

A Rust library and CLI tool for parsing JMA LIDEN (LIghtning DEtection Network system) data files.

Build & Run

# 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 

Examples

# Run examples
cargo run --example dump
cargo run --example json_dump

Library Usage

Add to your Cargo.toml:

[dependencies]
liden = { git = "https://github.com/MIERUNE/liden" }

Data Format

  • Header: Date/time, observation cycle, record count
  • Lightning Data: Time offset, lat/lon, discharge type (雲放電/対地放電)

License

MIT

Authors

Haruto Sasaki (@groovyjovy)
Taku Fukada (@ciscorn)

About

An experimental parser for JMA's LIDEN (LIghtning DEtection Network system) observation data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages