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 | |
May 20, 2019 | |
1 year 7 months | The new time filter that removes invlida points has been renamed into "CLEANUP" for clarity. A new possibility to describe date/time has been implemented in CsvIO: as separate columns for each components. |
Commit 2422, by Mathias Bavay | |
1 year 8 months | Improved error message (so the user knows that there are time filters) and minor code cleanup for CsvIO |
Commit 2421, by Mathias Bavay | |
May 17, 2019 | |
1 year 8 months | A new operation mode has been implemented in the TimeSuppr time filter: INVALID, that removes invalid or duplicated timestamps (but a warning is printed as this is still a worrying issue for the dataset quality). Code cleanup in CsvIO, to prepare f… |
Commit 2420, by Mathias Bavay | |
1 year 8 months | A new option has been added to CSV: "dequote" to remove all quote from each line before parsing. This is useful for spreadsheets outputs that might (or not) enclose all fields in quotes |
Commit 2419, by Mathias Bavay | |
1 year 8 months | Documentation update, trying to make it clearer and more structured in CsvIO |
Commit 2418, by Mathias Bavay | |
May 16, 2019 | |
1 year 8 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 8 months | Small fix for more safety (you never know how things will get abused!) |
Commit 2416, by Mathias Bavay | |
1 year 8 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 8 months | Doc fix for default value, and single whitespace removed |
Commit 2414, by Michael Reisecker | |
May 2, 2019 | |
1 year 8 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 8 months | Fixed an error message |
Commit 2412, by Mathias Bavay | |
Apr 27, 2019 | |
1 year 8 months | Newest changes reflected in ZRXP documentation |
Commit 2411, by Michael Reisecker | |
1 year 8 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 8 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 8 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 8 months | Doc fix for changed default value |
Commit 2407, by Michael Reisecker | |
1 year 8 months | Fixed two CLang warnings |
Commit 2406, by Mathias Bavay | |
Apr 25, 2019 | |
1 year 8 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 8 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 8 months | The last commit on Config was a cleanup too far... Restoring the proper behavior when importing files |
Commit 2403, by Mathias Bavay |