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 | |
Feb 1, 2017 | |
4 years 2 months | code cleanup and using "wind" instead of "wcor" following a recommendation of M. Schirmer |
Commit 1858, by Mathias Bavay | |
4 years 2 months | Clarified a point in the documentation |
Commit 1857, by Mathias Bavay | |
Jan 31, 2017 | |
4 years 2 months | code restructuring in DBO to make it more similar to other plugins. Implemented a proper support for recursive METEOPATH in OshdIO (only the most recent files will be used for each time step, according to their run_date). |
Commit 1856, by Mathias Bavay | |
Jan 30, 2017 | |
4 years 2 months | Now the DBO plugin can get metadata. Still a long way to go until we have something useful, though! |
Commit 1855, by Mathias Bavay | |
4 years 2 months | Another tiny fix related to end of lines: if too many "empty" lines are found, this could be a problem with EOL encoding. This now throws an exception (after 1000 empty lines). |
Commit 1854, by Mathias Bavay | |
Jan 26, 2017 | |
4 years 2 months | Added the structure for the upcoming DBO plugin, fixed an invalid copyright in GSNIO (the old plugin was ©epfl, the new one is ©slf), added a note to the oshd plugin. |
Commit 1853, by Mathias Bavay | |
4 years 2 months | For virtual stations, a time offset parameter has been added to the resampling specification. The documentation has been expanded and improved. Otherwise, code cleanup. |
Commit 1852, by Mathias Bavay | |
Jan 25, 2017 | |
4 years 2 months | Finally!! The virtual stations seem to be in proper order! Now the spatial interpolations are only called every vstations_refresh_rate and otherwise the data is temporally resampled. |
Commit 1851, by Mathias Bavay | |
4 years 2 months | Finally, the proper handling of virtual stations is taking shape: using two tsmanagers, it is possible to temporally resample the data between spatially interpolated time steps. The strategy to decide which timesteps should be temporally resampled is |
Commit 1850, by Mathias Bavay | |
Jan 24, 2017 | |
4 years 2 months | The Buffer class has been expanded with a new push() call and the documentation moved around in IOUtils |
Commit 1849, by Mathias Bavay | |
Jan 23, 2017 | |
4 years 2 months | Added some missing documentation |
Commit 1848, by Mathias Bavay | |
4 years 2 months | A new option has been added to smet, to skip the plot_xxx headers (default: keep them). The virtual stations were not providing a proper call to only get the metadata, this is now available. |
Commit 1847, by Mathias Bavay | |
Jan 13, 2017 | |
4 years 3 months | minor code cleanup |
Commit 1846, by Mathias Bavay | |
4 years 3 months | The Date::mod() method had some serious rounding errors that could accumulate. This was degrading the precision. The code has been replaced bya more robust implementation that should offer seconds precision (which is what the class offers). |
Commit 1845, by Mathias Bavay | |
4 years 3 months | Minor cleanup for clarity and consistency before deeper work... |
Commit 1844, by Mathias Bavay | |
Jan 12, 2017 | |
4 years 3 months | Improving the debug output |
Commit 1843, by Mathias Bavay | |
Jan 11, 2017 | |
4 years 3 months | Much improved debug abilities have been implemented (when "OSHD_DEBUG" is set to "TRUE") |
Commit 1842, by Mathias Bavay | |
4 years 3 months | A bug has been found in IOUtils::seek that lead to returning npos when the vector only contained 1 element (and at the requested timestamp). The OSHD plugin has been brought up to date with the latest content and naming of the oshd data files. |
Commit 1841, by Mathias Bavay | |
4 years 3 months | The data_converter code has been cleaned up and made more similar to the snowpack operational "data_qa" tool. An invalid check (< when <= was needed) has been fixed in Meteo1DInterpolator (this was leading to segfaults when a buffer only contained 1 |
Commit 1840, by Mathias Bavay | |
Jan 9, 2017 | |
4 years 3 months | Fixed a bug in data_converter than was leading to segfault when a station ID was duplicated in the io.ini. Code cleanup in ImisIO (since I first looked there for the bug!). |
Commit 1839, by Mathias Bavay |