You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it's worth trying to switch this codebase to use OWSLib instead of manually implementing the WCS requests and response parsing. The benefits are that there will be an up-to-date open-source library that others can use as well, instead of everyone reimplementing things like in Wormpicker.
It will require some improvements in OWSLib, as my quick tests show that it has issues with services with user/pw credentials, and has incomplete support for extracting coverage information (current support is kind of documented here). This task is something that the rasdaman team could work on.
The text was updated successfully, but these errors were encountered:
As announced also on the fairicube_wp2 list, we released two python libraries that make it much easier to work with datacubes in rasdaman.
WCS python library (GitHub repo, documentation): extract information about datacubes: available datacubes, their bounding box/axes, range type, metadata, etc.
I think it's worth trying to switch this codebase to use OWSLib instead of manually implementing the WCS requests and response parsing. The benefits are that there will be an up-to-date open-source library that others can use as well, instead of everyone reimplementing things like in Wormpicker.
It will require some improvements in OWSLib, as my quick tests show that it has issues with services with user/pw credentials, and has incomplete support for extracting coverage information (current support is kind of documented here). This task is something that the rasdaman team could work on.
The text was updated successfully, but these errors were encountered: