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 | |
Nov 30, 2015 | |
5 years 1 month | A new spatial interpolation method has been implemented: it takes an ALS and rescales the grid according to it. So far, it is quite primitive, more developments are expected! |
Commit 1622, by Mathias Bavay | |
Nov 27, 2015 | |
5 years 1 month | The previous commit was actually not that good... |
Commit 1621, by Mathias Bavay | |
5 years 1 month | The version string was delimited by " that had to be escaped for cmake. This escaping made Xcode refuse to read cmake generated project files. Removing the " and their escaping now works properly on osx, windows and linux. |
Commit 1620, by Mathias Bavay | |
Nov 26, 2015 | |
5 years 1 month | Several exceptions have been renamed in order to be more generic (ex: instead of FileNotFound -> NotFound) and their text has been modified accordingly. The GSN plugin now reports the errors with more relevant details (invalid sensor name, no permiss |
Commit 1619, by Mathias Bavay | |
Nov 25, 2015 | |
5 years 1 month | Fixed a small bug in the MERGE feature and small improvements to the GSN plugin (always set a station ID, up to date documentation, more possibilities in the parameters names matching). Otherwise, minor code cleanup. |
Commit 1618, by Mathias Bavay | |
Nov 24, 2015 | |
5 years 2 months | Small documentation update and relying on views for two more queries to the database (only one query remains that does not rely on views). |
Commit 1617, by Mathias Bavay | |
Nov 20, 2015 | |
5 years 2 months | A few extra comments have been added to better understand the flow of data. The "merge" feature was not properly handling all situations, this should now be fixed. |
Commit 1616, by Mathias Bavay | |
5 years 2 months | The EXCLUDE/KEEP/MERGE keys (as well as the associated stationIDs) were case sensitive and this was making trouble. This is now case-insensitive. A warning flag has been changed for Clang to prevent reporting fake warnings (the flag does not make sen |
Commit 1615, by Mathias Bavay | |
Nov 19, 2015 | |
5 years 2 months | Tagging release 2.5.1 |
Commit 1614, by Mathias Bavay | |
5 years 2 months | Documentation fix for issue 458 |
Commit 1613, by Mathias Bavay | |
5 years 2 months | Pushing version number to 2.5.1 for the Alpine3D special edition release... |
Commit 1612, by Mathias Bavay | |
Nov 18, 2015 | |
5 years 2 months | The MERGE feature has been much improved: the syntax now follows the (more logical) EXCLUDE/KEEP syntax: *WFJ::MERGE = WFJ2 WFJ1 The documentation and debug toString() have been updated. |
Commit 1611, by Mathias Bavay | |
Nov 17, 2015 | |
5 years 2 months | A new "raw data editing" method has been implemented: merge_by_name. Stations sharing a common name can be merged together with the MERGE_BY_NAME key in the [Input] section. The documentation has been edited to bring visibility to the "raw data editi |
Commit 1610, by Mathias Bavay | |
Nov 16, 2015 | |
5 years 2 months | Micro optimizations for Sun.cc, converted an exception into a warning in ImisIO and fixing case in message in Smetio |
Commit 1609, by Mathias Bavay | |
Nov 11, 2015 | |
5 years 2 months | Handle TSOIL output with customized gradients |
Commit 1608, by Mathias Bavay | |
Nov 5, 2015 | |
5 years 2 months | A new MeteoGrids has been added (TSOIL) |
Commit 1607, by Mathias Bavay | |
Nov 4, 2015 | |
5 years 2 months | The file names where not escaped for special characters, this could lead to some trouble |
Commit 1606, by Mathias Bavay | |
5 years 2 months | small improvement in order to properly handle directories containing sub-dirs |
Commit 1605, by Mathias Bavay | |
Oct 31, 2015 | |
5 years 2 months | Swapping the order of the tests hoping this could solve the issue of the "SMET plugin not found" when testing Snowpack (ie maybe the coverage compile breaks some of the plugins) |
Commit 1604, by Mathias Bavay | |
Oct 28, 2015 | |
5 years 2 months | Updated the GSN example keys to reflect the new keys |
Commit 1603, by Mathias Bavay |