Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pdlporters/pdl-netcdf
PDL-NetCDF
https://github.com/pdlporters/pdl-netcdf
netcdf pdl perl
Last synced: 14 days ago
JSON representation
PDL-NetCDF
- Host: GitHub
- URL: https://github.com/pdlporters/pdl-netcdf
- Owner: PDLPorters
- License: other
- Created: 2021-04-21T21:56:04.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-30T14:46:54.000Z (4 months ago)
- Last Synced: 2024-11-13T07:30:42.668Z (2 months ago)
- Topics: netcdf, pdl, perl
- Language: Perl
- Homepage: https://p3rl.org/PDL::NetCDF
- Size: 212 KB
- Stars: 0
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
PDL::NetCDF
Allows reading and writing of NetCDF files into and out of PDL objects using
a simple object-oriented interface. NetCDF is a flexible, binary, portable
file standard for storing gridded data. One can access netCDF files through
interface libraries in FORTRAN, C/C++ and perl. Numerous utilities also exist
for manipulating these files.See Makefile.PL for for minimum versions of Perl libraries needed,
including PDL.NetCDF is available from UCAR UNIDATA at
http://www.unidata.ucar.edu/packages/netcdf/index.html
INSTALLATION:
Installation should be the normal:
perl Makefile.PL
make
make test(as root)
make installFor building against the NetCDF4 library with hdf5 data-support:
NETCDF_EXTRALIBS='-L/disk1/heiko/local/hdf5_1.8/lib -lhdf5_hl -lhdf5 -lz' perl Makefile.PL
make
make test(as root)
make installIf you have problems, see the PROBLEMS file.
Best of luck!
Doug Hunt
[email protected]
Software Engineer III
UCAR - GPS/MET