Converting to OPeNDAP
Typically, a data access application's data access API connects directly to a dataset of a particular format. The application expects to find its data in a local file or data dictionary, and expects it in a particularformat:
|
The same application, when relinked with OPeNDAP, can access datasets across the Internet. The application still receives data in its expected format, even if the datasets it samples is stored in another format. The application retains its local data access capabilities:
|
Steps in converting to use OPeNDAP softwareTo convert an application to read from a DAP server, you must:
|
