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 Next | |
Apr 29, 2010 | |
10 years 11 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 11 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 11 months | A SNOWPACK file format plugin has been (partially) implemented. |
Commit 278, by Mathias Bavay | |
10 years 11 months | Cosmetic changes: documentation in MeteoData, comment in ARCIO. Plus more variables are read by BormaIO. |
Commit 277, by Mathias Bavay | |
10 years 11 months | Bugfix in ImisIO: tss and tsg were mixed up in the convertUntis function |
Commit 276, by Thomas Egger | |
Apr 22, 2010 | |
10 years 11 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 11 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 11 months | More adaptations because of the renaming of class Date (used to be Date_IO) |
Commit 273, by Thomas Egger | |
10 years 11 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 11 months | Adapted the exampled to use the new namespace mio |
Commit 271, by Thomas Egger | |
10 years 11 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 11 months | Tagging for issue 47. |
Commit 269, by Mathias Bavay | |
Apr 20, 2010 | |
10 years 11 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 11 months | Took away the default parameters for setDate again, it was obviously intended to be like that |
Commit 267, by Thomas Egger | |
10 years 11 months | The new Date_IO class now works with the GSN plugin. |
Commit 266, by Thomas Egger | |
Apr 16, 2010 | |
11 years 3 days | 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 | |
Apr 15, 2010 | |
11 years 4 days | A bug has been fixed in the rate filter, a better behavior has been implemented for the Date_IO class (once a timezone has been set, either by the constructor or by an explicit call, all setDate() calls that don't specify a timezone will be considere |
Commit 264, by Mathias Bavay | |
11 years 4 days | The Date_IO class has been deeply rewriten. The conversion methods have been checked (with references added), the class now uses real julian date (internally as a reference) and can generate a variety of outputs (julian, modified julian, truncated ju |
Commit 263, by Mathias Bavay | |
11 years 4 days | A small script to help look for the instantclient installation |
Commit 262, by Thomas Egger | |
Apr 14, 2010 | |
11 years 5 days | The LAPSE_CONST interpolation algorithm was using the wrong lapse rate projection function pointer. Fixed! |
Commit 261, by Christine Groot Zwaaftink |