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 12, 2010 | |
11 years 7 days | POPCC compilation with cmake works now, but needs to beautified desperately |
Commit 240, by Thomas Egger | |
11 years 7 days | Update to CMake for popcc |
Commit 239, by Thomas Egger | |
11 years 7 days | The << operator has been overloaded for a few types (Arrays, Grids, Coords, Dates, Meteo and Station data) and the to_String() methods removed (except for Dates because it might make sense there to get a string) as a way to provide easy debugging out |
Commit 238, by Mathias Bavay | |
11 years 7 days | Removed verbose output |
Commit 237, by Thomas Egger | |
11 years 7 days | Fixed nasty infinite loop possibility in the getWindowData function |
Commit 236, by Thomas Egger | |
Apr 8, 2010 | |
11 years 11 days | The physical filter algorithms (as defined in libinterpol2D) have seen their interface modified so they all follow the same logic (for the order and naming of the arguments). The documentation has been cleaned up (the warnings have been fixed, some |
Commit 235, by Mathias Bavay | |
11 years 11 days | Duplicate station names in 2D meteo files for A3DIO are detected and an exception is thrown |
Commit 234, by Thomas Egger | |
11 years 11 days | A new date output format has been introduced: FULL that is ISO followed by julian date. This should replace the unstandard date format followed by julian date. A few warnings found on Hera have been fixed in InterpolationAlgorithms (including a virt |
Commit 233, by Mathias Bavay | |
Apr 7, 2010 | |
11 years 12 days | The arrays and grids now have a "print" method that prints their content to screen (usefull for debugging). The Coords class also has this method (as required to print the grid objects). A "using namespace std" was found in ImisIO.h and has been rem |
Commit 232, by Mathias Bavay | |
Apr 6, 2010 | |
11 years 13 days | Some debugging output has been commented out |
Commit 231, by Mathias Bavay | |
11 years 13 days | The example io.ini has been brought up to date, a new example showing how to perform spatial interpolations has been added. |
Commit 230, by Mathias Bavay | |
11 years 13 days | The input and output parameters were looked for in the [INPUT] and [OUTPUT] sections. This naming was not consistent with the rest of io.ini, they have been renamed in [Input] and [Output]. Some documentation was missing and has been added (plugin d |
Commit 229, by Mathias Bavay | |
Apr 1, 2010 | |
11 years 18 days | A special case for POPC was missing in BufferedIOHandler. The minimum required CMake has been changed to an earlier version (it seems to work fine). |
Commit 228, by Mathias Bavay | |
11 years 18 days | The array operators have been added to Array, Array2D and Array3D. Grid2/3DObject also have their assignment operator. The IOHandler headers (.h and .ph) have been slightly reorganized so that they look as similar as possible (makes toubleshooting |
Commit 227, by Mathias Bavay | |
Mar 31, 2010 | |
11 years 19 days | The new function is added to the IOHandler.ph file in order to make the POPC version compliant with the new IOInterface definition |
Commit 226, by Thomas Egger | |
11 years 19 days | a new function called: readStationData has been added. It expects a date and a vector<StationData> as parameters and returns the meta data for the required date (often this date is irrelevant, because stations are fixed, then just pass any date). |
Commit 225, by Thomas Egger | |
11 years 19 days | The ARC file format as produced by MeteoIO has been brought to the same specification as common practise (including PREVAH tools). Obviously, an official format specification would be much preferrable... |
Commit 224, by Mathias Bavay | |
Mar 30, 2010 | |
11 years 20 days | The UTM special zones are now fully handled (both from WGS84 and to WGS84). A few enlightening comments (!!) have been added. |
Commit 223, by Mathias Bavay | |
11 years 20 days | A first workaround to make compilation with POPC possible, by adding the writeMeteoData function to IOHandler.ph. The problem persists on how to deal with const references and POPC. |
Commit 222, by Thomas Egger | |
Mar 29, 2010 | |
11 years 21 days | A plugin (BoschungIO) has been renammed as BormaIO and the LPGL notices have been added to it (upon agreement). |
Commit 221, by Mathias Bavay |