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 1, 2020 | |
5 months 15 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 19 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 24, 2020 | |
5 months 23 days | Getting-started, Added text editors links |
Change of Getting-started, by Mathias Bavay | |
5 months 23 days | Getting-started, Updated the documentation to include inishell and meteoio_timeseries |
Change of Getting-started, by Mathias Bavay | |
Jul 23, 2020 | |
5 months 23 days | In smet, the range for RH was wrong (0-100 when it has always been 0-1) |
Commit 2630, by Mathias Bavay | |
5 months 24 days | 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 | |
5 months 24 days | Support for more units as well as more tolerance (unknown units now only emit a warning) in CsvIO |
Commit 2628, by Mathias Bavay | |
5 months 25 days | Fixed a stupid bug |
Commit 2627, by Mathias Bavay | |
5 months 25 days | Added support for mire unit parsing in CsvIO |
Commit 2626, by Mathias Bavay | |
Jul 21, 2020 | |
5 months 25 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 | |
5 months 26 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 | |
5 months 30 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 | |
Jul 15, 2020 | |
6 months 1 day | Fixed a warning (pointer used in class but no '=' operator, nor copy constructor) by removing the pointer |
Commit 2622, by Mathias Bavay | |
Jul 14, 2020 | |
6 months 1 day | All the ACDD keys are now prefixed by ACDD_ (including for the NetCDF plugin). If a sumary file is provided for the smet plugin, it will be edited to fit on one line (as it comes as a value to a key in SMET). A c++0 construct that prevented compil… |
Commit 2621, by Mathias Bavay | |
Jul 13, 2020 | |
6 months 2 days | It is now possible to write ACDD search and discovery metadata in the headers of smet files. The keys will be renamed, so hold on! |
Commit 2620, by Mathias Bavay | |
6 months 3 days | Now ACDD support is in a different file |
Commit 2619, by Mathias Bavay | |
6 months 3 days | Making ACDD handling more modular, so it could be used by other plugins in the future. Fixed a typo in smet_range.sh |
Commit 2618, by Mathias Bavay | |
Jul 9, 2020 | |
6 months 6 days | Adde the possibility to specify a different field separator when writing out a smet file. This is needed by some databases import softwares but makes the generated files non-conformant. This also only works when overwriting output files and DOES NOT… |
Commit 2617, by Mathias Bavay | |
Jul 8, 2020 | |
6 months 7 days | Much better way to handle RPATH |
Commit 2616, by Mathias Bavay | |
Jul 7, 2020 | |
6 months 9 days | Added missing readGlacier definition in header |
Commit 2615, by Adrien Michel |