AgeSort asc/desc | Change |
---|---|
Prev 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 Next | |
Jul 15, 2020 | |
6 months 4 days | Fixed a warning (pointer used in class but no '=' operator, nor copy constructor) by removing the pointer |
Commit 2622, by Mathias Bavay | |
Jul 14, 2020 | |
6 months 5 days | All the ACDD keys are now prefixed by ACDD_ (including for the NetCDF plugin). If a sumary file is provided for the smet plugin, it will be edited to fit on one line (as it comes as a value to a key in SMET). A c++0 construct that prevented compil… |
Commit 2621, by Mathias Bavay | |
Jul 13, 2020 | |
6 months 6 days | It is now possible to write ACDD search and discovery metadata in the headers of smet files. The keys will be renamed, so hold on! |
Commit 2620, by Mathias Bavay | |
6 months 6 days | Now ACDD support is in a different file |
Commit 2619, by Mathias Bavay | |
6 months 6 days | Making ACDD handling more modular, so it could be used by other plugins in the future. Fixed a typo in smet_range.sh |
Commit 2618, by Mathias Bavay | |
Jul 9, 2020 | |
6 months 10 days | Adde the possibility to specify a different field separator when writing out a smet file. This is needed by some databases import softwares but makes the generated files non-conformant. This also only works when overwriting output files and DOES NOT… |
Commit 2617, by Mathias Bavay | |
Jul 8, 2020 | |
6 months 11 days | Much better way to handle RPATH |
Commit 2616, by Mathias Bavay | |
Jul 7, 2020 | |
6 months 12 days | Added missing readGlacier definition in header |
Commit 2615, by Adrien Michel | |
Jul 6, 2020 | |
6 months 13 days | The gap width is now printed in smet_extract (when extracting data gaps) |
Commit 2614, by Mathias Bavay | |
6 months 13 days | A new parameter can now be extracted by smet_extract: data gaps. It either returns gaps larger than the average sampling rate or larger than a provided sampling rate (in minutes) |
Commit 2613, by Mathias Bavay | |
6 months 13 days | Added some very basic min/max rules to the TA and RH criterias in FilterPotentialSW to avoid arithmetic exceptions. |
Commit 2612, by Mathias Bavay | |
Jul 3, 2020 | |
6 months 16 days | Adding a check on TA and RH in SunObject::getClearSky(). This should prevent unnecessary debugging when TA or RH have not been filtered... |
Commit 2611, by Mathias Bavay | |
Jun 30, 2020 | |
6 months 20 days | It is now possible to run the WindComponent generator over long timeseries where the U,V components are not always present |
Commit 2610, by Mathias Bavay | |
Jun 29, 2020 | |
6 months 21 days | Mini cleanup of smet_file_reader.R, un-mark statistical filters as experimental, small typos. |
Commit 2609, by Michael Reisecker | |
6 months 21 days | Fixed another bug in Date::setDate() by julian day number: true julian date (as used internally) starts at noon while jdn starts at 00:00, leading to a 12 hours shift... |
Commit 2608, by Mathias Bavay | |
Jun 28, 2020 | |
6 months 22 days | PROJ's old API is being deprecated. For PROJ 6 (which is now default in Ubuntu 20) a compiler flag can be set to still use it (compilation error otherwise). PROJ v7 will not work anymore as-is. |
Commit 2607, by Michael Reisecker | |
Jun 26, 2020 | |
6 months 24 days | Making sure smet_range works with special characters in the header |
Commit 2606, by Mathias Bavay | |
Jun 25, 2020 | |
6 months 25 days | Similar bug as previsouly: in Accumulate, values before the start or real data would be replaced by 0 instead of nodata... |
Commit 2605, by Mathias Bavay | |
6 months 25 days | Fixed an annoying behavior: the Accumulate resampling would return 0 when accumulating before / after the period of raw data... It now returns IOUtils::nodata. |
Commit 2604, by Mathias Bavay | |
Jun 24, 2020 | |
6 months 26 days | Fixed a bug: JDN starts at 1, not at zero! |
Commit 2603, by Mathias Bavay |