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 | |
Feb 9, 2011 | |
9 years 11 months | Last round of bug fix for the popc version (hopefully) |
Commit 524, by Mathias Bavay | |
9 years 11 months | setFromSys() now properly sets the system time zone. A bug in the default constructor has been fixed. |
Commit 523, by Mathias Bavay | |
9 years 11 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 | |
9 years 11 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 | |
9 years 11 months | More meteo laws have been implemented, alongside new constants. An extra check has been added for the USER spatial interpolation algorithm. |
Commit 520, by Mathias Bavay | |
9 years 11 months | Documentation fixes (to remove doxygen warnings). The time example has been improved. |
Commit 519, by Mathias Bavay | |
Feb 8, 2011 | |
9 years 11 months | The custom grids spatial interpolations method is now working! The user can force loading his own grids for specific parameters and timesteps. |
Commit 518, by Mathias Bavay | |
9 years 11 months | The Standard Deviation filter has been moved to the new structure. Some optimizations for windowed_filters will have to be implemented at some point... (see issue 132 for some ideas) |
Commit 517, by Mathias Bavay | |
9 years 11 months | Another commit related to timezones... The Unix date always being in UTC, this has been fixed. The resampling was not using dates in a proper way, this has been fixed. The GSN plugin has also been fixed, it now rounds time to the closest minute (in o |
Commit 516, by Mathias Bavay | |
9 years 11 months | - Date.*: allow to handle undefined Dates (== 0. for now), add new members undef, setUndef(), isUndef(), and rndJulianDate() - IOUtils.*: replaced TZ with time_zone and TIME_ZONE - ImisIO.*: correct typo seperateDrift to separateDrift |
Commit 515, by Charles Fierz | |
Feb 4, 2011 | |
9 years 11 months | Adding some missing files for COSMO |
Commit 514, by Marc Diebold | |
9 years 11 months | Another missing commit to come with commit 511... the code exmaples were missing. |
Commit 513, by Mathias Bavay | |
9 years 11 months | Missing item for the previous commit... |
Commit 512, by Mathias Bavay | |
9 years 11 months | The full support for timezones has been brought back. This fixes issue 71. The SMET, SMET, IMIS, BORMA plugins have been validated. Geotop should be validtaed if an input data set is available. A new class will have to be implemented to represent tim |
Commit 511, by Mathias Bavay | |
Feb 3, 2011 | |
9 years 11 months | |
Commit 510, by Marc Diebold | |
9 years 11 months | Read all the data files from a given directory. TO DO: write XML file from data |
Commit 509, by Marc Diebold | |
Feb 2, 2011 | |
9 years 11 months | Giving a more appropriate name to meteo_cache -> resampled_cache |
Commit 508, by Mathias Bavay | |
9 years 11 months | Quickfix for a complex issue: When requesting a resampled value, we try to (in accord with user configuration) read data ahead of the point to resample and data after that point. The start_date of that interval might not itself be a part of the buffe |
Commit 507, by Thomas Egger | |
Feb 1, 2011 | |
9 years 11 months | The min and max filters have been implemented. The "how to write a filter" documentation page has been updated to relfect the latest changes. The operator << has been implemented for various objects involved in the data processing. |
Commit 506, by Mathias Bavay | |
9 years 11 months | Refreshing the includes in MeteoIO.h and paving the way for the popc version (that still has to be done for IOManager). |
Commit 505, by Mathias Bavay |