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 142 143 144 145 146 147 Next | |
Nov 4, 2010 | |
10 years 2 months | Removed the NODATA in MeteoData::Parameters (it was not working and not even used...) Fixed a few trivial compiler warnings, indenation. |
Commit 452, by Mathias Bavay | |
10 years 2 months | Documentation update |
Commit 451, by Mathias Bavay | |
10 years 2 months | The resampling of MeteoData parameters was restricted to the well known ones defined in the enum MeteoData::Parameters. The Meteo1DInterpolator and the resampling algorithms have been adapted to allow the resampling of any meteo parameter, i. e. thos |
Commit 450, by Thomas Egger | |
Nov 3, 2010 | |
10 years 2 months | The SMETIO plugin now supports the "units_multiplier" field. The SMET specification has been brought to 1.0. A forgotten debugging output has been removed in InterpolationAlgorithms |
Commit 449, by Mathias Bavay | |
Nov 2, 2010 | |
10 years 2 months | An error was found: the linear regression returns the regression coefficient r, not r2!! It has been modified so that it returns |r| and prints r2 in the info strings. The HNW_SNOW spatial interpolation algorithm had errors. It was not properly call |
Commit 448, by Mathias Bavay | |
Nov 1, 2010 | |
10 years 2 months | Updating the default io.ini example so it fits the latest changes made in the code |
Commit 447, by Mathias Bavay | |
Oct 29, 2010 | |
10 years 2 months | The "frac" optional argument (for fractional lapse rate, or relative lapse rate) has been added to IDW_LAPSE. The documentation has been updated. If HS is interpolated, it is now checked for min/max to be greater than 0. |
Commit 446, by Mathias Bavay | |
10 years 2 months | The SMET plugin was the only plugin not to use "STATION#" for specifying its input files/stations (besides plugin reading a path). It has been modified for consistency. This WILL break older io.ini files... A new projection method has been added in |
Commit 445, by Mathias Bavay | |
Oct 27, 2010 | |
10 years 2 months | A new spatial interpolation algorithm, LocalLapse_IDW (key being LIDW_LAPSE) has been implemented. It takes a number of stations as mandatory parameter, and computes for each pixel the IDW_LAPSE only using the closest n stations. This is specially u |
Commit 444, by Mathias Bavay | |
Oct 25, 2010 | |
10 years 2 months | First (non working) implementation of the ordinary kriging. The variogram fit still has to be done... But a few const issues have been fixed in Matrix and a new method added (to read a 1x1 matrix as a scalar). Fixed some doxygen warnings, added a ho |
Commit 443, by Mathias Bavay | |
Oct 24, 2010 | |
10 years 2 months | Improved library autodetection (cmake module provided for users of MeteoIO wishing to detected MeteoIO with cmake in their application). |
Commit 442, by Mathias Bavay | |
Oct 22, 2010 | |
10 years 2 months | Add the possibility to clusterize the points of a Grid2DObject according a scale of values. Each cluster may defines its own id (double type) that overwrites the point value |
Commit 441, by cyril Perot | |
10 years 2 months | Add operator()(const int&) to Array2D, to have a more direct access to the vector of values (skips i*j operation) |
Commit 440, by cyril Perot | |
10 years 2 months | Add the possibility to clusterize the points of a Grid2DObject according a scale of values. Each cluster may defines its own id (double type) that overwrites the point value |
Commit 439, by cyril Perot | |
Oct 21, 2010 | |
10 years 2 months | Update jnative extension to fit the new version |
Commit 438, by cyril Perot | |
10 years 2 months | Correct IOUtils::cleanPath |
Commit 437, by cyril Perot | |
10 years 2 months | |
Commit 436, by cyril Perot | |
10 years 2 months | |
Commit 435, by cyril Perot | |
10 years 2 months | An IOUtils function has been created to handle cleaning path strings. This is used by the jnative Java binding. The Geotop plugin has been removed from the jnative Java binding, because the binding loads grids but no meteo data and Geotop does not co |
Commit 434, by Mathias Bavay | |
Oct 20, 2010 | |
10 years 2 months | Fixed typo in GSN plugin (thanks to Olivier Bohrer!) |
Commit 433, by Mathias Bavay |