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 12, 2020 | |
5 months 12 days | It is now possible to output smet files where the headers are all commented out (for easy import into Dbs). This makes the smet files non-conformant (and they can currently not be re-read), but this was requested by some users (and avoid having to r… |
Commit 2642, by Mathias Bavay | |
5 months 12 days | Bug fix for NetCDF plugin. The top row was not written out due to a wrongly constructed for-loop. |
Commit 2641, by Nander Wever | |
Aug 11, 2020 | |
5 months 13 days | Documentation touch up (regarding the column delimiter) |
Commit 2640, by Mathias Bavay | |
5 months 13 days | The column_delimiter header key is now supported in reading. We don't want to encourage users to play with this, but at least it reads it transparently... |
Commit 2639, by Mathias Bavay | |
5 months 13 days | The smet2agr conversion script now supports undefied colors in plot_color (and attributes them a grey value). Moreover, it now always put white and black followed by grey as first colors in the colormap. |
Commit 2638, by Mathias Bavay | |
5 months 13 days | A new key has been added to SMET headers: column_separator. If the column separator is different from white spaces, it will contain the character that is used. Please note that this is currently not supported in reading!! The plot colors that are n… |
Commit 2637, by Mathias Bavay | |
Aug 4, 2020 | |
5 months 20 days | Correcting units for SWE in NetCDF output. |
Commit 2636, by Nander Wever | |
5 months 20 days | Added more details in the exception message when the SunObject has not been fully initialized |
Commit 2635, by Mathias Bavay | |
Aug 2, 2020 | |
5 months 22 days | Allowing the ListonWind algorithm to be used for other wind speed parameters (VW_DRIFT, VW_MAX) in addition to VW. |
Commit 2634, by Nander Wever | |
Aug 1, 2020 | |
5 months 23 days | Making the code consistent with documentation (default ext is .asc). |
Commit 2633, by Nander Wever | |
5 months 23 days | Adding the option to provide time constant grids using the USER interpolation algorithm (thanks to Eric Keenan). |
Commit 2632, by Nander Wever | |
Jul 27, 2020 | |
5 months 28 days | Adding a function to add attributes to non-standard variables for NetCDF output, proving some examples for Alpine3D defined fields. |
Commit 2631, by Nander Wever | |
Jul 23, 2020 | |
6 months 1 day | In smet, the range for RH was wrong (0-100 when it has always been 0-1) |
Commit 2630, by Mathias Bavay | |
6 months 1 day | In Smet, the parameters long names and units are now more relying non MeteoGrids (to avoid redundancies) and can now support several versions of any given parameter (for example, TA, TA_1, TA_2). The version number MUST be delimited by '_' and come … |
Commit 2629, by Mathias Bavay | |
Jul 22, 2020 | |
6 months 2 days | Support for more units as well as more tolerance (unknown units now only emit a warning) in CsvIO |
Commit 2628, by Mathias Bavay | |
6 months 2 days | Fixed a stupid bug |
Commit 2627, by Mathias Bavay | |
6 months 2 days | Added support for mire unit parsing in CsvIO |
Commit 2626, by Mathias Bavay | |
Jul 21, 2020 | |
6 months 3 days | It is now possible to provide a units header (ie a space delimited list of units) in the ini file for the CSV plugin |
Commit 2625, by Mathias Bavay | |
6 months 3 days | Fixed a small bug in MeteoData::mergeTimeSeries. In some cases, one data point was not merged and lost... |
Commit 2624, by Mathias Bavay | |
Jul 17, 2020 | |
6 months 7 days | The ACDD class is now part of the mio namespace and is refered to in the proper places so third party software compiling against MeteoIO work again. It also contains a boolean (enabled) to help the caller keep track if the acdd metadata should be wr… |
Commit 2623, by Mathias Bavay |