Skip to content

Commit cba26c6

Browse files
authored
Merge pull request #60 from jyucsiro/master
adding install and example to nclddump
2 parents 1f7eed8 + e2f40bd commit cba26c6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

ncldDump/ReadMe.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,13 @@ then the attribute value will treated as the key value.)
1717

1818
The initial version of the application has a placeholder in the aliases.json
1919
file for context definitions, but the code does not yet recognize or use them.
20+
21+
22+
Install
23+
$ pip install -r ../requirements.txt
24+
25+
Quick-start
26+
$ python ncldDump.py -a aliases.json -o test.html test.nc
27+
28+
29+
Note: this currently works in Python 2.7

0 commit comments

Comments
 (0)