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 141 Next | |
Apr 5, 2019 | |
2 years 13 days | The handling of datetime_spec, date_spec and time_spec was leading to potential conflicts and it was not taking into account the priority of the station-specific definitions over the global ones |
Commit 2378, by Mathias Bavay | |
Apr 4, 2019 | |
2 years 15 days | New easy filter: conditional min/max; e. g. IF HS > 0.3 THEN MAX(TSS) -> 0. Also small typos. |
Commit 2377, by Michael Reisecker | |
Apr 2, 2019 | |
2 years 17 days | More restructuring of the GridsManager, hoping for more clarity (the public methods have been moved to the begining of the file) |
Commit 2376, by Mathias Bavay | |
Apr 1, 2019 | |
2 years 18 days | Some code cleanup, renaming of methods, writing of documentation to prepare for some restructuring of the GridsManager. The FindMeteoIO.cmake had not been updated in the examples... |
Commit 2375, by Mathias Bavay | |
Mar 29, 2019 | |
2 years 21 days | A method to read Date() objects from Config has been implemented. The search priorities in FindMeteoIO were not ideal, this should now be much better. |
Commit 2374, by Mathias Bavay | |
Mar 27, 2019 | |
2 years 23 days | A plugin has been written to read Argos transmitted data. It is not yet usable! |
Commit 2373, by Mathias Bavay | |
Mar 25, 2019 | |
2 years 25 days | Allowing to set one more flag and one more status in ZRXP to tackle a use case with advanced data merging. Small documentation cleanup. |
Commit 2372, by Michael Reisecker | |
Mar 20, 2019 | |
2 years 30 days | A bug was found in Microsoft's implementation of scanf() that leads it to NOT discard characters that should be discarded. For example, the following code improperly return alt_str="1550.)" on Windows... static const size_t len=128; const std::stri… |
Commit 2371, by Mathias Bavay | |
Mar 19, 2019 | |
2 years 1 month | A new method "isNodata" has been implemented in MeteoData, so now data_converter only provides a data line for a given station when the said station actually has some data. When IOUtils::readLineToVec() finds a line ending with a user-provided deli… |
Commit 2370, by Mathias Bavay | |
Mar 18, 2019 | |
2 years 1 month | More "static" and "const" in the random number generator as well as calling Cst::PI instead of M_PI (the latter does not work on at least some Windows systems) |
Commit 2369, by Mathias Bavay | |
Mar 15, 2019 | |
2 years 1 month | One more Clang warning fix... |
Commit 2368, by Mathias Bavay | |
2 years 1 month | Fixed some Clang warnings |
Commit 2367, by Mathias Bavay | |
2 years 1 month | One field in the WRF schema was wrong and has been corrected. In NetCDFIO, extra fallbacks for "time" dimension names |
Commit 2366, by Mathias Bavay | |
2 years 1 month | Edited cpack's dependencies to work properly on Centos, added spanish time/date headers supprts in CsvIO |
Commit 2365, by Mathias Bavay | |
Mar 14, 2019 | |
2 years 1 month | polynomial regression: removed an obsolete comment |
Commit 2364, by Thiemo Theile | |
2 years 1 month | Changing the default merge strategy, to make it less surprising (hopefully) |
Commit 2363, by Mathias Bavay | |
2 years 1 month | Finally submitting the PMOD plugin so it does not get lost... |
Commit 2362, by Mathias Bavay | |
Mar 13, 2019 | |
2 years 1 month | Pushing version number to 2.8.1 so "intermediate" releases are not tagged as 2.8.0 anymore |
Commit 2361, by Mathias Bavay | |
Mar 12, 2019 | |
2 years 1 month | It is now possible to parse decimal seconds in CsvIO, thus supporting sub-second resolution timestamps. A new constructor has been written for Date() that supports providing seconds as double. Minor documentation improvement in IOHandler.cmake.cc. |
Commit 2360, by Mathias Bavay | |
2 years 1 month | pythonWrapper: more formats for the Date-String (like ISO_DATE,FULL,...). updated the documentation (readme.txt) |
Commit 2359, by Thiemo Theile |