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 | |
Jan 13, 2020 | |
1 year 11 days | Improved error message |
Commit 2542, by Mathias Bavay | |
1 year 11 days | Improved error message |
Commit 2541, by Mathias Bavay | |
Jan 7, 2020 | |
1 year 17 days | There was a problem when rebuffering in GRID_SMART mode. It now works properly and the code should also be clearer (but longer) |
Commit 2540, by Mathias Bavay | |
Dec 19, 2019 | |
1 year 1 month | The GRID_SMART spatial resampling had a bug: it was purging the first level data cache, so there was no data to spatially interpolate from. When calling Coords::setLatLon(), there was no way to force them to nodata. It is now possible. |
Commit 2539, by Mathias Bavay | |
Dec 5, 2019 | |
1 year 1 month | Better, more informative error message |
Commit 2538, by Mathias Bavay | |
Nov 26, 2019 | |
1 year 1 month | One more fix was missing... |
Commit 2537, by Mathias Bavay | |
1 year 1 month | More warnings fixes for osx |
Commit 2536, by Mathias Bavay | |
1 year 1 month | Fixed some warnings on osX |
Commit 2535, by Mathias Bavay | |
Nov 21, 2019 | |
1 year 2 months | Fixed some units issues for oshd. This is just a workaround, as I understand the problem recent versions use multibyte encoding and this is not supported by MatIO... |
Commit 2534, by Mathias Bavay | |
1 year 2 months | More helpful error messages when setting both lat/lon and x/y in UTM and the checks don't validate (ie now checking specifically if the UTM zone is wrong and advising the user about it if this is the case) |
Commit 2533, by Mathias Bavay | |
Nov 18, 2019 | |
1 year 2 months | Improved error messages |
Commit 2532, by Mathias Bavay | |
Nov 15, 2019 | |
1 year 2 months | The TIME::SUPPR filter now merges duplicated timestamps before deleting the superfluous ones (if configured to cleanup the data). It seems that most of duplicated timestamps would be better handled this way (instead of simply deleting all the extra … |
Commit 2531, by Mathias Bavay | |
Nov 7, 2019 | |
1 year 2 months | Improving an error message and enforcing more checks on the units in oshd |
Commit 2530, by Mathias Bavay | |
Nov 5, 2019 | |
1 year 2 months | Fixed three warnings found on osX |
Commit 2529, by Mathias Bavay | |
Oct 31, 2019 | |
1 year 2 months | Some Netcdf files (ProSnow's Adamont files) were using numerical station IDS. This is now supported. A little more safety when reading the air temperature units in oshd. |
Commit 2528, by Mathias Bavay | |
Oct 28, 2019 | |
1 year 2 months | Added some missing documentation |
Commit 2527, by Mathias Bavay | |
1 year 2 months | More ways to recognize the "°C" units in oshd |
Commit 2526, by Mathias Bavay | |
Oct 22, 2019 | |
1 year 3 months | Some code cleanup |
Commit 2525, by Mathias Bavay | |
1 year 3 months | A new RadiationComponents data generator has been implemented to generate the global radiation from the direct and diffuse components. It will be expanded at some point... |
Commit 2524, by Mathias Bavay | |
Oct 21, 2019 | |
1 year 3 months | Once more changing the error message formatting |
Commit 2523, by Mathias Bavay |