A curated list of open technology projects to sustain a stable climate, energy supply, biodiversity and natural resources.

Recent Releases of pydap

pydap - 3.5.5

What's Changed

New Contributors

Full Changelog: https://github.com/pydap/pydap/compare/3.5.4...3.5.5

Sustainable Development - Data Catalogs and Interfaces - Python
Published by Mikejmnez 13 days ago

pydap - 3.5.4

What's Changed

Full Changelog: https://github.com/pydap/pydap/compare/3.5.3...3.5.4

Sustainable Development - Data Catalogs and Interfaces - Python
Published by Mikejmnez about 1 month ago

pydap - 3.5.3

What's Changed

Full Changelog: https://github.com/pydap/pydap/compare/3.5.2...3.5.3

Sustainable Development - Data Catalogs and Interfaces - Python
Published by Mikejmnez 4 months ago

pydap - 3.5.2

What's Changed

Full Changelog: https://github.com/pydap/pydap/compare/3.5.1...3.5.2

Sustainable Development - Data Catalogs and Interfaces - Python
Published by Mikejmnez 5 months ago

pydap - 3.5.1

What's Changed

New Contributors

Full Changelog: https://github.com/pydap/pydap/compare/3.5...3.5.1

Sustainable Development - Data Catalogs and Interfaces - Python
Published by Mikejmnez 6 months ago

pydap - PyDAP 3.5

We are pleased to announce the release of version 3.5.0 of pydap.

Pydap is an implementation of the OPeNDAP/DODS protocol, written from scratch in pure python. You can use pydap to access scientific data on the internet without having to download it; instead, you work with special array and iterable objects that download data on-the-fly as necessary, saving bandwidth and time. The module also comes with a robust-but-lightweight OPeNDAP server, implemented as a WSGI application.

For more details, and complete documentation, see https://github.com/pydap/pydap.

What's Changed

New Contributors

Full Changelog: https://github.com/pydap/pydap/compare/3.4.1...3.5

Sustainable Development - Data Catalogs and Interfaces - Python
Published by Mikejmnez 8 months ago

pydap - PyDAP 3.4.1

This patch version release includes the propagation of timeouts from the DAPHandler to the BaseProxy and SequenceProxy class, allowing for better exception handling of timeouts when retrieving data.

New Contributors

Sustainable Development - Data Catalogs and Interfaces - Python
Published by owenlittlejohns almost 2 years ago

pydap - PyDAP 3.4.0

This release includes support for most of the DAP4 version of the DAP protocol.
See the NEWS file for more information

Sustainable Development - Data Catalogs and Interfaces - Python
Published by jgallagher59701 about 2 years ago

pydap - Version 3.3.0

We are pleased to announce the release of version 3.3.0 of pydap.

Pydap is an implementation of the Opendap/DODS protocol, written from scratch in pure python. You can use pydap to access scientific data on the internet without having to download it; instead, you work with special array and iterable objects that download data on-the-fly as necessary, saving bandwidth and time. The module also comes with a robust-but-lightweight Opendap server, implemented as a WSGI application.

For more details, and complete documentation, see https://github.com/pydap/pydap.

New This Release

  • Drop support for Python 2. Support is tested for Python starting with version 3.6 (see #237).
  • Fixed deprecation warnings (see #245, #232).
  • Fixed getitem test failure missing 1 required positional argument: 'user_charset' (see #224).
  • Fixed module 'pydap' has no attribute 'version' problem (see #206).
  • Added GitHub CI (see #244).
  • pydap now runs with python 3.10.
  • Many more changes - see repo for more details.

Get the release here: https://github.com/pydap/pydap/archive/refs/tags/3.3.0.tar.gz.

Sustainable Development - Data Catalogs and Interfaces - Python
Published by captainkirk99 about 3 years ago