Hello, I work with scientific data mostly, and have written perl scripts to manipulate, collect, sort, and transmit this scientific data. I am now trying to write a script that'll convert the data from a NetCDF file to an ASCII text file. I've found the NetCDF perl module on CPAN but there's little to no documentation with it. The only documentation I have is the Linux man entry for the NetCDF C++ library (which the perl module uses).

I could always write the program in C++ but well, I'd rather get it done in perl. My question is has anyone here had any experience with the perl NetCDF module or knows where there's some good documentation about it? I'll admit now, I haven't throughtly searched for any docs but I have kind of skimmed the surface. I figured I'd ask here first and see if anyone had first-hand experience with the module and could tell me if it even works well or not.

Thanks,
Dustin

In reply to NetCDF with Perl by Dustin

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.