| 1 |
<?xml version="1.0" encoding="UTF-8"?>
|
| 2 |
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
| 3 |
<pkgmetadata>
|
| 4 |
<herd>sci</herd>
|
| 5 |
<longdescription lang="en">
|
| 6 |
Command-line operators to analyze netCDF files
|
| 7 |
NetCDF Operator is a suite of programs known as operators. The
|
| 8 |
operators are stand-alone, command-line programs executable in a POSIX
|
| 9 |
shell. Operators take one or more netCDF files as input, perform an
|
| 10 |
operation (e.g., averaging or hyperslabbing), and produce a netCDF
|
| 11 |
output file. NCO was originally designed to manipulate and analyze
|
| 12 |
climate data, though it works on any netCDF format datasets.
|
| 13 |
</longdescription>
|
| 14 |
<use>
|
| 15 |
<flag name="dap">Support for remote data access with the NETCDF DAP client</flag>
|
| 16 |
<flag name='ncap2'>Build next generation netcdf arithmetic processor
|
| 17 |
(needs <pkg>dev-java/antlr</pkg>)</flag>
|
| 18 |
<flag name='udunits'>Add <pkg>sci-libs/udunits</pkg> files support</flag>
|
| 19 |
</use>
|
| 20 |
</pkgmetadata>
|