Pre-Release 2.2.0b0¶
Minor version release with bug fixes and improvements.
Warning
This is a pre-release version. It is not recommended for production use.
General¶
New features¶
Development has focused on testing capabilities of the Toolbox.
Dependency tests now also run on MacOS and Windows.
Integration tests also run on MacOS and Windows.
Added coverage. See copernicusmarine codecov page.
Added a way for the Toolbox to fetch and parse metadata from several server locations. It makes the Toolbox more resilient to a data provider service outage. Please, check the installation page as new domains might be used by the Toolbox.
Subset¶
Fixes¶
Fixed an issue where along-track data would not be correctly parsed by
arcosparse
library. Upgraded toarcosparse==0.4.2
to fix this issue.Fixed an issue where the service (
arco-geo-series
orarco-time-series
) of the subset command would be wrong in some edge cases.Fixed a bug that introduced performance regressions in v2.1.x of the Toolbox for some subset requests. The code has been refactored to improve performance and the use of
chunk-size-limit
option should have more predictable effects.