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 6, 2011 | |
9 years 3 months | Added COPY documentation |
Commit 704, by Mathias Bavay | |
Oct 4, 2011 | |
9 years 3 months | Bringing up to date the data_converter that fell behind a while ago (for a commented out section of its code). |
Commit 703, by Mathias Bavay | |
Oct 3, 2011 | |
9 years 3 months | Improved error message for the new copy mechanism. Currently, this has the following limitation: the parameter to copy must exist for ALL stations and be present for element 0 of each buffer. |
Commit 702, by Mathias Bavay | |
Oct 2, 2011 | |
9 years 3 months | Enhancement: It is now possible to duplicate a certain meteo parameter when reading data with MeteoIO. This feature is especially useful when one parameter needs to be filtered in two different ways (e.g. a running average spanning 5 hours and one sp |
Commit 701, by Thomas Egger | |
Sep 29, 2011 | |
9 years 3 months | Add a setMinBufferRequirements() method to IOManager and BufferedIOHandler. This allows an application to specify its buffering needs. For example, when SNOWPACK runs grass detection, it needs the data up to 48 hours before the first time step to com |
Commit 700, by Mathias Bavay | |
Sep 27, 2011 | |
9 years 3 months | Added WFJ2 in the ANETZ station mapping list |
Commit 699, by Mathias Bavay | |
Sep 26, 2011 | |
9 years 3 months | Necessary changes for the POPC version (added missing files to the autotools, redid marshalling of MeteoData following the changes made in MeteoData) |
Commit 698, by Mathias Bavay | |
Sep 22, 2011 | |
9 years 3 months | GSNIO: Commented out an unnecessary loop, that may be used for testing |
Commit 697, by Thomas Egger | |
9 years 3 months | The documentation has been updated, some error and information messages improved and standardized (to be formatted the same way as with other plugins) |
Commit 696, by Mathias Bavay | |
Sep 21, 2011 | |
9 years 3 months | Two new methods have been implemented in IOUtils: bearing(string) that converts a string like "NW" into a numeric bearing and isNumeric(string) that returns true if the given string represents a number. GSNIO has been modified so that the slope bear |
Commit 695, by Mathias Bavay | |
Sep 20, 2011 | |
9 years 3 months | GSNIO: If the slope angle is zero a northward exposition is assumed (0 degrees). |
Commit 694, by Thomas Egger | |
9 years 4 months | GSNIO: Cleanup of code, getting rid of code duplication, added comments. Furthermore now the GSN meta data info SLOPE is used to set the slope angle of the station. |
Commit 693, by Thomas Egger | |
Sep 19, 2011 | |
9 years 4 months | fixed invalid initialization order |
Commit 692, by Mathias Bavay | |
9 years 4 months | The CosmoXMLIO plugin is now also adapted to the new MeteoData class. |
Commit 691, by Thomas Egger | |
9 years 4 months | Fixed a (quite serious) warning on Windows. |
Commit 690, by Mathias Bavay | |
9 years 4 months | Further reduction of the MeteoData class: the setData(Parameter, value) setter has been eliminated and replaced where used with the new parenthesis operator(size_t index). |
Commit 689, by Thomas Egger | |
9 years 4 months | Bugfix: the boolean member var mksa of SMETReader is now initialized correctly in the constructor. |
Commit 688, by Thomas Egger | |
9 years 4 months | Performance boost: Redesign of class MeteoData. The individual public double members like tss, ta, rh have been removed and instead of the rather complicated internal representation with the help of std::map and pointers, the MeteoData object now hol |
Commit 687, by Thomas Egger | |
9 years 4 months | Tagging release 2.1.1 |
Commit 686, by Mathias Bavay | |
9 years 4 months | Oups, fixed a typo |
Commit 685, by Mathias Bavay |