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 | |
Aug 21, 2018 | |
2 years 4 months | Porting commit 2181 to address issue 706 to the overloaded Winstral function. |
Commit 2182, by Nander Wever | |
Aug 20, 2018 | |
2 years 4 months | Addressing (at least partially) issues 706 and 707. |
Commit 2181, by Mathias Bavay | |
2 years 4 months | The handling of the subsecond component in a Date was not always optimal: it would sometimes still output .000 when this should have been skipped. |
Commit 2180, by Mathias Bavay | |
Aug 14, 2018 | |
2 years 5 months | A (major) bug has been found in the (Horn, 1981) slope computation algorithm: all computed azimuth were false (it looked like everything had been rotated). |
Commit 2179, by Mathias Bavay | |
2 years 5 months | Adding the possibility to specifiy dmax (in m) for Winstral's algorithm in the config (e.g., PSUM::winstral::dmax = 300). |
Commit 2178, by Nander Wever | |
2 years 5 months | It is now possible to specify DEMs' default slope algorithms by a string representation. A bug in the PrecSplitting documentation has been fixed (wrong syntax in the examples). |
Commit 2177, by Mathias Bavay | |
Jul 25, 2018 | |
2 years 5 months | A new data generator has been created to generate VW, DW from the Wind velocity U, V components |
Commit 2176, by Mathias Bavay | |
Jul 24, 2018 | |
2 years 5 months | Improved error handling for CsvIO: it is now possible to ignore errors and move forward (since files coming out of loggers might be partially corrupted), the line number is always printed (since files might be very large) and an issue with end of li… |
Commit 2175, by Mathias Bavay | |
2 years 5 months | The STB2 station is NOT using reduced pressure but absolute pressure instead (but there is no metadata to "know" it) |
Commit 2174, by Mathias Bavay | |
2 years 5 months | The sub-second outputs were not consistent with the most general use of the ISO 8601 standard |
Commit 2173, by Mathias Bavay | |
2 years 5 months | Now the sub-second resolution is properly written out in toString() |
Commit 2172, by Mathias Bavay | |
Jul 20, 2018 | |
2 years 5 months | Finally, the Date class is fully sub-second compatible. Please note that the string output don't conform (yet) to ISO8601 in case of sub-second resolution (c++'s string formatting is a complete nightmare and disgrace). |
Commit 2171, by Mathias Bavay | |
2 years 5 months | There are some inconsistencies preventing proper use of sub-second time resolution in Date. Two bugs have been found, more things will have to change and the rnd() call has been changed (so your applications might throw a warning). An erroneous erro… |
Commit 2170, by Mathias Bavay | |
Jul 18, 2018 | |
2 years 6 months | It is now possible to perform grid resampling by using the GRID_RESAMPLING resampling strategy. The resampled grids come through getMeteoData() calls (as it is considered as spatial interpolation). |
Commit 2169, by Mathias Bavay | |
2 years 6 months | It is now possible to read a grid out of a NetCDF file that only contains one parameter without providing a parameter name. More checks are also performed, to ensure in this case that only one parameter is present in the file or that, when reading s… |
Commit 2168, by Mathias Bavay | |
Jul 17, 2018 | |
2 years 6 months | This commit is a major change to the virtual_stations / grid_extraction. Instead of using the Meteo2DInterpolator to do it, the grid handling code is in GridsManager and the IOManager has two TimeSeriesManager at its disposal. The virtual_stations s… |
Commit 2167, by Mathias Bavay | |
2 years 6 months | Documentation fix |
Commit 2166, by Mathias Bavay | |
2 years 6 months | Micro-optimizations and cleanup |
Commit 2165, by Mathias Bavay | |
Jul 13, 2018 | |
2 years 6 months | A bug in the handling of ECMWF radiation in NetCDF files has been found: it is written as accumulated over the run. So a new filter has been created (ProcDeAccumulate) that can de-accumulate such data when in timeseries form. A new "getBufferPropert… |
Commit 2164, by Mathias Bavay | |
Jul 10, 2018 | |
2 years 6 months | Added some documentation |
Commit 2163, by Mathias Bavay |