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 | |
Jan 25, 2018 | |
2 years 11 months | Now enabling the CSV plugin by default |
Commit 2062, by Mathias Bavay | |
2 years 11 months | Now the date/time specifications have proper defaults (all ISO based) |
Commit 2061, by Mathias Bavay | |
2 years 11 months | Now the CSVIO documentation should be usable. There is still one missing feature (default datetime format) and we're good to go! (well, at least to start testing for usability) |
Commit 2060, by Mathias Bavay | |
Jan 24, 2018 | |
2 years 11 months | There was no way to read a single ';' from a configuration file with Config (since this is also a comment marker). Now, if only ';' or '#' are present after the '=', they will be read and returned (so it is possible to specify that a delimiter is ';… |
Commit 2059, by Mathias Bavay | |
2 years 11 months | An empty value (ie two delimiters following each other) is now treated as nodata. The TIME_SPEC argument is now processed (but not tested yet, I need to make a csv file with separate date and time columns). |
Commit 2058, by Mathias Bavay | |
Jan 23, 2018 | |
2 years 11 months | More logical place for a safety check |
Commit 2057, by Mathias Bavay | |
2 years 11 months | Now checking dateStart / dateEnd and using a FileIndexer for efficiency |
Commit 2056, by Mathias Bavay | |
Jan 22, 2018 | |
2 years 11 months | More checks, small optimizations and a new method in IOUtils to count how many times a substring appreas in a given string |
Commit 2055, by Mathias Bavay | |
2 years 11 months | Still improving the structutre, more safety checks, some better defaults |
Commit 2054, by Mathias Bavay | |
Jan 19, 2018 | |
3 years 16 hours | Now the Csv plugin has a better structure... Moving forward! |
Commit 2053, by Mathias Bavay | |
Jan 18, 2018 | |
3 years 1 day | Still moving forward... but the structure will have to be changed quite a lot! |
Commit 2052, by Mathias Bavay | |
3 years 1 day | Moving forward with the Csv plugin. A new method "replace_all" has been implemented in IOUtils to replace substrings in strings (similar to Boost's). |
Commit 2051, by Mathias Bavay | |
Jan 12, 2018 | |
3 years 8 days | Following a comment from Nander Wever, it turns out that the handling of the model validity range was not correct in Forland. Such as range check was missing in WMO, this has been added. |
Commit 2050, by Mathias Bavay | |
Jan 11, 2018 | |
3 years 8 days | Added an example using GRID_ALL for resampling |
Commit 2049, by Mathias Bavay | |
Jan 10, 2018 | |
3 years 9 days | The whole virtual stations processing has been moved out of the IOManager and into theMeteo2DInterpolator (it might get its own class at a later time), so everything is in the same place. A dummy CsvIO plugin has been created, it will be populated s… |
Commit 2048, by Mathias Bavay | |
Jan 5, 2018 | |
3 years 14 days | Updating the documentation to reflect the latest changes |
Commit 2047, by Mathias Bavay | |
3 years 15 days | The whole virtual stations / grid extraction thing is being reworked. The user-visible side will be different in order to be more consistent. Moreover, the 2D resampling is now in libresampling2D for consistency as well as in order to be less confus… |
Commit 2046, by Mathias Bavay | |
Dec 20, 2017 | |
3 years 30 days | Disabling some (stupid) warnings of icc (pragma marked for clang should be silently ignored). Removing IOUtils::getArraySliceParams() since this is only used in Alpine3D and does not really belong to MeteoIO. |
Commit 2045, by Mathias Bavay | |
Dec 15, 2017 | |
3 years 1 month | Added some documentation about virtual stations' workflow |
Commit 2044, by Mathias Bavay | |
Dec 14, 2017 | |
3 years 1 month | The workflow doagram has been updated to reflect the TimeSeriesManager usage |
Commit 2043, by Mathias Bavay |