Recent Releases of Copernicus Marine Service Toolbox
Copernicus Marine Service Toolbox - v2.4.0b2
What's Changed
- Copernicus Marine Toolbox Pre-Release v2.4.0b2 by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/496
Full Changelog: https://github.com/mercator-ocean/copernicus-marine-toolbox/compare/v2.4.0b1...v2.4.0b2
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by github-actions[bot] 2 months ago
Copernicus Marine Service Toolbox - v2.4.0b1
What's Changed
- Copernicus Marine Toolbox Pre-Release v2.4.0b1 by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/490
Full Changelog: https://github.com/mercator-ocean/copernicus-marine-toolbox/compare/v2.4.0b0...v2.4.0b1
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by github-actions[bot] 3 months ago
Copernicus Marine Service Toolbox - v2.4.0b0
What's Changed
- add zarr and h5netcdf and make a test by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/465
- feat: add csv file format by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/452
- Add h5py as an explicit dependency by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/470
- fix: return sparse data even in case of missing platform metadata by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/472
- Get request as a class by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/461
- feat: drop python 3.9 by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/471
- fix: do not create file if no data for sparse subset by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/474
- feat: clearer progress bar subset by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/476
- doc: add chat widget by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/473
- fix: numpy 2.1.0 not working for mac and windows by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/477
- fix: improve size csv evaluation and add doc by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/479
- feat: dataset version can be passed in the dataset id by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/480
- Fix is going to be released on click by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/483
- feat: sparse download progress bar and update arcosparser version by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/484
- CLI - raise error if option is duplicated by @Theophile-Varnier in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/481
- Allow passing
max_concurrent_requests=0to avoidThreadPoolExecutorby @juntyr in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/459 - check if configuration file exists on login by @Theophile-Varnier in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/485
- feat: subset sparse datasets in netcdf by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/486
- Make file size more human readable by @Theophile-Varnier in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/482
- doc: update doc by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/487
- Copernicus Marine Toolbox Pre-Release v2.4.0b0 by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/488
New Contributors
- @juntyr made their first contribution in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/459
Full Changelog: https://github.com/mercator-ocean/copernicus-marine-toolbox/compare/v2.3.0...v2.4.0b0
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by github-actions[bot] 3 months ago
Copernicus Marine Service Toolbox - v2.3.0
What's Changed
- CMT-232 CMT-279 type valid range and get more attributes from zarr by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/384
- [chore] [CMT-278] Describe function more resilient by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/386
- [fix] Dependencies test on windows by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/389
- New version of subset using shapefiles - Rioxarray by @alexandreb31 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/316
- [chore] sync without directories CMT-246 by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/388
- fix: update doc installation by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/391
- fix: raise when wrong format requested by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/390
- [CMT-287]Changes the short form cmt for copernicusmarine in the import of the … by @gkoenig-mercator in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/394
- fix: add information to wrong format requested error by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/395
- feat: raise on inverted min max except longitude antemeridian crossing by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/396
- [fix] improving toolbox resilience with zarr v2 by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/401
- [doc-update] End-Of-Life Page CMT-92 by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/399
- Fixed documentation typos in exceptions.py by @MaloFauchet in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/406
- doc: update change logs by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/404
- General Message for PR's in Github by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/407
- Split on option by @Theophile-Varnier in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/405
- fix: non blocking operation in custom v3 zarr store by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/411
- fix: requests outside dataset interval should raise by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/412
- Split on safeguard by @Theophile-Varnier in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/414
- fix: chunk size limit 0 fails by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/421
- [Split-on] Improve memory management and docs by @Theophile-Varnier in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/424
- fix: responses have wrong filemame for when incrementing by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/427
- feat: pickable store to use dask distributed by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/430
- chore: update changelogs after patch release by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/431
- feat: release constraint on depth for cli subset by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/433
- fix: be sure we only list into one folder by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/437
- feat: temporary filenames for subset by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/435
- fix: solve future warning from xarray by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/438
- feat: add python 3.14 by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/434
- chore: update changelog by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/440
- Check if bucket has folder structure by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/442
- Update workflows that use macOS-13 by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/443
- Add a macOS x86_64 built in the binaries of version v2.2.5 by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/445
- correct some documentation by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/448
- feat: split-on as a subcommand by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/446
- Correct the docker build by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/449
- Run tests before the november release by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/450
- fix: configuration file directory can be a str by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/454
- doc: update doc by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/451
- fix: better naming and bug with non set times by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/455
- Update tests by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/460
- fix: windows compatible file names and more time precise by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/463
- Update test and exclude common windows timeouts by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/464
- doc: update order usage doc by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/467
- Copernicus Marine Toolbox Release v2.3.0 by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/468
New Contributors
- @MaloFauchet made their first contribution in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/406
Full Changelog: https://github.com/mercator-ocean/copernicus-marine-toolbox/compare/v2.2.1...v2.3.0
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by github-actions[bot] 5 months ago
Copernicus Marine Service Toolbox - v2.3.0b5
What's Changed
- CMT-232 CMT-279 type valid range and get more attributes from zarr by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/384
- [chore] [CMT-278] Describe function more resilient by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/386
- [fix] Dependencies test on windows by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/389
- New version of subset using shapefiles - Rioxarray by @alexandreb31 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/316
- [chore] sync without directories CMT-246 by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/388
- fix: update doc installation by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/391
- fix: raise when wrong format requested by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/390
- [CMT-287]Changes the short form cmt for copernicusmarine in the import of the … by @gkoenig-mercator in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/394
- fix: add information to wrong format requested error by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/395
- feat: raise on inverted min max except longitude antemeridian crossing by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/396
- [fix] improving toolbox resilience with zarr v2 by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/401
- [doc-update] End-Of-Life Page CMT-92 by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/399
- Fixed documentation typos in exceptions.py by @MaloFauchet in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/406
- doc: update change logs by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/404
- General Message for PR's in Github by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/407
- Split on option by @Theophile-Varnier in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/405
- fix: non blocking operation in custom v3 zarr store by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/411
- fix: requests outside dataset interval should raise by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/412
- Split on safeguard by @Theophile-Varnier in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/414
- fix: chunk size limit 0 fails by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/421
- [Split-on] Improve memory management and docs by @Theophile-Varnier in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/424
- fix: responses have wrong filemame for when incrementing by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/427
- feat: pickable store to use dask distributed by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/430
- chore: update changelogs after patch release by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/431
- feat: release constraint on depth for cli subset by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/433
- fix: be sure we only list into one folder by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/437
- feat: temporary filenames for subset by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/435
- fix: solve future warning from xarray by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/438
- feat: add python 3.14 by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/434
- chore: update changelog by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/440
- Check if bucket has folder structure by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/442
- Update workflows that use macOS-13 by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/443
- Add a macOS x86_64 built in the binaries of version v2.2.5 by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/445
- correct some documentation by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/448
- feat: split-on as a subcommand by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/446
- Correct the docker build by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/449
- Run tests before the november release by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/450
- fix: configuration file directory can be a str by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/454
- doc: update doc by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/451
- fix: better naming and bug with non set times by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/455
New Contributors
- @MaloFauchet made their first contribution in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/406
Full Changelog: https://github.com/mercator-ocean/copernicus-marine-toolbox/compare/v2.2.1...v2.3.0b5
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by github-actions[bot] 6 months ago
Copernicus Marine Service Toolbox - v2.3.0b4
What's Changed
- CMT-232 CMT-279 type valid range and get more attributes from zarr by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/384
- [chore] [CMT-278] Describe function more resilient by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/386
- [fix] Dependencies test on windows by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/389
- New version of subset using shapefiles - Rioxarray by @alexandreb31 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/316
- [chore] sync without directories CMT-246 by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/388
- fix: update doc installation by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/391
- fix: raise when wrong format requested by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/390
- [CMT-287]Changes the short form cmt for copernicusmarine in the import of the … by @gkoenig-mercator in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/394
- fix: add information to wrong format requested error by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/395
- feat: raise on inverted min max except longitude antemeridian crossing by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/396
- [fix] improving toolbox resilience with zarr v2 by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/401
- [doc-update] End-Of-Life Page CMT-92 by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/399
- Fixed documentation typos in exceptions.py by @MaloFauchet in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/406
- doc: update change logs by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/404
- General Message for PR's in Github by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/407
- Split on option by @Theophile-Varnier in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/405
- fix: non blocking operation in custom v3 zarr store by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/411
- fix: requests outside dataset interval should raise by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/412
- Split on safeguard by @Theophile-Varnier in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/414
- fix: chunk size limit 0 fails by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/421
- [Split-on] Improve memory management and docs by @Theophile-Varnier in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/424
- fix: responses have wrong filemame for when incrementing by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/427
- feat: pickable store to use dask distributed by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/430
- chore: update changelogs after patch release by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/431
- feat: release constraint on depth for cli subset by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/433
- fix: be sure we only list into one folder by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/437
- feat: temporary filenames for subset by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/435
- fix: solve future warning from xarray by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/438
- feat: add python 3.14 by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/434
- chore: update changelog by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/440
- Check if bucket has folder structure by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/442
- Update workflows that use macOS-13 by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/443
- Add a macOS x86_64 built in the binaries of version v2.2.5 by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/445
- correct some documentation by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/448
- feat: split-on as a subcommand by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/446
- Correct the docker build by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/449
New Contributors
- @MaloFauchet made their first contribution in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/406
Full Changelog: https://github.com/mercator-ocean/copernicus-marine-toolbox/compare/v2.2.1...v2.3.0b4
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by github-actions[bot] 6 months ago
Copernicus Marine Service Toolbox - v2.2.5
What's Changed
- Copernicus Marine Toolbox Release v2.2.5 by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/444
Full Changelog: https://github.com/mercator-ocean/copernicus-marine-toolbox/compare/v2.2.4...v2.2.5
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by github-actions[bot] 7 months ago
Copernicus Marine Service Toolbox - v2.2.4
What's Changed
See changelog here.
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by github-actions[bot] 7 months ago
Copernicus Marine Service Toolbox - v2.2.3
What's Changed
- See the documentation.
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by github-actions[bot] 8 months ago
Copernicus Marine Service Toolbox - v2.3.0b3
What's Changed
- Copernicus Marine Toolbox Pre-Release v2.3.0b3 by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/425
Full Changelog: https://github.com/mercator-ocean/copernicus-marine-toolbox/compare/v2.3.0b2...v2.3.0b3
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by github-actions[bot] 8 months ago
Copernicus Marine Service Toolbox - v2.3.0b2
What's Changed
- Copernicus Marine Toolbox Pre-Release v2.3.0b2 by @Theophile-Varnier in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/416
- Copernicus Marine Toolbox Pre-Release v2.3.0b2 by @Theophile-Varnier in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/419
Full Changelog: https://github.com/mercator-ocean/copernicus-marine-toolbox/compare/v2.3.0b1...v2.3.0b2
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by github-actions[bot] 8 months ago
Copernicus Marine Service Toolbox - v2.3.0b1
What's Changed
- Copernicus Marine Toolbox Pre-Release v2.3.0b1 by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/413
Full Changelog: https://github.com/mercator-ocean/copernicus-marine-toolbox/compare/v2.3.0b0...v2.3.0b1
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by github-actions[bot] 8 months ago
Copernicus Marine Service Toolbox - v2.3.0b0
What's Changed
- CMT-232 CMT-279 type valid range and get more attributes from zarr by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/384
- [chore] [CMT-278] Describe function more resilient by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/386
- [fix] Dependencies test on windows by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/389
- New version of subset using shapefiles - Rioxarray by @alexandreb31 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/316
- [chore] sync without directories CMT-246 by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/388
- fix: update doc installation by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/391
- fix: raise when wrong format requested by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/390
- [CMT-287]Changes the short form cmt for copernicusmarine in the import of the … by @gkoenig-mercator in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/394
- fix: add information to wrong format requested error by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/395
- feat: raise on inverted min max except longitude antemeridian crossing by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/396
- [fix] improving toolbox resilience with zarr v2 by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/401
- [doc-update] End-Of-Life Page CMT-92 by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/399
- Fixed documentation typos in exceptions.py by @MaloFauchet in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/406
- doc: update change logs by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/404
- General Message for PR's in Github by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/407
- Split on option by @Theophile-Varnier in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/405
- Copernicus Marine Toolbox Pre-Release v2.3.0b0 by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/410
New Contributors
- @MaloFauchet made their first contribution in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/406
Full Changelog: https://github.com/mercator-ocean/copernicus-marine-toolbox/compare/v2.2.1...v2.3.0b0
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by github-actions[bot] 9 months ago
Copernicus Marine Service Toolbox - v2.2.2
What's Changed
- Copernicus Marine Toolbox Release v2.2.2 by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/402
Full Changelog: https://github.com/mercator-ocean/copernicus-marine-toolbox/compare/v2.2.1...v2.2.2
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by github-actions[bot] 9 months ago
Copernicus Marine Service Toolbox - v2.2.1
What's Changed
- CMT-210 delete old auth related code by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/381
- fix: typo in the branches triggered for tests on oss by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/376
- fix: add changelog v2.1.3 by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/385
- [doc-update] update old documentation CMT-284 by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/383
- Copernicus Marine Toolbox Release v2.2.1 by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/387
Full Changelog: https://github.com/mercator-ocean/copernicus-marine-toolbox/compare/v2.2.0...v2.2.1
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by github-actions[bot] 11 months ago
Copernicus Marine Service Toolbox - v2.2.0
What's Changed
- fix: choose the right Arco service by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/331
- chore: refactor and document release process by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/350
- [CMT-196] Run tests with poetry by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/349
- tests: dependency tests on multiple os by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/354
- test-fix: correcting the tests by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/356
- Add coverage by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/352
- Update coverage by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/358
- CMT-231 parse and merge different stac catalogs by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/339
- fix: use newer version of arcosparse with bug fix by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/360
- fix: unify pre-release name by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/361
- [fix] exclude tests folder to coverage by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/363
- fix: do not rechunk by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/364
- Correct arctic boundaries in tests by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/367
- fix: read only open zarr by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/370
- [update] zarr documentation by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/371
- Run the tests on machines with different OS by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/355
- fix: details for next release by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/372
- fix: small downloads no dask even with many variables by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/377
- modify tests to pass before removing old authentication system by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/379
- [doc-update] remove old auth system mention by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/380
- Copernicus Marine Toolbox Release v2.2.0 by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/382
Full Changelog: https://github.com/mercator-ocean/copernicus-marine-toolbox/compare/v2.1.2...v2.2.0
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by github-actions[bot] 11 months ago
Copernicus Marine Service Toolbox - v2.2.0b3
What's Changed
- Copernicusmarine pre release 2.2.0b3 by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/378
Full Changelog: https://github.com/mercator-ocean/copernicus-marine-toolbox/compare/v2.2.0b2...v2.2.0b3
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by github-actions[bot] 11 months ago
Copernicus Marine Service Toolbox - v2.2.0b2
What's Changed
- Copernicus Marine Toolbox Pre-Release v2.2.0b2 by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/375
Full Changelog: https://github.com/mercator-ocean/copernicus-marine-toolbox/compare/v2.2.0b1...v2.2.0b2
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by github-actions[bot] 11 months ago
Copernicus Marine Service Toolbox - v2.1.3
What's Changed
- Copernicus Marine Toolbox Release v2.1.3 by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/374
Full Changelog: https://github.com/mercator-ocean/copernicus-marine-toolbox/compare/v2.1.2...v2.1.3
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by github-actions[bot] 11 months ago
Copernicus Marine Service Toolbox - v2.2.0b1
What's Changed
- Copernicus Marine Toolbox Pre-Release v2.2.0b1 by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/366
Full Changelog: https://github.com/mercator-ocean/copernicus-marine-toolbox/compare/v2.2.0b0...v2.2.0b1
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by github-actions[bot] 11 months ago
Copernicus Marine Service Toolbox - v2.2.0b0
What's Changed
- fix: choose the right Arco service by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/331
- chore: refactor and document release process by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/350
- [CMT-196] Run tests with poetry by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/349
- tests: dependency tests on multiple os by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/354
- test-fix: correcting the tests by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/356
- Add coverage by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/352
- Update coverage by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/358
- CMT-231 parse and merge different stac catalogs by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/339
- fix: use newer version of arcosparse with bug fix by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/360
- fix: unify pre-release name by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/361
- Copernicus Marine Toolbox Pre-Release v2.2.0b0 by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/362
Full Changelog: https://github.com/mercator-ocean/copernicus-marine-toolbox/compare/v2.1.2...v2.2.0b0
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by github-actions[bot] 11 months ago
Copernicus Marine Service Toolbox - v2.1.2
What's Changed
- doc: change log title by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/338
- fix: add product doi as column and product doi at dataset metadata level by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/327
- deprecated to custom deprecated by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/340
- doc: update stereographic documentation with note about rotation by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/328
- fix: changed all the deprecated to custom deprecated by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/347
- Copernicus Marine Release 2.1.2 by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/348
Full Changelog: https://github.com/mercator-ocean/copernicus-marine-toolbox/compare/v2.1.1...v2.1.2
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by github-actions[bot] about 1 year ago
Copernicus Marine Service Toolbox - v2.1.1
What's Changed
- CCM-842 by @gkoenig-mercator in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/324
- Revert "CCM-842 (#324)" by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/326
- fix: default to -1 for chunk_size_limit by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/325
- fix: skip version 8.2.0 of click by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/334
- fix: pass units in the encoding by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/333
- doc: improve binaries doc examples by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/335
- fix: return empty dataframe if no data by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/329
- fix: update template functions by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/336
- Copernicus Marine Release 2.1.1 by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/337
Full Changelog: https://github.com/mercator-ocean/copernicus-marine-toolbox/compare/v2.1.0...v2.1.1
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by github-actions[bot] about 1 year ago
Copernicus Marine Service Toolbox - v2.1.0
What's Changed
- Add subset_using_polygons notebook and update doc by @alexandreb31 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/282
- fix: clearer error message when netcdf4 not installed by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/285
- Adding stereographic subset by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/263
- Updating ubuntu runner by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/290
- add updating date and flag to raise error by @Theophile-Varnier in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/288
- feat: subset sparse datasets by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/286
- Stereo upgrades by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/292
- feat: accepts real platform names without the types by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/294
- fix: only ascii characters in documentation by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/295
- feat: proper names for sparse subset by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/296
- fix: update docs by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/299
- feat: update arcosparse to v0.3.0 by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/300
- fix: update arcosparse to solve windows bugs by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/302
- [fix] Update way to handle naming by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/303
- Improve documentation for the stereographic by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/298
- release zarr version constraint by @Theophile-Varnier in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/283
- [fix] Improving stereo docs by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/307
- properly assign username by @Theophile-Varnier in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/306
- [upgrade] improve documentation with suggestions by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/309
- Correct documentation typos for the spare and stereographic subsetting by @gkoenig-mercator in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/314
- fix: geo input to 0 would not be selected by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/317
- fix: sparse data result formatted like my ocean by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/319
- [fix] correcting a typography in the documentation by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/318
- Chunk outside function by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/311
- Copernicus Marine Release 2.1.0 by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/321
New Contributors
- @alexandreb31 made their first contribution in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/282
- @gkoenig-mercator made their first contribution in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/314
Full Changelog: https://github.com/mercator-ocean/copernicus-marine-toolbox/compare/v2.0.1...v2.1.0
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by github-actions[bot] about 1 year ago
Copernicus Marine Service Toolbox - v2.1.0b1
What's Changed
- Add subset_using_polygons notebook and update doc by @alexandreb31 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/282
- fix: clearer error message when netcdf4 not installed by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/285
- Adding stereographic subset by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/263
- Updating ubuntu runner by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/290
- add updating date and flag to raise error by @Theophile-Varnier in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/288
- feat: subset sparse datasets by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/286
- Stereo upgrades by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/292
- feat: accepts real platform names without the types by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/294
- fix: only ascii characters in documentation by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/295
- feat: proper names for sparse subset by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/296
- fix: update docs by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/299
- feat: update arcosparse to v0.3.0 by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/300
- fix: update arcosparse to solve windows bugs by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/302
- [fix] Update way to handle naming by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/303
- Improve documentation for the stereographic by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/298
- release zarr version constraint by @Theophile-Varnier in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/283
- [fix] Improving stereo docs by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/307
- Copernicus Marine Pre-Release 2.1.0b1 by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/308
New Contributors
- @alexandreb31 made their first contribution in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/282
Full Changelog: https://github.com/mercator-ocean/copernicus-marine-toolbox/compare/v2.0.1...v2.1.0b1
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by github-actions[bot] about 1 year ago
Copernicus Marine Service Toolbox - v2.1.0b0
What's Changed
- Add subset_using_polygons notebook and update doc by @alexandreb31 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/282
- fix: clearer error message when netcdf4 not installed by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/285
- Adding stereographic subset by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/263
- Updating ubuntu runner by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/290
- add updating date and flag to raise error by @Theophile-Varnier in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/288
- feat: subset sparse datasets by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/286
- Stereo upgrades by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/292
- feat: accepts real platform names without the types by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/294
- fix: only ascii characters in documentation by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/295
- feat: proper names for sparse subset by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/296
- fix: update docs by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/299
- feat: update arcosparse to v0.3.0 by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/300
- fix: update arcosparse to solve windows bugs by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/302
- [fix] Update way to handle naming by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/303
- Improve documentation for the stereographic by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/298
- release zarr version constraint by @Theophile-Varnier in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/283
- Copernicus Marine Pre-Release 2.1.0b0 by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/304
- Copernicus Marine Pre-Release 2.1.0b0 by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/305
New Contributors
- @alexandreb31 made their first contribution in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/282
Full Changelog: https://github.com/mercator-ocean/copernicus-marine-toolbox/compare/v2.0.1...v2.1.0b0
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by github-actions[bot] about 1 year ago
Copernicus Marine Service Toolbox - v2.1.0a0
What's Changed
- Add subset_using_polygons notebook and update doc by @alexandreb31 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/282
- fix: clearer error message when netcdf4 not installed by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/285
- Adding stereographic subset by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/263
- Updating ubuntu runner by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/290
- add updating date and flag to raise error by @Theophile-Varnier in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/288
- feat: subset sparse datasets by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/286
- Stereo upgrades by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/292
- Copernicus Marine Pre-Release 2.1.0a0 by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/293
New Contributors
- @alexandreb31 made their first contribution in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/282
Full Changelog: https://github.com/mercator-ocean/copernicus-marine-toolbox/compare/v2.0.1...v2.1.0a0
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by github-actions[bot] about 1 year ago
Copernicus Marine Service Toolbox - v2.0.1
What's Changed
- chore: trigger the binaries after the release by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/264
- doc: deprecated force service by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/265
- chore: update poetry version to 2.0.0 by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/266
- Fix typo by @VeckoTheGecko in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/268
- Update the tests also in v2 by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/270
- solving error with edge case for longitude by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/273
- manually add dependency deprecated when building binaries by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/274
- add support for pandas timestamp by @Theophile-Varnier in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/276
- better estimating the file size by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/275
- dynamically use version in binaries links by @Theophile-Varnier in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/278
- chore: add changelog by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/279
- Copernicus Marine Release 2.0.1 by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/280
New Contributors
- @VeckoTheGecko made their first contribution in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/268
- @Theophile-Varnier made their first contribution in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/276
Full Changelog: https://github.com/mercator-ocean/copernicus-marine-toolbox/compare/v2.0.0...v2.0.1
Documentation: https://toolbox-docs.marine.copernicus.eu/en/v2.0.1/changelog/v201.html
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by github-actions[bot] over 1 year ago
Copernicus Marine Service Toolbox - v1.3.6
What's Changed
- chore: updating tests v1 by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/236
- Limiting zarr version by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/259
- Copernicus Marine Release 1.3.6 by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/269
Full Changelog: https://github.com/mercator-ocean/copernicus-marine-toolbox/compare/v1.3.5...v1.3.6
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by github-actions[bot] over 1 year ago
Copernicus Marine Service Toolbox - v2.0.0
What's Changed
- test: tests can work from fork by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/172
- test: update check format workflow by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/190
- Copernicusmarine toolbox v2 by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/191
- chore: update release process for new branching strat by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/192
- feat: describe with return types and new options by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/196
- chore: several updated from users by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/197
- feat: upgrade the dry run and returned fields by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/198
- chore: adding more binaries by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/195
- fix: subset was not using staging metadata by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/200
- fix: use coordinate equivalent by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/201
- Update dependencies2 by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/193
- fix: dataset name is datasetID if dataset have parts by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/204
- chore: delete force download and show ouputnames options by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/205
- feat: change chunking size to be able to optimise dask graph by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/203
- [get, subset] chore: skip existing main by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/194
- fix: wrong name status file in the doc by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/206
- fix: small doc fixes by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/208
- add distributed by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/207
- chore: update options and add doc by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/211
- chore: reordering options by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/214
- fix: add myst-nb as dependency by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/213
- chore: improving the catch of the error by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/216
- chore: add binary check by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/209
- fix: netcdf compression solved by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/215
- fix: updating tests by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/220
- fix: updating link for the binaries by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/219
- test: fix tox tests by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/221
- chore: correcting the tests by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/235
- warn: preventing subset on stereographic data by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/217
- chore: add raise for status for better error messages by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/232
- chore: verify the requested fields and return list of available ones by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/237
- fix: filter precisely id and jump unknown dimensions by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/239
- feat: add tests for query builder by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/228
- chore: syncing parts allowed by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/240
- fix: updating out-of-bounds message by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/242
- chore: solving chunk search for omi by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/243
- fix: correcting issues with compression by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/241
- chore: clean logs by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/244
- chore: small refactor of the login by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/246
- chore: multiple products for a dataset in the mapping by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/247
- chore: documentation domains & dependencies by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/245
- chore: updating attrs by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/248
- fix: all in the encoding by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/249
- chore: get rid of pendulum for windows python3.13 users by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/252
- feat: force download has no effect but does not raise by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/253
- fix: error logins are now more readable and pythonic by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/254
- chore: final review of documentation by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/250
- chore: adding a migration page by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/222
- fix: sync fails if no data to download by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/255
- feat: add test script for all the datasets in the catalogue by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/224
- doc: update changelod and migration page after review by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/256
- Limiting the versions of zarr by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/257
- Copernicus Marine Release 2.0.0 by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/258
Full Changelog: https://github.com/mercator-ocean/copernicus-marine-toolbox/compare/v1.3.4...v2.0.0
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by github-actions[bot] over 1 year ago
Copernicus Marine Service Toolbox - v1.3.5
What's Changed
- test: tests can work from fork by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/172
- test: update check format workflow by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/190
- chore: update release process for new branching strat (#192) by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/199
- fix: sync available for datasets with parts by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/225
- chore: add deprecated options to prepare for v2 by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/226
- Copernicus Marine Release 1.3.5 by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/230
Full Changelog: https://github.com/mercator-ocean/copernicus-marine-toolbox/compare/v1.3.4...v1.3.5
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by github-actions[bot] over 1 year ago
Copernicus Marine Service Toolbox - v2.0.0a4
What's Changed
- test: tests can work from fork by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/172
- test: update check format workflow by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/190
- Copernicusmarine toolbox v2 by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/191
- chore: update release process for new branching strat by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/192
- feat: describe with return types and new options by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/196
- chore: several updated from users by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/197
- feat: upgrade the dry run and returned fields by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/198
- chore: adding more binaries by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/195
- fix: subset was not using staging metadata by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/200
- fix: use coordinate equivalent by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/201
- Update dependencies2 by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/193
- fix: dataset name is datasetID if dataset have parts by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/204
- chore: delete force download and show ouputnames options by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/205
- feat: change chunking size to be able to optimise dask graph by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/203
- [get, subset] chore: skip existing main by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/194
- fix: wrong name status file in the doc by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/206
- fix: small doc fixes by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/208
- add distributed by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/207
- chore: update options and add doc by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/211
- Copernicus Marine Pre-Release 2.0.0a4 by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/212
Full Changelog: https://github.com/mercator-ocean/copernicus-marine-toolbox/compare/v1.3.4...v2.0.0a4
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by github-actions[bot] over 1 year ago
Copernicus Marine Service Toolbox - v1.3.4
What's Changed
- fix: if cache fails always retry and display info by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/185
- chore: update the deprecation for v2 by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/186
- Copernicus Marine Release 1.3.4 by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/187
Full Changelog: https://github.com/mercator-ocean/copernicus-marine-toolbox/compare/v1.3.3...v1.3.4
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by github-actions[bot] over 1 year ago
Copernicus Marine Service Toolbox - v2.0.0a3
What's Changed
- chore: add html documentation page to the toolbox with sphinx by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/118
- fix: use pendulum to parse dates by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/123
- new-feature: bounding Box method by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/66
- Approximation downloaded data by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/126
- chore: add more return metadata and dry run by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/129
- doc: improve style of the doc by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/130
- fix: adapt type of valid minmax by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/132
- Describe contains coordinate not on the variable by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/131
- refactor: use threading for concurrent requests by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/133
- Add read the docs conf by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/134
- fix: not converting properly timestamp by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/135
- test: cf checker by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/127
- fix: decimal not handled with modulus by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/136
- fix: handle admp valid start index for retention period by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/138
- fix: subset should subset when retention period by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/143
- chore: proposal to update the terminal output for the login by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/140
- Change name vertical dimension argument by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/144
- chore: clean the readme to the minimum and put the information in the… by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/145
- feat: add timeout to requests and can choose the retry number by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/146
- chore: clean repo and delete deprecated by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/147
- chore: coordinate selection method by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/137
- new-feature: create binaries with GitHub Actions by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/142
- fix: correcting binaries docs by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/149
- upgrade the binaries GitHub Action by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/150
- Use s3 product dataset mapping by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/151
- chore: delete deprecated functions by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/152
- fix: update create template by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/153
- chore: update the output when listing files by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/154
- fix: no service option for get command by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/157
- fix: correct typos and improve doc by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/156
- fix: no mention of STAC or CMEMS by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/165
- fix: datasetid not mandatory in py inter for consistency by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/164
- chore: add validity check for logging by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/161
- chore: compression level as only option by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/162
- fix: describe bug by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/166
- doc: format command help correctly with keeping doc examples by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/169
- chore: add installation page by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/174
- chore: centralising the documentation by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/155
- fix: small changes docs by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/175
- Copernicus Marine Pre-Release 2.0.0a3 by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/177
Full Changelog: https://github.com/mercator-ocean/copernicus-marine-toolbox/compare/v1.3.3...v2.0.0a3
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by github-actions[bot] over 1 year ago
Copernicus Marine Service Toolbox - v2.0.0a2
What's Changed
- chore: add html documentation page to the toolbox with sphinx by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/118
- fix: use pendulum to parse dates by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/123
- new-feature: bounding Box method by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/66
- Approximation downloaded data by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/126
- chore: add more return metadata and dry run by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/129
- doc: improve style of the doc by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/130
- fix: adapt type of valid minmax by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/132
- Describe contains coordinate not on the variable by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/131
- refactor: use threading for concurrent requests by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/133
- Add read the docs conf by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/134
- fix: not converting properly timestamp by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/135
- test: cf checker by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/127
- fix: decimal not handled with modulus by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/136
- fix: handle admp valid start index for retention period by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/138
- fix: subset should subset when retention period by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/143
- chore: proposal to update the terminal output for the login by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/140
- Change name vertical dimension argument by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/144
- chore: clean the readme to the minimum and put the information in the… by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/145
- feat: add timeout to requests and can choose the retry number by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/146
- chore: clean repo and delete deprecated by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/147
- chore: coordinate selection method by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/137
- new-feature: create binaries with GitHub Actions by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/142
- Copernicus Marine Pre-Release 2.0.0a2 by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/148
Full Changelog: https://github.com/mercator-ocean/copernicus-marine-toolbox/compare/v1.3.3...v2.0.0a2
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by github-actions[bot] over 1 year ago
Copernicus Marine Service Toolbox - v1.3.3
What's Changed
- chore: add way to do pre releases by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/112
- fix: update pre release workflow by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/116
- fix: update contribution file by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/121
- fix: minimum datetime should be in iso format by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/122
- Copernicus Marine Release 1.3.3 by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/124
Full Changelog: https://github.com/mercator-ocean/copernicus-marine-toolbox/compare/v1.3.2...v1.3.3
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by github-actions[bot] almost 2 years ago
Copernicus Marine Service Toolbox - v2.0.0a1
What's Changed
- chore: add way to do pre releases by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/112
- fix: update pre release workflow by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/116
- Tests on prerelease and semver check by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/119
- Copernicus Marine Pre-Release 2.0.0a1 by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/120
Full Changelog: https://github.com/mercator-ocean/copernicus-marine-toolbox/compare/v1.3.2...v2.0.0a1
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by github-actions[bot] almost 2 years ago
Copernicus Marine Service Toolbox - v2.0.0a0
This is my release text. Let's see if it works.
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by github-actions[bot] almost 2 years ago
Copernicus Marine Service Toolbox - v1.3.2
What's Changed
- test: trigger tests on v2 branch by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/94
- fix: windows doesnt accept timestamp before 1970 by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/100
- Consider longitude edge point as same by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/101
- fix: aiohttp 3.10 not supported by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/106
- fix: add some explanation on the readme for the file list option by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/105
- Copernicus Marine Release 1.3.2 by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/107
Full Changelog: https://github.com/mercator-ocean/copernicus-marine-toolbox/compare/v1.3.1...v1.3.2
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by github-actions[bot] almost 2 years ago
Copernicus Marine Service Toolbox - v1.3.1
What's Changed
- fix: numpy 2.0.0 unsupported by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/91
- Copernicus Marine Release 1.3.1 by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/92
Full Changelog: https://github.com/mercator-ocean/copernicus-marine-toolbox/compare/v1.3.0...v1.3.1
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by github-actions[bot] almost 2 years ago
Copernicus Marine Service Toolbox - v1.3.0
What's Changed
- chore: change name and add an include all for the describe by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/76
- Fix tests not writing in a tmp_path by @nitreb in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/70
- Increase robustness requests calls and boto3 by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/67
- chore: manual image push by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/82
- test: adapting the test to the new release by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/86
- feat: add a way to choose how parallel the download of native files by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/83
- fix: listing after failed direct download now works by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/88
- chore: solving some of the docstring issues by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/87
- chore: deleting logger.warn by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/85
- fix: send logs to stderr and logging conf as a py file by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/84
- fix: convert elevation to depth values in the describe by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/89
- Copernicus Marine Release 1.3.0 by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/90
Full Changelog: https://github.com/mercator-ocean/copernicus-marine-toolbox/compare/v1.2.4...v1.3.0
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by github-actions[bot] almost 2 years ago
Copernicus Marine Service Toolbox - v1.2.4
What's Changed
- chore: not showing Arco services if dataset still in preparation by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/71
- fix: show wmts in describe by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/79
- test: fix tests to expect wmts by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/81
- Copernicus Marine Release 1.2.4 by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/80
Full Changelog: https://github.com/mercator-ocean/copernicus-marine-toolbox/compare/v1.2.3...v1.2.4
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by github-actions[bot] almost 2 years ago
Copernicus Marine Service Toolbox - v1.2.3
What's Changed
- fix: fillvalue for depth was nan by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/75
- fix: change astype int to use datetime by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/77
- Copernicus Marine Release 1.2.3 by @nitreb in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/78
Full Changelog: https://github.com/mercator-ocean/copernicus-marine-toolbox/compare/v1.2.2...v1.2.3
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by github-actions[bot] about 2 years ago
Copernicus Marine Service Toolbox - v1.2.2
What's Changed
- Changing the function to find the nearest neighbour by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/69
- chore: delete code used for decomissioned services by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/65
- fix: wrong units in encoding by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/73
- Copernicus Marine Release 1.2.2 by @nitreb in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/74
Full Changelog: https://github.com/mercator-ocean/copernicus-marine-toolbox/compare/v1.2.1...v1.2.2
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by github-actions[bot] about 2 years ago
Copernicus Marine Service Toolbox - v1.2.1
What's Changed
- chore: use directly the bucket endpoint for metadata by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/61
- default _Fillvalue attribute by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/60
- Added test with compression enabled by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/63
- Coordinates out of dataset bounds error message by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/59
- chore: add parameters in calls to mds by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/64
- Copernicus Marine Release 1.2.1 by @nitreb in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/68
Full Changelog: https://github.com/mercator-ocean/copernicus-marine-toolbox/compare/v1.2.0...v1.2.1
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by github-actions[bot] about 2 years ago
Copernicus Marine Service Toolbox - v1.2.0
What's Changed
- fix: also need to change the name attributes for depth by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/39
- fix: change dataset for the tests by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/40
- feat: new option that allow direct download of files with get by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/37
- Update aiohttp dependency to 3.9.4 by @nitreb in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/43
- feat: add release date to describe and filter datasets by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/41
- Modulus return wrong value by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/31
- Created a function to be able to compute the higher bound by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/36
- Fix cache issue by running the test that overwrite metadata cache first by @nitreb in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/44
- Add timeout to actions by @nitreb in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/47
- feat: direct download with file list by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/45
- fix: valide max min in cf format by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/49
- chore: add information about max concurrent requests by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/50
- Fix help center link in README by @nitreb in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/51
- Add note about version management in the README by @nitreb in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/52
- Add login docstring in python interface by @nitreb in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/53
- Hide deprecated --download-file-list option in helper by @nitreb in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/54
- Fix broken link in the README by @nitreb in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/55
- Changed to dataset.sizes by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/56
- Update dev dependencies by @nitreb in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/57
- Copernicus Marine Release 1.2.0 by @nitreb in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/58
Full Changelog: https://github.com/mercator-ocean/copernicus-marine-toolbox/compare/v1.1.1...v1.2.0
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by github-actions[bot] about 2 years ago
Copernicus Marine Service Toolbox - v1.1.1
What's Changed
- Remove unused code by @nitreb in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/30
- fix: change attribute when from elevation to depth by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/32
- chore: change my.cmems-du.eu to nrt.cmems-du.eu for credentials by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/34
- fix: do not trust env while being able to use proxy by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/33
- Retired date warn by @uriii3 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/35
- Copernicus Marine Release 1.1.1 by @slim0 in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/38
New Contributors
- @uriii3 made their first contribution in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/35
- @slim0 made their first contribution in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/38
Full Changelog: https://github.com/mercator-ocean/copernicus-marine-toolbox/compare/v1.1.0...v1.1.1
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by github-actions[bot] about 2 years ago
Copernicus Marine Service Toolbox - v1.1.0
What's Changed
- fix: Credentials are checked when user login by @nitreb in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/19
- fix: dowload file list not overwritten by create file list by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/20
- Fix subset-method documentation and typo by @nitreb in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/22
- Add a wait for response from pypi before building and pushing the doc… by @nitreb in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/21
- Add --netcdf3-compatible in subset method to be compatible with netCDF3 by @nitreb in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/23
- fix the workflow name for tox tests by @nitreb in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/25
- Rework the README and some typos in the doc to be up to date with the latest features by @nitreb in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/26
- chore: delete data portal and DU related services by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/24
- Fix some errors in the README by @nitreb in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/27
Full Changelog: https://github.com/mercator-ocean/copernicus-marine-toolbox/compare/v1.0.10...v1.1.0
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by nitreb about 2 years ago
Copernicus Marine Service Toolbox - v1.0.10
What's Changed
- fix: smoothly exit when downloading file list by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/14
- fix: add event loop when opening session by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/15
- feat: download file list with more information by @renaudjester in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/13
- Fix the modified date of downloaded files via s3 services (fix CMCS-277) by @nitreb in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/12
- fix: waiting for pypi version to be available when releasing by @nitreb in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/16
- Fix empty create_file_list argument in python get api by @nitreb in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/17
Full Changelog: https://github.com/mercator-ocean/copernicus-marine-toolbox/compare/v1.0.9...v1.0.10
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by github-actions[bot] about 2 years ago
Copernicus Marine Service Toolbox - v1.0.9
What's Changed
- fix release process by @nitreb in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/9
- Fix README with docker image version and licence link by @nitreb in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/10
- Copernicus Marine Release 1.0.9 by @nitreb in https://github.com/mercator-ocean/copernicus-marine-toolbox/pull/11
Full Changelog: https://github.com/mercator-ocean/copernicus-marine-toolbox/compare/v1.0.8...v1.0.9
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by github-actions[bot] about 2 years ago
Copernicus Marine Service Toolbox - v1.0.8
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by nitreb about 2 years ago
Copernicus Marine Service Toolbox - Release 1.0.7
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by nitreb about 2 years ago