pydap 3.5
0
A pure python implementation of the Data Access Protocol.
Contents
A pure python implementation of the Data Access Protocol.
Stars: 138, Watchers: 138, Forks: 87, Open Issues: 55The pydap/pydap
repo was created 11 years ago and the last code push was Yesterday.
The project is popular with 138 github stars!
How to Install pydap
You can install pydap using pip
pip install pydap
or add it to a project with poetry
poetry add pydap
Package Details
- Author
- None
- License
- The MIT License Copyright (c) 2003-2010 Roberto De Almeida Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- Homepage
- None
- PyPi:
- https://pypi.org/project/pydap/
- GitHub Repo:
- https://github.com/pydap/pydap
Classifiers
- Scientific/Engineering
Related Packages
Errors
A list of common pydap errors.
Code Examples
Here are some pydap
code examples and snippets.
GitHub Issues
The pydap package has 55 open issues on GitHub
- pydap tests fail on macos for python >= 3.8
- accessing pydap.org results in DNS error
- test_timeout failure
- Consider adding DAP4 support to pydap
- providing up-to-date Pypi package
- Encode query string before performing the request
- create project logo
- change encoding of NaN values (#148)
- bugfix: unicode attribute values and variable values (#155)
- Add a release checklist to developer docs