We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Following https://owslib.readthedocs.io/en/latest/usage.html#wcs I got an error:
from owslib.wcs import WebCoverageService my_wcs = WebCoverageService('http://ows.rasdaman.org/rasdaman/ows', version='2.0.1') my_wcs.contents['AvgLandTemp'].boundingboxes
results in
--------------------------------------------------------------------------- ValueError Traceback (most recent call last) /tmp/ipykernel_82681/141903616.py in <module> ----> 1 my_wcs.contents['AvgLandTemp'].boundingboxes /usr/lib/python3/dist-packages/owslib/coverage/wcs201.py in _getOtherBoundingBoxes(self) 370 uc = envelope.find("{http://www.opengis.net/gml/3.2}upperCorner") 371 uc = uc.text.split() --> 372 bbox["bbox"] = (float(lc[0]), float(lc[1]), float(uc[0]), float(uc[1])) 373 bboxes.append(bbox) 374 ValueError: could not convert string to float: '"2000-02-01T00:00:00.000Z"'
owslib '0.25.0' from Ubuntu 22.04/jammy repositories with Python 3.10.6, same with '0.29.2' from pypi.
The text was updated successfully, but these errors were encountered:
This Issue has been inactive for 90 days. In order to manage maintenance burden, it will be automatically closed in 7 days.
Sorry, something went wrong.
This Issue has been closed due to there being no activity for more than 90 days.
No branches or pull requests
Following https://owslib.readthedocs.io/en/latest/usage.html#wcs I got an error:
results in
owslib '0.25.0' from Ubuntu 22.04/jammy repositories with Python 3.10.6, same with '0.29.2' from pypi.
The text was updated successfully, but these errors were encountered: