Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

SensesProject/simple-netcdf-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NetCDF

Installing (macOS)

You need to install netcdf first. You can do that using homebrew: brew install netcdf.

If you run into brew link related troubles, you might need to make /usr/local/share writable. Do this by running sudo chown -R [user]:admin /usr/local/share. Then run brew link netcdf.

Now run yarn. Modify index.js and run node index.js

Usage

Preview

node index.js [file] -p [time offset]

preview

Animated Preview

node index.js [file] -a

Inspect

node index.js [file] -i

inspect

Inspect (verbose)

node index.js [file] -v

verbose

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published