<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>dap</name>
<shortdesc>DAP (Data Access Protocol) client and server for Python.</shortdesc>
<description>The Data Access Protocol (DAP) is a data transmission protocol designed
specifically for science data. The protocol relies on the widely used HTTP
and MIME standards, and provides data types to accommodate gridded data,
relational data, and time series, as well as allowing users to define their
own data types.

This module implements a DAP client that can access remote datasets stored
in DAP servers. The client downloads metadata describing the datasets, and
builds array-like objects that act as proxies for the data. These objects 
download the data from the server transparently when necessary.

The module also implements a DAP server, able to serve data from different
formats through a plugin architecture. The server is implemented as a WSGI
application, and can be run on a variety of servers: as a CGI script; with
Twisted and mod_python; or even as a ISAPI extension under IIS; for
example.</description>
<download-page>http://dap.oceanografia.org/dap-2.0.0.tar.gz</download-page>
<homepage rdf:resource="http://dap.oceanografia.org/" />
<maintainer><foaf:Person><foaf:name>Roberto A. F. De Almeida</foaf:name>
<foaf:mbox_sha1sum>fef18002ad02a3927382e7c14b098d0dde3ee6bb</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>2.0.0</revision></Version></release>
</Project></rdf:RDF>