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$
Main index - raster index - Full index
© 2003-2016 GRASS Development Team