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