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 | |
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 9 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 9 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 9 months | More adaptations because of the renaming of class Date (used to be Date_IO) |
Commit 273, by Thomas Egger | |
10 years 9 months | Adapted the Makefile and the meteoio_demo program to use the renamed Date object and the new namespace mio |
Commit 272, by Thomas Egger | |
10 years 9 months | Adapted the exampled to use the new namespace mio |
Commit 271, by Thomas Egger | |
10 years 9 months | Added the namespace mio to all classes within MeteoIO (plugins included) Changed the name of the Date_IO class to Date. In case of namespace conflicts, just use mio::Date to reference the MeteoIO Date class. |
Commit 270, by Thomas Egger | |
10 years 9 months | Tagging for issue 47. |
Commit 269, by Mathias Bavay | |
Apr 20, 2010 | |
10 years 9 months | The doxygen documentation of the filters has been slightly tweaked and the wind averaging filter has been fixed (it was not modulo 360 and an unnecessary sign change has been removed) and verified (closing issue 51). The offending Undefined in Date_I |
Commit 268, by Mathias Bavay | |
10 years 9 months | Took away the default parameters for setDate again, it was obviously intended to be like that |
Commit 267, by Thomas Egger | |
10 years 9 months | The new Date_IO class now works with the GSN plugin. |
Commit 266, by Thomas Egger | |
Apr 16, 2010 | |
10 years 9 months | Two public methods have been added to Date_IO (getJulianDayNumber and isLeapYear). The documentation has been slightly improved. A helper function has been added to IOUtils: getTimeZoneParameters. It will be used by the plugins in order to correctly |
Commit 265, by Mathias Bavay |