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 | |
May 17, 2019 | |
1 year 11 months | Documentation update, trying to make it clearer and more structured in CsvIO |
Commit 2418, by Mathias Bavay | |
May 16, 2019 | |
1 year 11 months | Now multiple stations written into a single NetCDF file have both the geospatial_lat/lon min and max but also geospatial_bounds as MultiPoint |
Commit 2417, by Mathias Bavay | |
1 year 11 months | Small fix for more safety (you never know how things will get abused!) |
Commit 2416, by Mathias Bavay | |
1 year 11 months | The gap caching has been improved in ResamplingAlgorithms. In order to prevent using the caching data from one station for another one, a hash is now built in TimeSeriesManager in a way that should be quite safe (ie unique for each station). This ha… |
Commit 2415, by Mathias Bavay | |
May 12, 2019 | |
1 year 11 months | Doc fix for default value, and single whitespace removed |
Commit 2414, by Michael Reisecker | |
May 2, 2019 | |
1 year 11 months | Full rewrite of getNearestValidPts in ResamplingAlgorithms: when a gap is identified, this information is kept so looking for a gap next time will be faster (only the last gap is kept in memory). This leads to ~10% speedup in usual cases (hourly or … |
Commit 2413, by Mathias Bavay | |
Apr 30, 2019 | |
1 year 11 months | Fixed an error message |
Commit 2412, by Mathias Bavay | |
Apr 27, 2019 | |
1 year 11 months | Newest changes reflected in ZRXP documentation |
Commit 2411, by Michael Reisecker | |
1 year 11 months | Moving live qa up one step in the logic: it is now always available; the DATA_QA_LOGS flag only controls file output. |
Commit 2410, by Michael Reisecker | |
1 year 11 months | It's now possible for a plugin to differentiate if a parameter has never existed, or if it's nodata due to processing. Making use of this and status flags in the ZRXP plugin. Micro cleanup. |
Commit 2409, by Michael Reisecker | |
1 year 11 months | Starting a chain of core changes: enabling live data qa on per parameter basis. For now, this brings a speed penalty, but in the future operational systems will be faster this way (by skipping qa file output). Meanwhile, some optimizations should br… |
Commit 2408, by Michael Reisecker | |
Apr 26, 2019 | |
1 year 11 months | Doc fix for changed default value |
Commit 2407, by Michael Reisecker | |
1 year 11 months | Fixed two CLang warnings |
Commit 2406, by Mathias Bavay | |
Apr 25, 2019 | |
1 year 11 months | It is possible to use the IMIS plugin without any tnsnames.ora configuration file. This has been documented in the plugin documentation (this makes the Oracle client installation much easier: the includes and the libs are now enough and can be copie… |
Commit 2405, by Mathias Bavay | |
1 year 11 months | A bug in the processing of special values has been fixed (a one letter variable would have thrown an exception). It is now possible to evaluate arithmetic expressions (based on the tinyepr library) in values (the evaluation is performed on parsing t… |
Commit 2404, by Mathias Bavay | |
1 year 11 months | The last commit on Config was a cleanup too far... Restoring the proper behavior when importing files |
Commit 2403, by Mathias Bavay | |
Apr 23, 2019 | |
1 year 11 months | It is now possible to resolve environment variables in ini files as well as refer to other keys (either as ${key} in the same section or as ${section::key} in another section). |
Commit 2402, by Mathias Bavay | |
1 year 11 months | DST starting to be annoying as usually... fixing other extreme, where all data lies before the first correction. |
Commit 2401, by Michael Reisecker | |
Apr 18, 2019 | |
2 years 1 day | Much better handling of the environment variables |
Commit 2400, by Mathias Bavay | |
2 years 1 day | The check for circular dependencies has been redone, it is more logical and should be very reliable |
Commit 2399, by Mathias Bavay |