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 | |
Oct 8, 2018 | |
2 years 3 months | Allow to set ARCH_OPTIM with Intel compilers |
Commit 2242, by Adrien Michel | |
Oct 6, 2018 | |
2 years 3 months | More clang warnings fixes |
Commit 2241, by Mathias Bavay | |
Oct 5, 2018 | |
2 years 3 months | For some recent version of VC++, MeteoIO could not be found anymore (the libraries are build in a subdirectory of the target directory) |
Commit 2240, by Mathias Bavay | |
2 years 3 months | Fixed some of clang warnings |
Commit 2239, by Mathias Bavay | |
2 years 3 months | Removed Clang compilation warning |
Commit 2238, by Adrien Michel | |
2 years 3 months | Removed -Wunused-template with Clang, not working correctly |
Commit 2237, by Adrien Michel | |
Oct 3, 2018 | |
2 years 3 months | Removed useless compiler warnings with Intel compilers |
Commit 2236, by Adrien Michel | |
2 years 3 months | Adding the slope/azimuth information to NetCDf-CF (although this is not defined in CF1) |
Commit 2235, by Mathias Bavay | |
Oct 1, 2018 | |
2 years 3 months | An option to derive the slope information from the staion ID naming scheme (IMIS/Snowpack operational) has been added. |
Commit 2234, by Mathias Bavay | |
Sep 28, 2018 | |
2 years 3 months | It is now possible to provide an elevation offset when computing an horizon (to support sensors mounted on a mast above the ground, for example). A new method, suitable to spatially interpolate Snowpack-generated snow heights has been implemented (I… |
Commit 2233, by Mathias Bavay | |
2 years 3 months | The IMIS plugin now sets the slope angle and azimuth and takes care of the few special stations (hard coded). The SMET plugin now reads/writes the slope and and azimuth. The SMET specification has been expanded to cover these two new (optional) para… |
Commit 2232, by Mathias Bavay | |
Sep 26, 2018 | |
2 years 3 months | More fixes for clang warnings |
Commit 2231, by Mathias Bavay | |
2 years 3 months | Fixed some warnings reported by Clang |
Commit 2230, by Mathias Bavay | |
2 years 3 months | My previous fix for the issue of Config::get() was still not enough... hoping this now covers all cases! |
Commit 2229, by Mathias Bavay | |
Sep 25, 2018 | |
2 years 3 months | Documentation of the despikingFilter was improved. |
Commit 2228, by Thiemo Theile | |
Sep 24, 2018 | |
2 years 4 months | An image for the documentation of the despiking-filter was added. |
Commit 2227, by Thiemo Theile | |
2 years 4 months | Enhancement of the despiking filter: An alternative implementation of the filter was added. The new version is implemented according to a paper by Mori from 2007 and is supposed to perform slightly better than the original implementation. The new … |
Commit 2226, by Thiemo Theile | |
2 years 4 months | The ConfigProxy Config::get() call was leading to possibily unitialized values when specifying IOUtils::nothrow (it was only guaranteed to behave properly when handling strings). It has been replaced by two calls: ConfigProxy Config::get(key, sectio… |
Commit 2225, by Mathias Bavay | |
Sep 21, 2018 | |
2 years 4 months | Removing a declared but never implemented method... |
Commit 2224, by Mathias Bavay | |
2 years 4 months | The GRID_SMART resampling strategy has finally been implemented. It has been necessary to better split the variables used for grid extraction and virtual stations and a new constructor to build a constant-filled DEM has been implemented. |
Commit 2223, by Mathias Bavay |