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 | |
Feb 21, 2011 | |
10 years 2 months | added avg() to sqlQueryMeteoDataDrift() to be consistent with sqlQueryMeteoData() |
Commit 540, by Charles Fierz | |
Feb 18, 2011 | |
10 years 2 months | A bug in time zone setting in Date::setFromSys() has been fixed (the time zone had the wrong sign) An icon has been designed and the CMakeLists.txt improved for building the Windows installer. This is not yet perfect, but we are moving forward! |
Commit 539, by Mathias Bavay | |
Feb 17, 2011 | |
10 years 2 months | Added the possibility to extract 2D layers from 3D grids |
Commit 538, by Christine Groot Zwaaftink | |
Feb 16, 2011 | |
10 years 2 months | Fixed a few compilation warnings found on Illusion. The buffer centering has been introduced in BufferedIOHandler: the user can specify centering as a fraction of the buffer size or as a duration before the requested date (when rebuffering). The docu |
Commit 537, by Mathias Bavay | |
10 years 2 months | Read meteo data: dateStart and dateEnd implemented Write meteo data: OK Read station data: implemented. In this routine, the user must choose (= comment/uncomment) he we write every station or if we use the given date to filter which station are wr |
Commit 536, by Marc Diebold | |
Feb 15, 2011 | |
10 years 2 months | The Date::setFromSys() method should now be portable (it was only BSD/GNU before). A constness issue has been fixed in DynamicLibrary for Windows platforms. |
Commit 535, by Mathias Bavay | |
10 years 2 months | Tagging release 2.0.0 |
Commit 534, by Mathias Bavay | |
10 years 2 months | |
Commit 533, by Mathias Bavay | |
10 years 2 months | Updating documentation release number |
Commit 532, by Mathias Bavay | |
Feb 14, 2011 | |
10 years 2 months | The WIND_AVG filter has been ported. The problem is that it is not possible to get at the same time VW and DW. This will have to be fixed later... More documentation has been written. |
Commit 531, by Mathias Bavay | |
Feb 11, 2011 | |
10 years 2 months | Documentation update. A new section "how to build your io.ini configuration file" has been added to the end user section of the documentation. |
Commit 530, by Mathias Bavay | |
Feb 10, 2011 | |
10 years 2 months | Some updating of the documentation... |
Commit 529, by Mathias Bavay | |
10 years 2 months | Better output message in case of an invalid date (to make debugging quicker) |
Commit 528, by Mathias Bavay | |
10 years 2 months | The autotools' Makefile.in that is necessary for the popc version has been updated. The io.ini and data_converter.cc have been improved (some errors/obsolete keys were in io.ini) |
Commit 527, by Mathias Bavay | |
10 years 2 months | Reads all files from a specified directory Writes XML-files without the need of an external text-file TO DO Interpolation? Depends on the FieldExtra output format Add variable MaxWindSpeed |
Commit 526, by Marc Diebold | |
10 years 2 months | Fixed a bug when doing dates additions and substractions (the += and -= operators were fine). Fixed the copy constructor so that it can copy an undefined date. Added the support for Matlab dates. |
Commit 525, by Mathias Bavay | |
Feb 9, 2011 | |
10 years 2 months | Last round of bug fix for the popc version (hopefully) |
Commit 524, by Mathias Bavay | |
10 years 2 months | setFromSys() now properly sets the system time zone. A bug in the default constructor has been fixed. |
Commit 523, by Mathias Bavay | |
10 years 2 months | The popc version has been updated. It is far from perfect (lots of popc specific hacks), it lacks an IOManager parclass, but this is the minimum that we need for Alpine3D... The ptr_to_function to ptr_to_object cast warning has been turned off (at l |
Commit 522, by Mathias Bavay | |
10 years 2 months | Fix for issue 131: If the setProcessingLevel(IOManager::filtered) procedure is called, no more resampling is performed when calling getMeteoData(date, vecMeteo). |
Commit 521, by Thomas Egger |