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 142 143 144 145 146 147 Next | |
Mar 29, 2019 | |
1 year 9 months | 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 | |
1 year 9 months | A plugin has been written to read Argos transmitted data. It is not yet usable! |
Commit 2373, by Mathias Bavay | |
Mar 25, 2019 | |
1 year 9 months | 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 | |
1 year 9 months | 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 | |
1 year 9 months | 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 | |
1 year 9 months | 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 | |
1 year 10 months | One more Clang warning fix... |
Commit 2368, by Mathias Bavay | |
1 year 10 months | Fixed some Clang warnings |
Commit 2367, by Mathias Bavay | |
1 year 10 months | 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 | |
1 year 10 months | 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 | |
1 year 10 months | polynomial regression: removed an obsolete comment |
Commit 2364, by Thiemo Theile | |
1 year 10 months | Changing the default merge strategy, to make it less surprising (hopefully) |
Commit 2363, by Mathias Bavay | |
1 year 10 months | Finally submitting the PMOD plugin so it does not get lost... |
Commit 2362, by Mathias Bavay | |
Mar 13, 2019 | |
1 year 10 months | 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 | |
1 year 10 months | 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 | |
1 year 10 months | pythonWrapper: more formats for the Date-String (like ISO_DATE,FULL,...). updated the documentation (readme.txt) |
Commit 2359, by Thiemo Theile | |
Mar 11, 2019 | |
1 year 10 months | minor code cleanup |
Commit 2358, by Mathias Bavay | |
1 year 10 months | Added the runoff to the CF NetCDF schema, rename the grids cache into cache_grids_out for clarity and otherwise, some identing/style |
Commit 2357, by Mathias Bavay | |
Mar 9, 2019 | |
1 year 10 months | Much better handling of the time encoding and the station specific parameters and a bug when rebuffering has been fixed |
Commit 2356, by Mathias Bavay | |
Mar 8, 2019 | |
1 year 10 months | Continued commit 2353 'Added 'cache_out_files' in netCDF module...' |
Commit 2355, by Adrien Michel |