Hi Cathy: I maintain the PDL::NetCDF library, which interfaces with the Perl Data Language extension for perl (see http://pdl.perl.org/). This gives much higher performance than the normal perl netcdf interface since compact 'PDL' objects (n-dimensional matrices) are passed back instead of perl arrays (stored internally as high-overhead linked lists).
I've just received a contribution from a user of a patch to PDL::NetCDF to add netCDF-4 support. I've yet to test it out, but this will probably mean basic netCDF-4 support will be available in PDL::NetCDF within a few weeks. Regards, Doug Hunt [email protected] Software Engineer IV UCAR - COSMIC, Tel. (303) 497-2611 On Thu, 12 Mar 2009, Cathy Smith wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi: > > We use the Perl netCDF module pretty extensively in our code. Will it be > able to support netCDF-4? I looked around and didn't see anything > specific. I believe the Perl module uses the much older version 2 API > and I'm not sure how supported it is. > > Thanks, > Cathy Smith > - -- > NOAA/ESRL PSD and CIRES CDC > 303-497-6263 > http://www.cdc.noaa.gov/people/cathy.smith/ > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.9 (Darwin) > > iEYEARECAAYFAkm5LLsACgkQFiO7KzMhjUQtXgCfXwLkbsQBpqwJJgweZ6v5lXGW > vBwAn2q9qpSEpULiBEEYcdxQKiMdCKBr > =nEdg > -----END PGP SIGNATURE----- > > _______________________________________________ > netcdfgroup mailing list > [email protected] > For list information or to unsubscribe, visit: > http://www.unidata.ucar.edu/mailing_lists/ > _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
