معرفی شرکت ها


dap-2.2.6.7


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

DAP (Data Access Protocol) client and server for Python.
ویژگی مقدار
سیستم عامل -
نام فایل dap-2.2.6.7
نام dap
نسخه کتابخانه 2.2.6.7
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Roberto De Almeida
ایمیل نویسنده rob@pydap.org
آدرس صفحه اصلی http://pydap.org/
آدرس اینترنتی https://pypi.org/project/dap/
مجوز MIT
Implementation of the `Data Access Protocol <http://opendap.org>`_. 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 my 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 bandwith 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 variery of servers, and can be combined with WSGI middleware to support authentication, gzip compression and much more. The latest version is available in a `Subversion repository <http://pydap.googlecode.com/svn/trunk/dap#egg=dap-dev>`_.


نحوه نصب


نصب پکیج whl dap-2.2.6.7:

    pip install dap-2.2.6.7.whl


نصب پکیج tar.gz dap-2.2.6.7:

    pip install dap-2.2.6.7.tar.gz