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 | |
May 6, 2010 | |
10 years 8 months | Removed the STATION key from the io.ini. the readStationData function of the plugins relies on the METEO key for choosing the data source. |
Commit 292, by Thomas Egger | |
10 years 8 months | UTC time offset taken into consideration (needs proper fix) |
Commit 291, by Thomas Egger | |
10 years 8 months | Small bugfix, index mixup in accumulation filter |
Commit 290, by Thomas Egger | |
10 years 8 months | The STATION keyword in the io.ini tells MeteoIO where to look for station meta data. Mostly this will be exactly the same plugin as for the METEO keyword. |
Commit 289, by Thomas Egger | |
10 years 8 months | Added the DEBUG_ARITHM option to the CMake build system (can be toggled with ON and OFF: default ON). Got rid of some verbose output in the RateFilter. |
Commit 288, by Thomas Egger | |
10 years 8 months | Changed the filter buffer size from 2 to approx 10 elements, that should allow for the deleting of certain points within vecFilteredM: changes to the resampling process and the accumulation process were necessary Small namespace fix for Coords.cc (f |
Commit 287, by Thomas Egger | |
May 3, 2010 | |
10 years 8 months | Small fixes for the doxygen issues... |
Commit 286, by Mathias Bavay | |
Apr 30, 2010 | |
10 years 8 months | A small formatting bug has been fixed in SNIO. Most of the doxygen issues have been fixed. A few are still left (and we lost the inheritance structure in doxygen). |
Commit 285, by Mathias Bavay | |
Apr 29, 2010 | |
10 years 8 months | A trivial formatting issue has been fixed for SNIO (consistently writing "0.0" when no data is available for non mandatory fields). |
Commit 284, by Mathias Bavay | |
10 years 8 months | The IMISIO plugin now reads the database's name, user, password from the configuration file. The SNOWPACK plugin has seen some improvements in the formatting of its output file. The code exaples have been simplified. |
Commit 283, by Mathias Bavay | |
10 years 8 months | Added more comments to ImisIO.cc |
Commit 282, by Thomas Egger | |
10 years 8 months | Small update of ImisIO: those timeout loops are unnecessary |
Commit 281, by Thomas Egger | |
10 years 8 months | The new ImisIO plugin with a workaround SQL query to deal with the duplicate records problem in view ams.v_amsio |
Commit 280, by Thomas Egger | |
Apr 28, 2010 | |
10 years 8 months | The POPC compilation issue has been fixed (work around a POPC bug). These work arounds have been tagged as "HACK for POPC" in DEMObject, Date, Grid2/3DObject, IOHandler.ph, LegacyIO.ph and marshall_meteoio.cc. The SNIO plugin that was forgotten at t |
Commit 279, by Mathias Bavay | |
Apr 26, 2010 | |
10 years 8 months | A SNOWPACK file format plugin has been (partially) implemented. |
Commit 278, by Mathias Bavay | |
10 years 8 months | Cosmetic changes: documentation in MeteoData, comment in ARCIO. Plus more variables are read by BormaIO. |
Commit 277, by Mathias Bavay | |
10 years 8 months | Bugfix in ImisIO: tss and tsg were mixed up in the convertUntis function |
Commit 276, by Thomas Egger | |
Apr 22, 2010 | |
10 years 8 months | Changed the interface of MeteoData, the setter function now can be invoked like setData(MeteoData::TA, 280.7); the old setter function and the old constructor have been removed and the changes were propagated into the plugins |
Commit 275, by Thomas Egger | |
10 years 8 months | Cosmetic fix in Date.h and some namespace additions for the POPC version (.ph and marshalling). But the marshalling is not working yet... |
Commit 274, by Mathias Bavay | |
Apr 21, 2010 | |
10 years 8 months | More adaptations because of the renaming of class Date (used to be Date_IO) |
Commit 273, by Thomas Egger |