From shambakey1 at gmail.com Sun Apr 17 06:46:55 2022 From: shambakey1 at gmail.com (mohammed shambakey) Date: Sun, 17 Apr 2022 15:46:55 +0200 Subject: [OWSLib-users] Problem in getting "boundingboxes" Message-ID: Hi When I try to get "boundingboxs" of coverage, I receive the following error: File /p/software/juwels/stages/2020/software/Cartopy/0.18.0-gpsmpi-2021-Python-3.8.5/lib/python3.8/site-packages/owslib/coverage/wcs201.py:370, in ContentMetadata._getOtherBoundingBoxes(self) 368 uc = envelope.find("{http://www.opengis.net/gml/3.2}upperCorner style="color:rgb(175,0,0)">") 369 uc = uc.text.split()--> 370 bbox["bbox"] = (float(lc[0]), float(lc[1]), float(uc[0]), float(uc[1])) 371 bboxes.append(bbox) 373 return bboxes ValueError: could not convert string to float: '"2021-07-01T00:00:00.000Z"' I can't change the time axis to float because it is needed in this specific format. I don't know how to solve it? Regards -- Mohammed -------------- next part -------------- An HTML attachment was scrubbed... URL: