Skip to content

Commit 9d9cbed

Browse files
committed
update README
1 parent 7438289 commit 9d9cbed

File tree

1 file changed

+5
-14
lines changed

1 file changed

+5
-14
lines changed

README

+5-14
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,15 @@
1-
PDL::NetCDF, version 4.01
1+
PDL::NetCDF
22

33
Allows reading and writing of NetCDF files into and out of PDL objects using
44
a simple object-oriented interface. NetCDF is a flexible, binary, portable
55
file standard for storing gridded data. One can access netCDF files through
66
interface libraries in FORTRAN, C/C++ and perl. Numerous utilities also exist
77
for manipulating these files.
88

9-
The following are required for installation:
9+
See Makefile.PL for for minimum versions of Perl libraries needed,
10+
including PDL.
1011

11-
-- PDL v2.0.3+ (MUST have PDL::Char module to work!)
12-
13-
If you want to use the old version of pdl (pdl 1.11), please
14-
use PDL::NetCDF version 0.34, also available on CPAN.
15-
16-
-- perl 5.004 (or later)
17-
-- NetCDF version 3, NetCDF version 4
18-
19-
The first two are available on CPAN. The third is available from UCAR UNIDATA
20-
at
12+
NetCDF is available from UCAR UNIDATA at
2113

2214
http://www.unidata.ucar.edu/packages/netcdf/index.html
2315

@@ -50,5 +42,4 @@ Best of luck!
5042
Doug Hunt
5143
dhunt@ucar.edu
5244
Software Engineer III
53-
UCAR - GPS/MET
54-
45+
UCAR - GPS/MET

0 commit comments

Comments
 (0)