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 | |
Aug 22, 2011 | |
9 years 4 months | More size_t related issues have been found (thanks to the new snowpack server) and fixed. Basically, please remember that any variable used with/for the return value of a call to size() MUST be of type size_t (this becomes specially relevant in 64 bi |
Commit 663, by Mathias Bavay | |
Aug 16, 2011 | |
9 years 5 months | Cleaning up the CMakeLists, adding a version string as well as a new method: getLibVersion() to get the said version string (with compilation date and time). A BuildVersion cmake macro has been written and will be shared with snowpack (and later with |
Commit 662, by Mathias Bavay | |
9 years 5 months | Several HACKS have been removed (either the HACK had been fixed but the comment was still there, or it has now been fixed, or after more (careful) consideration, it has been decided that the HACK was not a HACK) |
Commit 661, by Mathias Bavay | |
9 years 5 months | Better error messages when compiling in debug as well as for dimensions issues (adding arrays of incompatible dimensions, invalid subset, etc) |
Commit 660, by Mathias Bavay | |
9 years 5 months | The VW_MAX field was not properly handled in SMETIO. The failure count has been slightly improved in SNIO (to decrease the number of failures when a model could recover: if ILWR is not provided but TSS is, we don't count it as a failure anymore). T |
Commit 659, by Mathias Bavay | |
Aug 8, 2011 | |
9 years 5 months | A Fit1D object is now created by specifying which regression model to use through an enum. Assignment operators as well as copy constructors have also been implemented (and tested). The config.dox file has been updated by doxygen to match more recen |
Commit 658, by Mathias Bavay | |
Jul 30, 2011 | |
9 years 5 months | An update of libsmet. Added SMETReader::get_filename() and SMETReader::get_header_intvalue(string key) with which a header value can be directly converted into an integer. Added libsmet.h to MeteoIO.h |
Commit 657, by Thomas Egger | |
Jul 28, 2011 | |
9 years 5 months | libsmet: Speedup when reading binary files implemented analogously to ASCII files. |
Commit 656, by Thomas Egger | |
9 years 5 months | 1) Fix for parsing easting, norhting from SMET files: setEPSG(...) must be called before setXY(...) 2) Speedup when reading large SMET ASCII files |
Commit 655, by Thomas Egger | |
9 years 5 months | Added more comments to libsmet.h |
Commit 654, by Thomas Egger | |
9 years 5 months | A new library for dealing with SMET files has been developed. The plugin SMETIO builds on top of this library now. It provides: - A SMETReader class, to read SMET files and parse the header info - A SMETWriter class to write SMET files and set the he |
Commit 653, by Thomas Egger | |
Jul 27, 2011 | |
9 years 5 months | A (more) intelligent handling of buffered grids has been implemented: the grids are stored in the equivalent of a circular buffer of a given size (user defined, or 10 by default). This prevents running out of memory when processing large numbers of g |
Commit 652, by Mathias Bavay | |
Jul 26, 2011 | |
9 years 5 months | Fixing installation of meteostats header files. |
Commit 651, by Thomas Egger | |
Jul 20, 2011 | |
9 years 5 months | Some methods have been moved into another class (like the simple linear interpolation between two points that is now in ResamplingAlgorithms), some renammed (like the new weightedMean that replaces the ill-nammed "linearInterpolate"). The regression |
Commit 650, by Mathias Bavay | |
Jul 19, 2011 | |
9 years 6 months | The paths have been fixed, it compiles again... |
Commit 649, by Mathias Bavay | |
9 years 6 months | Reorganizing all the statistical elements... this commit won't compile, this is just to move files around. Wait for next commit before updating! |
Commit 648, by Mathias Bavay | |
9 years 6 months | Bugfix: The nr_stations variable was not initialized in all use cases but then used to resize vec_streampos. This lead to a std::bad_alloc and a seg fault when trying to load SMETIO for writing only (in_meteo != "SMET"). |
Commit 647, by Thomas Egger | |
9 years 6 months | Speed optimizations when reading data with the GEOtop plugin are now more elaborate. This leads to significant performance gains when reading meteo data in GEOtop format. |
Commit 646, by Thomas Egger | |
Jul 18, 2011 | |
9 years 6 months | The standard linear regression as well as our tweaked "noisy linear" regression have been integrated into the Fit1D class. This means that we should now only use this class for statistical models. The implementation that is in libinterpol1D will be m |
Commit 645, by Mathias Bavay | |
Jul 15, 2011 | |
9 years 6 months | The 1D regression component is now coming into shape: the Fit1D class receives two vectors (of X and Y), compute a specified regression model, then transparently provides modelled values (calling fit1D.f()). Introducing a new regression model consist |
Commit 644, by Mathias Bavay |