Sat, 09 Jan 2021 19:42:15 +0200
Renaming settings_sample.yaml to correct name.
i@15 | 1 | Changelog |
i@15 | 2 | ========= |
ioannis@44 | 3 | 0.9.0 - 2021-01-09 |
ioannis@44 | 4 | ------------------ |
ioannis@44 | 5 | * Added force_upload option |
ioannis@50 | 6 | * Removed the process subcommand, added the --process option to the `upload_file` subcommand. |
ioannis@50 | 7 | * Homogenised download directory names. |
i@15 | 8 | |
i@40 | 9 | 0.8.1 - 2019-12-19 |
i@40 | 10 | ------------------ |
i@40 | 11 | * Correct handling of ancillary file full paths (thanks to Marc-Antoine Drouin) |
i@40 | 12 | |
i@40 | 13 | 0.8.0 - 2019-12-19 |
i@40 | 14 | ------------------ |
i@40 | 15 | * Check if ancillary file is already in the SCC DB before uploading. |
i@40 | 16 | |
i@36 | 17 | 0.7.1 - 2019-12-05 |
i@36 | 18 | ------------------ |
i@36 | 19 | * Fixed handling of both old- and new-style measurement ids. |
i@36 | 20 | |
ioannis@34 | 21 | 0.7.0 - 2019-01-11 |
ioannis@34 | 22 | ------------------ |
ioannis@34 | 23 | * Download method for HiRElPP, cloudmask, and other new datasets. |
ioannis@34 | 24 | * Since 0.6.2: Restructuring of input arguments, ancillary file upload, code improvements. |
ioannis@34 | 25 | |
i@15 | 26 | 0.6.2 - 2018-01-10 |
i@15 | 27 | ------------------ |
i@15 | 28 | * Fixed bug when download optical files. |
i@16 | 29 | * Changes config file path to positional argument. |
i@15 | 30 | |
i@15 | 31 | 0.6.1 - 2017-12-15 |
i@15 | 32 | ------------------ |
i@15 | 33 | * Converted script to python module |
i@15 | 34 | * Settings are now read from .yaml file. |
i@15 | 35 | |
i@15 | 36 | 0.5.0 - 2015-06-23 |
i@15 | 37 | ------------------ |
ioannis@3 | 38 | * Moved configuration settings to a separate file |
ioannis@3 | 39 | * Added lincence information (MIT) |
ioannis@3 | 40 | * Added version number |
ioannis@3 | 41 | * Added this changelog |
ioannis@3 | 42 |