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 | |
Jan 23, 2018 | |
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 | |
2 years 11 months | Now the Csv plugin has a better structure... Moving forward! |
Commit 2053, by Mathias Bavay | |
Jan 18, 2018 | |
2 years 11 months | Still moving forward... but the structure will have to be changed quite a lot! |
Commit 2052, by Mathias Bavay | |
2 years 11 months | 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 4 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 5 days | Added an example using GRID_ALL for resampling |
Commit 2049, by Mathias Bavay | |
Jan 10, 2018 | |
3 years 5 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 11 days | Updating the documentation to reflect the latest changes |
Commit 2047, by Mathias Bavay | |
3 years 11 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 26 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 | |
Dec 13, 2017 | |
3 years 1 month | The ECMWF web-api needed more documentation as well as a link to its official documentation |
Commit 2042, by Mathias Bavay | |
3 years 1 month | More checks (for a change in the number of stations) as well as support for large gaps in the data (if the data files generation stopped for a while) have been implemented. |
Commit 2041, by Mathias Bavay | |
Dec 12, 2017 | |
3 years 1 month | minor change, to get more information when DEBUG=TRUE |
Commit 2040, by Mathias Bavay | |
Dec 11, 2017 | |
3 years 1 month | When a station has very little data, there was a way to segfault when cutting a window for the filters. More checks have been implemented. |
Commit 2039, by Mathias Bavay | |
Dec 7, 2017 | |
3 years 1 month | reverting whitespaces mishandling... |
Commit 2038, by Mathias Bavay | |
3 years 1 month | the handling of hidden files now works properly on osX / BSD |
Commit 2037, by Mathias Bavay |