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 | |
Jan 23, 2015 | |
6 years 1 day | Documentation updates |
Commit 1487, by Mathias Bavay | |
Jan 20, 2015 | |
6 years 4 days | A new plugin has been contributed to acces the SASE Mysql database (obviously, this only makes sense from within SASE). |
Commit 1486, by Mathias Bavay | |
Dec 22, 2014 | |
6 years 1 month | Download 232, Overview of MeteoIO |
Addition of download 232, by Mathias Bavay | |
6 years 1 month | Adding one more small script to explore the range of variation found in smet files |
Commit 1485, by Mathias Bavay | |
Dec 19, 2014 | |
6 years 1 month | The LIDW algorithm has been restructured in order to look more similar to IDW. It is still quite special, though. |
Commit 1484, by Mathias Bavay | |
Dec 18, 2014 | |
6 years 1 month | It is now possible to write timestamps as ISO_WEEK (this is YYYY-Www-dd). This is now used for the reports generated by DATA_QA in order to ease data aggregation. The GSN plugin has a new key: GSN_TIMEOUT. A bug in error handling was fixed in the GSN |
Commit 1483, by Mathias Bavay | |
Dec 17, 2014 | |
6 years 1 month | The Date class can now compute the dow of week as well as the ISO week number. Fixed a documentation typo in FindMySQL.cmake |
Commit 1482, by Mathias Bavay | |
Dec 12, 2014 | |
6 years 1 month | Better reporting for DATA_QA, including the data generators. |
Commit 1481, by Mathias Bavay | |
Dec 8, 2014 | |
6 years 1 month | Update the trend/residual approach in the documentation |
Commit 1480, by Mathias Bavay | |
Dec 4, 2014 | |
6 years 1 month | The Buffer class is now used to buffer meteo time series. Since this is not (yet) a proper ringbuffer, all data is erased before pushing more data into a buffer (similarly to what it was before this commit). It has been tested with data_converter on |
Commit 1479, by Mathias Bavay | |
6 years 1 month | The units conversionm now work for 'simple' units, with prefix and exponents. 'Composite' units (such as 'K/m' or 'N/m2') are currently not supported. |
Commit 1478, by Mathias Bavay | |
6 years 1 month | The virtual stations have been re-enabled. A new generator has been implemented to generate ISWR from RSWR or the opposite. Some documentation has been improved. The Black Globe Temperature index should now work. |
Commit 1477, by Mathias Bavay | |
Dec 2, 2014 | |
6 years 1 month | The CH1903+ coordinate system has been implemented. in GSNIO, setting the station name was not always properly done. The ADD and MULT filters now offer a better parsing of their arguments in order to avoid silently failing; their documentation has be |
Commit 1476, by Mathias Bavay | |
Nov 27, 2014 | |
6 years 1 month | the GSN plugin now has a "GSN_DEBUG" key to print out the full dialog with the server in case of errors. Some headers returned by GSN did not follow what we expected (multi-lines description) and this is now supported. New sensors names are also supp |
Commit 1475, by Mathias Bavay | |
Nov 25, 2014 | |
6 years 1 month | More changes to digest second time resolution in Date. |
Commit 1474, by Mathias Bavay | |
Nov 24, 2014 | |
6 years 2 months | Finally adressing issue 72 with second resolution in dates. The ISO strings now contain the seconds when written out and by reading them, the seconds can be provided (but this is not mandatory). In ARC, grids are now named with the seconds (except wh |
Commit 1473, by Mathias Bavay | |
Nov 20, 2014 | |
6 years 2 months | PSQLIO: Bugfix, when reading meta data forgot to check whether input or output section is relevant |
Commit 1472, by Thomas Egger | |
Nov 18, 2014 | |
6 years 2 months | Slightly improved toString() output as well as first version of a proper Buffer class (not used yet) |
Commit 1471, by Mathias Bavay | |
6 years 2 months | One of the last commits was just wrong: adding a boolean and a string should not be possible! This has been fixed. |
Commit 1470, by Mathias Bavay | |
Nov 13, 2014 | |
6 years 2 months | The POT_RADIATION generator has been renamed as ALLSKY_SW for consistency and its documentation updated. The ALLSKY_LW generator's documentation has also been updated. A getHash() method has been added to the StationData. It is currently quite unsop |
Commit 1469, by Mathias Bavay |