Note: This document is for an older version of GRASS GIS that is outdated. You should upgrade, and read the current addon manual page.

GRASS logo

NAME

r.out.netcdf - GRASS module for exporting netCDF data

KEYWORDS

SYNOPSIS

r.out.netcdf
r.out.netcdf help
r.out.netcdf [-dg] input=name output=name [--verbose] [--quiet]

Flags:

-d
OpenDX output
-g
GMT output
--verbose
Verbose module output
--quiet
Quiet module output

Parameters:

input=name
Name of input raster map
output=name
File name for new netCDF file

DESCRIPTION

The r.out.netcdf module exports a GRASS raster map to a netcdf file. Dimensions, Attributes and variables of netcdf file follow the scheme used in Generic Mapping Tools (GMT) grid (.grd) files (-g flag) or are suitable to be imported into IBM Data Explorer (-d flag).

AUTHOR

Alessandro Frigeri <afrigeri unipg it>

SEE ALSO

r.out.arc, r.out.ascii, r.out.bin, r.out.tiff

Last changed: $Date: 2011-11-08 13:56:45 -0800 (Tue, 08 Nov 2011) $


Main index - raster index - Full index

© 2003-2014 GRASS Development Team