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 | |
Apr 23, 2019 | |
1 year 9 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 9 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 | |
1 year 9 months | Much better handling of the environment variables |
Commit 2400, by Mathias Bavay | |
1 year 9 months | The check for circular dependencies has been redone, it is more logical and should be very reliable |
Commit 2399, by Mathias Bavay | |
1 year 9 months | More restructuring, trying to group the public methods on top of the .cc file. The possibility to resolve environment variables in a config file has been implemented (quite basic for the moment) and more will come (so it is not documented yet, it wi… |
Commit 2398, by Mathias Bavay | |
1 year 9 months | The despiking filter would sometimes _add_ spikes through the cubic fit. Now you can set the interpolation degree and also disable it (and maybe resample later via [INTERPOLATIONS1D]. Removed debugging output, errors to ::cerr. |
Commit 2397, by Michael Reisecker | |
Apr 17, 2019 | |
1 year 9 months | The serialization operators for the Grid2DObject class were wrong, they have been corrected (sorry for the inconvenience) |
Commit 2396, by Mathias Bavay | |
1 year 9 months | Some cleanup before bigger changes in Config |
Commit 2395, by Mathias Bavay | |
Apr 16, 2019 | |
1 year 9 months | Filter PotentialSWR can now rudimentarily handle measurements aggregated by the data logger. This is largely untested... but it's a simple arithmetic mean... |
Commit 2394, by Michael Reisecker | |
Apr 15, 2019 | |
1 year 9 months | The list of unprocessed stations has been added back to the outputs of Goes and Argos plugins. Some cleanup as well as proper sorting and garanteeing uniqueness of the timestamps in Argos. |
Commit 2393, by Mathias Bavay | |
1 year 9 months | Forgotten std::, forgotten multiplier, and CSV: found date/time columns now respected when assigning special param, not depending on user defined time format for this anymore, readability. |
Commit 2392, by Michael Reisecker | |
Apr 12, 2019 | |
1 year 9 months | Tiny readability concern, and better header include order in RNG. |
Commit 2391, by Michael Reisecker | |
1 year 9 months | Enabling SOFT keyword for PotentialSW filter, allowing to compare ground value instead of top of atmosphere (so the filter can intuitively be the curve you get when generating ISWR), and including P in the calculation if available. |
Commit 2390, by Michael Reisecker | |
Apr 11, 2019 | |
1 year 9 months | White space cleanup for GoesID and more improvements for Argos (but the plugin is still not usable) |
Commit 2389, by Mathias Bavay | |
1 year 9 months | Introducing a map to store some extra metadata in StationData. This is just a TEMPORARY solution, a better approach will be implemented with issues 701, 690 and the handling of timeseries instead of vector<MeteoData>. Since we don't know yet when th… |
Commit 2388, by Mathias Bavay | |
1 year 9 months | Outsourcing some string operations to IOUtils, including better parameter name cleaning |
Commit 2387, by Michael Reisecker | |
1 year 9 months | (To be optimized) Some CSV tweaks: 1) allow Cartesian coordinates 2) allow different delimiter for header lines 3) possibility to set which column gets renamed by special param parsing 4) cleanup of parsed field names to make sure it goes through th… |
Commit 2386, by Michael Reisecker | |
Apr 10, 2019 | |
1 year 9 months | The Goes plugin now supports different units_multiplier for negative and positive values (default: using the same for both) |
Commit 2385, by Mathias Bavay | |
1 year 9 months | Fixed bad memory management in GoesIO (reading a string past its end) |
Commit 2384, by Mathias Bavay | |
1 year 9 months | Index fix for UnDST fix |
Commit 2383, by Michael Reisecker |