Skip to content

A dead simple, colourised netCDF file header viewer - written in Rust

License

Notifications You must be signed in to change notification settings

charles-turner-1/nchdr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NCHDR: A dead simple, colourised netCDF file header viewer, written in rust.

My use case for ncdump is almost exclusively ncdump -h $FILE.

This presents two mild inconveniences:

  1. Output is not colourised. This is kind of annoying.
  2. It's too many characters to type.

This tool solves these glaring errors, by providing shorter command name, and colourising the output. It mostly exists because I wanted to write a CLI tool in Rust. For reference, I'm using the output of nchd as a target for what this tool should output.

Installation

pip install nchd to install the Python version.

How to install the Rust version is TBD.

Usage

nchdr $FILE

Options

  • --help: Show help message and exit

Contributing

Feel free to contribute! With that in mind, this tool is intentionally simple.

About

A dead simple, colourised netCDF file header viewer - written in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages