CopernicusMarine v0.4.4
- Added
vignette("proxy")andvignette("blosc") - In order to pass CRAN checks:
- Added safeguards to vignette
- Improved handling of comparing floating point numbers when slicing stars_proxy objects.
- Added more rigorous checking of availability of required dependencies
- Added credentials check to all functions downloading from S3 storage.
CopernicusMarine v0.4.0
CRAN release: 2026-02-12
-
cms_download_subset()now uses GDAL library with Zarr driver. Advantages:- Simpler code, easier to maintain
- Smaller dependency footprint
- Added
cms_zarr_proxy()andcms_native_proxy(). Both can createstars_proxyobjects. - Let
httr2handle request errors, it has become a lot better at it
CopernicusMarine v0.3.2
CRAN release: 2025-10-12
- Added
cms_translate() - Added
vignette("translate") - Fix in dimensioning of Zarr data
CopernicusMarine v0.3.1
CRAN release: 2025-09-27
- Added support for sub-setting OMI, and downsampled4 assets
- Some minor fixes
- Moved dependency “blosc” to suggests as per CRAN request
CopernicusMarine v0.3.0
CRAN release: 2025-09-11
-
cms_download_subset()is operational again! - Some fixes in native download routines
- Improved test coverage
CopernicusMarine v0.2.6
CRAN release: 2025-07-14
- Decommissioned STAC functions in order to pass pass CRAN checks.
- Implemented
cms_list_native_files()andcsm_download_native()as alternatives to STAC. - Updated login routine
- Improved test coverage
- Added code of conduct
CopernicusMarine v0.2.4
CRAN release: 2024-12-22
- Added check workflow
- Added code coverage workflow
- Removed deprecated functions
- Updated documentation
- Fix in
addCmsWMTSTiles - Fix for change in remote API
- Fix in login function
CopernicusMarine v0.2.3
CRAN release: 2024-01-25
- Some fixes in the subset download routine
- Additions to documentation
CopernicusMarine v0.2.0
CRAN release: 2024-01-08
- Added functions for new services (subset, STAC and WMTS)
- Added warnings to functions interacting with deprecated Copernicus Marine services.
- Added login function
- Switched from
httrtohttr2dependency - Switch from
magrittr’s pipe to R’s native pipe operator
CopernicusMarine v0.0.9
CRAN release: 2023-08-21
- Updates in order to comply with latest CRAN policies
- Bug fix in log-in routine