Prev Up Next Index
Go backward to 4 Data Analysis with OPeNDAP
Go up to 4 Data Analysis with OPeNDAP
Go forward to 4.1.1 Constraint Expression Syntax

4.1 Selecting Data: Using Constraint Expressions

The URL such as this one:

http://dods.gso.uri.edu/cgi-bin/nph-nc/data/buoys.nc

refers to the entire dataset contained in the buoys.nc file. A user may, however, choose to sample the dataset simply by modifying the submitted URL. The constraint expression attached to the URL directs that the data set specified by the first part of the URL be sampled to select only the data of interest from a dataset even for programs that do not have a built-in way to accomplish such selections. This can vastly reduce the amount of data a program needs to process, and reduce the network load of transmitting that data to the client.


Tom Sgouros, August 25, 2004

Prev Up Next