GFD Dennou Club / Dennou Ruby / Products

What's Ruby-NuSDaS

Ruby-NuSDaS is a library for handling NuSDaS file.

This has two kinds of methods.
One is an one-to-one wrap method for NuSDaS C library. The methods are defined as class method of NumRu::NuSDaS To use these methods, you have to set NuSDaS root directory to environmental variable 'NUSDASnn', or move to the directory having NuSDaS root directory named as 'NUSDASnn'.
The other is original. The methods are defined as instance methods of NumRu::NuSDaS or NumRu::NuSDaSVar.

Download

Document

Rdoc document is here.

Example