Blame getdap4.man1

Packit a4aae4
.\" getdap.man
Packit a4aae4
.\" 
Packit a4aae4
.\"  Created on: Oct 28, 2013
Packit a4aae4
.\"      Author: jimg
Packit a4aae4
.\" 
Packit a4aae4
.\" Process this file with
Packit a4aae4
.\" groff -man -Tascii getdap4.1
Packit a4aae4
.\"
Packit a4aae4
.TH GETDAP4 1 "October 2013" Linux "User Manuals"
Packit a4aae4
.SH NAME
Packit a4aae4
getdap4 \- test driver for the libdap library DAP4 protocol
Packit a4aae4
.SH SYNOPSIS
Packit a4aae4
.B getdap4 [dD vVikmzst] [-c 
Packit a4aae4
.I expr
Packit a4aae4
.B ] [-m 
Packit a4aae4
.I num
Packit a4aae4
.B ]
Packit a4aae4
.I url
Packit a4aae4
.B ...
Packit a4aae4
Packit a4aae4
.B getdap4 [-VvksM]
Packit a4aae4
.I file
Packit a4aae4
.B ...
Packit a4aae4
.SH DESCRIPTION
Packit a4aae4
.B getdap4
Packit a4aae4
A command line interface for DAP4, the follow-on to DAP2.
Packit a4aae4
While getdap can be used to access DAP2 response objects 
Packit a4aae4
and process those responses with the libdap client-side
Packit a4aae4
software, getdap4 fills the same role for DAP4.
Packit a4aae4
Packit a4aae4
In the first form of the command, dereference the URL and
Packit a4aae4
perform the requested operations. This includes routing
Packit a4aae4
the returned information through the DAP processing
Packit a4aae4
library (parsing the returned objects, et c.). If neither
Packit a4aae4
of d or D are used with a URL, then the DAP library
Packit a4aae4
routines are NOT used and the URLs contents are dumped
Packit a4aae4
to standard output.
Packit a4aae4
Packit a4aae4
In the second form of the command, assume the files are
Packit a4aae4
DAP4 Data objects (stored in files or read from pipes)
Packit a4aae4
and process them as if -D were given. In this case the
Packit a4aae4
information must contain valid MIME header in order
Packit a4aae4
to be processed or -M should be used.
Packit a4aae4
.SH OPTIONS
Packit a4aae4
.IP -i 
Packit a4aae4
For each URL, get the server version.
Packit a4aae4
.IP -d
Packit a4aae4
For each URL, get the the DAP4 DMR response.
Packit a4aae4
.IP -D
Packit a4aae4
For each URL, get the the DAP4 Data response.
Packit a4aae4
.IP -v
Packit a4aae4
Verbose output.
Packit a4aae4
.IP -V
Packit a4aae4
Version of this client; see 'i' for server version.
Packit a4aae4
.IP "-c expr" 
Packit a4aae4
.I expr
Packit a4aae4
is a constraint expression. Used with -D/X.
Packit a4aae4
You can use a `?' for the CE also.
Packit a4aae4
.IP -k
Packit a4aae4
Keep temporary files created by libdap.
Packit a4aae4
.IP "-m num"
Packit a4aae4
Request the same URL 
Packit a4aae4
.I num
Packit a4aae4
times
Packit a4aae4
.IP -z
Packit a4aae4
Ask the server to compress data.
Packit a4aae4
.IP -s
Packit a4aae4
Print Sequences using numbered rows.
Packit a4aae4
.IP -M
Packit a4aae4
Assume data read from a file has no MIME headers
Packit a4aae4
(the default is to assume the headers are present).
Packit a4aae4
.
Packit a4aae4
.SH FILES
Packit a4aae4
.I ~/.dodsrc
Packit a4aae4
.RS
Packit a4aae4
The 
Packit a4aae4
.I .dodsrc
Packit a4aae4
file contains various parameters that affect the runtime behavior for DAP clients.
Packit a4aae4
See
Packit a4aae4
.BR dodsrc (5)
Packit a4aae4
for further details.
Packit a4aae4
.RE
Packit a4aae4
.SH ENVIRONMENT
Packit a4aae4
.IP DODS_CONF
Packit a4aae4
Specifies an alternate file or directory for the 
Packit a4aae4
.I .dodsrc
Packit a4aae4
file.
Packit a4aae4
.SH DIAGNOSTICS
Packit a4aae4
Various self-explanatory messages may be issued on stderr.
Packit a4aae4
Packit a4aae4
.SH BUGS
Packit a4aae4
The command name should have been chosen more carefully
Packit a4aae4
to reflect its purpose.
Packit a4aae4
Packit a4aae4
The dodsrc man page needs to be written.
Packit a4aae4
.SH AUTHOR
Packit a4aae4
James Gallagher <jgallagher at opendap.org>
Packit a4aae4
.SH "SEE ALSO"
Packit a4aae4
.BR dodsrc (5)