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 142 143 144 145 146 147 Next | |
Jun 28, 2010 | |
10 years 6 months | Just to keep things in sync |
Commit 332, by Thomas Egger | |
10 years 6 months | Added new plugin for WSMDF format. gzipped version of format currently not supported. binary version works, but since the julian date does not fit into a 4 byte (32bit) float, it is unusable. ASCII format works, although unit_multiplier and unit_offs |
Commit 331, by Thomas Egger | |
Jun 26, 2010 | |
10 years 6 months | Implementation of binary search in IOUtils::seek(date, vecMeteo) - therefore the implementation of seek in BufferedIOHandler became obsolete. BufferedIOHandler now fully relies on IOUtils::seek and IOUtils::npos. |
Commit 330, by Thomas Egger | |
10 years 6 months | The new filtering and resampling framework. Filtering/Processing and Resampling have been separated from each other, the Resampling is now done with the class Meteo1DInterpolator which utilizes the static algorithms within ResamplingAlgorithms. The f |
Commit 329, by Thomas Egger | |
Jun 25, 2010 | |
10 years 6 months | Fixed the documentation as well as some warnings in the ARPSIO plugin |
Commit 328, by Mathias Bavay | |
10 years 6 months | The bug that was preventing the POPC version to build has been fixed (an unecessary space was present between the "-I" and the include path). The obsolete createA3DFiles has been deleted. |
Commit 327, by Mathias Bavay | |
10 years 6 months | ImisIO ran into troubles with oracle when requesting a date with the hour set to 24 (ORACLE only accepts values from 0 to 23), thus a small fix needed to be applied. |
Commit 326, by Thomas Egger | |
Jun 24, 2010 | |
10 years 6 months | Changes to StationData: new string stationID (shortname) to describe a station in short, stationName shall be used for long description of a station. changes required an adaptation within the plugins Changes to ConfigReader: comments may appear any |
Commit 325, by Thomas Egger | |
Jun 22, 2010 | |
10 years 6 months | Clean version of PackMeteoIO so that the latest POPC issue is easily visible |
Commit 324, by Mathias Bavay | |
Jun 21, 2010 | |
10 years 6 months | Update to process LWR and Cloudiness within SNIO correctly. If Cloudiness is set, the ILWR will be calculated by using claudiness, relative humidity and air temperature. |
Commit 323, by Thomas Egger | |
10 years 6 months | Finalizing transition to new directory structure, jnative adapted |
Commit 322, by Thomas Egger | |
10 years 6 months | Deleting the old src directory (renamed to folder meteoio) |
Commit 321, by Thomas Egger | |
10 years 6 months | Adaptation of the include paths and Makefile to reflect the new directory structure |
Commit 320, by Thomas Egger | |
10 years 6 months | Directory structure change: src folder now called meteoio Overall all include statements within in the library have been replaced by angle brackets, the default install path for the include file is $CMAKE_INSTALL_DIR/include/meteoio, the meteoio lib |
Commit 319, by Thomas Egger | |
Jun 17, 2010 | |
10 years 6 months | Added the exponential smoothing filter "exp_smoothing" and rewrote the "mean_avg" and "median_avg" filter to calculate the mean and median for every element within vecFilteredM. Usage of the new filter: HS::filter1 = exp_smoothing HS::arg1 = soft le |
Commit 318, by Thomas Egger | |
10 years 6 months | A new plugin has been introduced: PGMIO that reads/writes PGM graphic files as 2D grids. (using the template plugin, it took less than 30 minutes for implementing the write2Dgrid!!) More documentation has been updated/added, the template plugin has |
Commit 317, by Mathias Bavay | |
Jun 16, 2010 | |
10 years 6 months | small fix for installing the ph files (CMake syntax issue) |
Commit 316, by Thomas Egger | |
10 years 7 months | Added a function that seeks for a given date within a vector of MeteoData. There are two modes of operation, depending on a boolean argument (true per default value): 1) the date must exactly match one within the vector 2) the date doesn't have to e |
Commit 315, by Thomas Egger | |
Jun 15, 2010 | |
10 years 7 months | The types TYPE_DOUBLE2D, TYPE_DOUBLE3D and TYPE_INT2D have been removed (and replaced by another, internal name because POPC does not accept templates and needs an alias for them). A variable that was used only within two private methods with a local |
Commit 314, by Mathias Bavay | |
10 years 7 months | LegacyIO has now finally been removed!! (Hurrah! Freedom!). This version has also a few hacks so that it successfully compiles with POPC (there were still issues with the namespaces) |
Commit 313, by Mathias Bavay |