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 | |
Feb 6, 2017 | |
3 years 11 months | Added a low level json function (getStrings) and improved goToJSONPath() so it supports arrays in the middle of the path |
Commit 1862, by Mathias Bavay | |
Feb 2, 2017 | |
3 years 11 months | The "NOW±xxx" time specification has been improved (more flexible) and the documentation expanded. Otherwise, code cleanup (code factorization). |
Commit 1861, by Mathias Bavay | |
3 years 11 months | Added more options to the parsing of dates (like NOW or NOW+3600) as well as some documentation |
Commit 1860, by Mathias Bavay | |
Feb 1, 2017 | |
3 years 11 months | Added a "NONE" filter so it is possible to overwrite filters when importing another ini file. The documentation has been expanded accordingly. |
Commit 1859, by Mathias Bavay | |
3 years 11 months | code cleanup and using "wind" instead of "wcor" following a recommendation of M. Schirmer |
Commit 1858, by Mathias Bavay | |
3 years 11 months | Clarified a point in the documentation |
Commit 1857, by Mathias Bavay | |
Jan 31, 2017 | |
3 years 11 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 | |
3 years 11 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 | |
3 years 11 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 | |
3 years 11 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 | |
3 years 11 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 | |
3 years 11 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 | |
3 years 11 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 3 hours | 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 1 day | Added some missing documentation |
Commit 1848, by Mathias Bavay | |
4 years 1 day | 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 11 days | minor code cleanup |
Commit 1846, by Mathias Bavay | |
4 years 11 days | 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 11 days | Minor cleanup for clarity and consistency before deeper work... |
Commit 1844, by Mathias Bavay | |
Jan 12, 2017 | |
4 years 12 days | Improving the debug output |
Commit 1843, by Mathias Bavay |