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 | |
Aug 8, 2016 | |
4 years 5 months | The "<" and ">" operators have been defined for MeteoData in order to make it easier to sort vectors of MeteoData. The FULL_MERGE merging strategy has been implemented alongside with some code cleanup/restructuring and some code optimizations. |
Commit 1751, by Mathias Bavay | |
4 years 5 months | When merging data from different stations, it is now possible to specify (with the Input::MERGE_STRATEGY key) how the merge should be done. The FULL_MERGE is currently not implemented. |
Commit 1750, by Mathias Bavay | |
Aug 3, 2016 | |
4 years 5 months | An error message when a smet file misses its epsg ocde and/or altitude as been improved. The MERGE example has been improved in order to be clearer. A bug in the append mode of smet files has been fixed (possibility of a duplicate timestamp). |
Commit 1749, by Mathias Bavay | |
Aug 2, 2016 | |
4 years 5 months | Now the last timestamp in a SMET file can be compared to the data that should be appended in order to decide if the file should be truncated or not |
Commit 1748, by Mathias Bavay | |
4 years 5 months | This is the first version of an append feature for SMET files. Not all the case might be well handled but at least, it starts to work... (with more optimizations to come) |
Commit 1747, by Mathias Bavay | |
Jul 28, 2016 | |
4 years 5 months | Better error handling for the GSN plugin as well as forcing the station_id to lowercase when building the URL (so instead of a cryptic GSN error message, it just works) |
Commit 1746, by Mathias Bavay | |
Jul 22, 2016 | |
4 years 6 months | Pleasing CLang version 7.3.0... |
Commit 1745, by Mathias Bavay | |
4 years 6 months | Last changes to support the Cray compiler. Please note that for Cray, you most probably have to compile with static linking! |
Commit 1744, by Mathias Bavay | |
4 years 6 months | Fixed some warnings found by the Cray compiler (see http://bojolais.livejournal.com/222428.html). |
Commit 1743, by Mathias Bavay | |
4 years 6 months | Usability fixes for Clang |
Commit 1742, by Mathias Bavay | |
4 years 6 months | Trying to make the CMakeLists clearer and more modular: the compiler options are now set through a macro that will be shared with the other projects. New targets appeared: Intel and Cray, but this is still a work in progress. |
Commit 1741, by Mathias Bavay | |
Jul 21, 2016 | |
4 years 6 months | Small cleanup to please the Intel compiler on Cray |
Commit 1740, by Mathias Bavay | |
4 years 6 months | Handling some warnings for new version of clang in MathOptim.h (turning them off for the bit manipulations). Laying the foundations for the append mode in SMET files (not usable yet). |
Commit 1739, by Mathias Bavay | |
Jul 12, 2016 | |
4 years 6 months | Fixed two warnings on osX and turned off the global-constructor / exit-time-destructor warnings for Clang (since there is pretty much no viable alternative to what these warnings are about). Fixed a formatting typo in smet_extract.sh |
Commit 1738, by Mathias Bavay | |
Jun 27, 2016 | |
4 years 6 months | The possibility of monthly aggregation (AVG, MIN, MAX) has been added as well as support for julian timestamps |
Commit 1737, by Mathias Bavay | |
4 years 6 months | Now even files with JULIAN timestamps can be restricted to certain time ranges (provided as ISO formatted time string) |
Commit 1736, by Mathias Bavay | |
Jun 23, 2016 | |
4 years 7 months | First fixes for NetCDF so it could be used by Alpine3D: a bug when handling precipitation grids has been fixed (nodata now remain nodata) and the data packing has been removed (since when appending new grids it can simply not work). A future alternat |
Commit 1735, by Mathias Bavay | |
Jun 21, 2016 | |
4 years 7 months | Improved MeteoIO detection |
Commit 1734, by Mathias Bavay | |
Jun 17, 2016 | |
4 years 7 months | Documentation improvements, fixed a bug when generating kml files (wrong altitude appended to the name), improved the layout when using smet_range and trying to convert average values to sums in GRIBIO for easier further processing. |
Commit 1733, by Mathias Bavay | |
Jun 10, 2016 | |
4 years 7 months | The sampling rate estimate was quite wrong for small files, this has been improved |
Commit 1732, by Mathias Bavay |