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 | |
May 21, 2015 | |
5 years 7 months | On some Windows versions, reading a directory was failing, simply reporting "could not open directory". This seems to have been dependent on the character encoding of the system. This has been solved by forcing the use of ANSI calls for the Win API. |
Commit 1526, by Mathias Bavay | |
May 6, 2015 | |
5 years 8 months | Improved arguments parsing |
Commit 1525, by Mathias Bavay | |
Apr 26, 2015 | |
5 years 8 months | Fixed a very stupid bug in Undercatch_WMO when dealing with 5 arguments (bad copy/paste). Thanks Matteo! |
Commit 1524, by Mathias Bavay | |
Apr 14, 2015 | |
5 years 9 months | clarified the documentation about PINT |
Commit 1523, by Mathias Bavay | |
5 years 9 months | Cleaning up the CMake files from unecessary things, proper support for x86_64 (it needs to be named as "amd64" on Debian), a few extra options for the cpack generators. |
Commit 1522, by Mathias Bavay | |
Apr 10, 2015 | |
5 years 9 months | Fixed a bug in DAILY_AVG that made it crash on some datasets |
Commit 1521, by Mathias Bavay | |
Apr 9, 2015 | |
5 years 9 months | More robust finding of MeteoIO that properly works on WinXP |
Commit 1520, by Mathias Bavay | |
Apr 8, 2015 | |
5 years 9 months | Fixed a warning on Windows |
Commit 1519, by Mathias Bavay | |
Apr 2, 2015 | |
5 years 9 months | Small tweaks for Windows: no version information in path anymore but in the name as it appears in "add/remove software" |
Commit 1518, by Mathias Bavay | |
5 years 9 months | A call to readDirectory now uses the pattern anywhere in the name, both for Posix and Windows. The ALPUG plugin now uses a better way of validating the provided station_ids, by checking if at least one file matching the station ID can be found in t |
Commit 1517, by Mathias Bavay | |
Apr 1, 2015 | |
5 years 9 months | The warnings have been fixed. The ALPUG plugin now supports metadata (a specific file format has been designed for it), supports duplicates in the data files (since this seems to happen quite often) with either no reporting (for limited number of dup |
Commit 1516, by Mathias Bavay | |
5 years 9 months | The DAILY_AVG temporal interpolation is now in order. It has been properly tested on avg/range and still needs testing on min/max or min/avg or max/avg. |
Commit 1515, by Mathias Bavay | |
5 years 9 months | The ALPUG plugin now handles reading data split over multiple files. Cosmetic change in SMETIO. |
Commit 1514, by Mathias Bavay | |
Mar 31, 2015 | |
5 years 9 months | Missing file from last commit |
Commit 1513, by Mathias Bavay | |
5 years 9 months | A new plugin has been created to read the data from the ALPUG stations (ascii format). This is still a work in progress... |
Commit 1512, by Mathias Bavay | |
5 years 9 months | The readMeteoData documentation was in the wrong method... |
Commit 1511, by Mathias Bavay | |
5 years 9 months | The DAILY_AVG interpolation now produces smooth interpolations. The code will be refactored later to be more modular and more compact. |
Commit 1510, by Mathias Bavay | |
Mar 30, 2015 | |
5 years 9 months | A new temporal interpolation method has been introduced, to generate sinusoidal variations of a given mean and range. This is far from perfect (discontinuities between two days) but this is a start... |
Commit 1509, by Mathias Bavay | |
Mar 26, 2015 | |
5 years 9 months | Add documentation on how to implement new coordinate systems support (issue 410) |
Commit 1508, by Mathias Bavay | |
5 years 9 months | Better plugin template, as mentioned in issue 411. Brief description of the scripts in tools/ in the examples readme. |
Commit 1507, by Mathias Bavay |