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 Next | |
Jun 10, 2020 | |
10 months 9 days | Improving efficiency of NetCDF plugin by keeping files open in between reads and writes. This behaviour can be switched off by NC_KEEP_FILES_OPEN (to prevent exceedance of the system determined concurrent open files limit). |
Commit 2598, by Nander Wever | |
May 27, 2020 | |
10 months 22 days | Added more debug message to the Goes plugin |
Commit 2597, by Mathias Bavay | |
May 26, 2020 | |
10 months 24 days | Minor documentation/whitespaces fixes as well as a warning on osX |
Commit 2596, by Mathias Bavay | |
May 15, 2020 | |
11 months 3 days | It turns out that some GOES dataset contain dates in the future, which stops the reading of the files (since the requested period appears to have been properly read). A new option has been introduced (set to TRUE by default) to skip such timesteps. … |
Commit 2595, by Mathias Bavay | |
11 months 4 days | In the Goes plugin, the number of valid fields in a line for a given station is now defined by the given number of field defined by the FIELDS metadata key. This means that each station might have a different number of fields. |
Commit 2594, by Mathias Bavay | |
May 11, 2020 | |
11 months 8 days | Updated the documentation: the WSL_HACK key is given in the metafile, not in the ini file! |
Commit 2593, by Mathias Bavay | |
11 months 8 days | Fixed 4 identical stupid typos... |
Commit 2592, by Mathias Bavay | |
May 7, 2020 | |
11 months 12 days | Properly documented the changes made to GRID_RESAMPLE |
Commit 2591, by Mathias Bavay | |
11 months 12 days | Moving toward splitting the grids resampling from the timeseries resampling, IOManager::mode has been renamed as IOManager::ts_mode. A new methods has been implemented to read the Regridding_strategy ini key. It currently can only contain "GRID_RESA… |
Commit 2590, by Mathias Bavay | |
May 2, 2020 | |
11 months 17 days | Using a more explicit call (the previous one is very much borderline for vectors and should be avoided) |
Commit 2589, by Mathias Bavay | |
Apr 30, 2020 | |
11 months 20 days | It is now possible to refer to another variable within the same section without prefixing it with the section name (much more natural) |
Commit 2588, by Mathias Bavay | |
11 months 20 days | Improved an error message so the user gets a more accurate picture of what could be wrong |
Commit 2587, by Mathias Bavay | |
Apr 28, 2020 | |
11 months 22 days | The ability to delete contiguous periods of data has been added to the SUPPR filters. So it is now possible for example to delete up to 50% of the data by chunks of 24 hours. A compiler neutral way of setting the RPATH is now used in CMake. |
Commit 2586, by Mathias Bavay | |
Apr 22, 2020 | |
11 months 27 days | Now the Argos plugin should be able to read WSL data from the Swiss Camp. it requires a metafile, containing entries such as: [107282] fields = Station_nr SKIP SKIP SKIP ISWR RSWR SWR_Net TC1_temp TC2_temp HMP50_temp1 HMP50_temp2 RH RH2 VW VW2 units… |
Commit 2585, by Mathias Bavay | |
Apr 20, 2020 | |
11 months 30 days | Small documentation improvements |
Commit 2584, by Mathias Bavay | |
Apr 17, 2020 | |
1 year 1 day | Removing use-case specific code from tiny SMET parser |
Commit 2583, by Michael Reisecker | |
1 year 2 days | Contributing a light-weight R SMET parser since I have it lying around |
Commit 2582, by Michael Reisecker | |
Apr 1, 2020 | |
1 year 18 days | My last commit on FilterSuppr was borked, now there is a new TYPE argument (either ALL, FRAC or FILE) that allows better control of what the user wnats to do and better mis-configuration detection |
Commit 2581, by Mathias Bavay | |
Mar 31, 2020 | |
1 year 18 days | Small tweak to allow inishell to offer on extra key for better UI |
Commit 2580, by Mathias Bavay | |
Mar 26, 2020 | |
1 year 24 days | Documentation improvements (some default values were not given) |
Commit 2579, by Mathias Bavay |