pydap 2.2.6.7-1 source package in Ubuntu

Changelog

pydap (2.2.6.7-1) unstable; urgency=low

  * Initial release (Closes: #640037)
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  24 Oct 2011 23:37:25 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe python

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
pydap_2.2.6.7.orig.tar.gz 52.8 KiB 89601cb351681e7cdc621c2aa9d8788d180d2f16f6d341f55f513c489af8701a
pydap_2.2.6.7-1.debian.tar.gz 3.8 KiB 6b2ece2ecadf2f08cd9928e910bfa75012bf1953bce6f935a853ee42f8bd1108
pydap_2.2.6.7-1.dsc 1.3 KiB 213f9343d5ac7292afb55472e2c90f5e732fad8c9cd1acad29b15d1408d0a029

View changes file

Binary packages built by this source

python-dap: DAP (Data Access Protocol) client and server

 This is a Python implementation of the Data Access Protocol, a scientific
 protocol for data access developed by the OPeNDAP team
 (http://opendap.org). This implementation is developed from scratch, following
 the latest specification of the protocol (DAP 2.0 Draft Community Standard
 2005/04/27) and based on experience with OPeNDAP servers on the wild.
 .
 Using this module one can access hundreds of scientific datasets from Python
 programs, accessing data in an efficient, transparent and pythonic way. Arrays
 are manipulated like normal multi-dimensional arrays (like numpy.array, e.g.),
 with the fundamental difference that data is downloaded on-the-fly when a
 variable is sliced. Sequential data can be filtered on the server side before
 being downloaded, saving bandwidth and time.
 .
 The module also implements a DAP server, allowing datasets from a multitude of
 formats (netCDF, Matlab, CSV, GrADS/GRIB files, SQL RDBMS) to be served on the
 internet. The server specifies a plugin API for supporting new data formats in
 an easy way. The DAP server is implemented as a WSGI application (see PEP 333),
 running on a variety of servers, and can be combined with WSGI middleware to
 support authentication, gzip compression and much more.