NEWS
CopernicusMarine 0.4.6.0002
- Fixed tests
- Updated documentation
CopernicusMarine 0.4.6 (2026-04-07)
- Added
time and depth arguments to addCmsWMTSTiles()
- Fixed some issues in
addCmsWMTSTiles()
- Added
vignette("glossary") and cms_glossary()
- Updated README.md
- Added more safeguards to vignette to pass CRAN checks
- Added more tests
- Fixed issue 164
CopernicusMarine 0.4.5 (2026-03-12)
- Added
vignette("product-info")
- Omitting subset-arguments in
cms_download_subset() calls is now allowed
- Removed deprecated argument 'crop' in
cms_download_subset()
- Added warnings for mismatch between requested and available
dimension ranges for
cms_download_subset()
- Fix for issue 143
- Added tests
- Updated documentation
CopernicusMarine 0.4.4 (2026-02-26)
- Added
vignette("proxy") and vignette("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 0.4.0 (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() and cms_native_proxy(). Both can create
stars_proxy objects.
- Let
httr2 handle request errors, it has become a lot better at it
CopernicusMarine 0.3.7 (2025-11-30)
CopernicusMarine 0.3.6 (2025-11-11)
- Updated documentation
- Small fix to pass CRAN checks
CopernicusMarine 0.3.5 (2025-11-07)
CopernicusMarine 0.3.2 (2025-10-12)
- Added
cms_translate()
- Added
vignette("translate")
- Fix in dimensioning of Zarr data
CopernicusMarine 0.3.1 (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 0.3.0 (2025-09-11)
cms_download_subset() is operational again!
- Some fixes in native download routines
- Improved test coverage
CopernicusMarine 0.2.6 (2025-07-14)
- Decommissioned STAC functions in order to
pass pass CRAN checks.
- Implemented
cms_list_native_files() and csm_download_native()
as alternatives to STAC.
- Updated login routine
- Improved test coverage
- Added code of conduct
CopernicusMarine 0.2.5 (2025-04-05)
CopernicusMarine 0.2.4 (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 0.2.3 (2024-01-25)
- Some fixes in the subset download routine
- Additions to documentation
CopernicusMarine 0.2.0 (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
httr to httr2 dependency
- Switch from
magrittr's pipe to R's native pipe operator
CopernicusMarine 0.1.1 (2023-11-09)
CopernicusMarine 0.1.0
- Fix for migrated Copernicus server
CopernicusMarine 0.0.9 (2023-08-21)
- Updates in order to comply with latest CRAN
policies
- Bug fix in log-in routine
CopernicusMarine 0.0.6 (2023-01-30)
- Fix in tests in order to comply with CRAN
policy
- Catch and handle errors and warnings when connecting
with internet resources and return gracefully
- Update documentation on GDAL utils dependency
in WMS functions
CopernicusMarine 0.0.3 (2023-01-18)
- Initial implementation features data imports via:
- MOTU service
- File Transfer Protocol (FTP)
- Web Map Service (WMS)