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 | |
Dec 13, 2017 | |
3 years 1 month | The ECMWF web-api needed more documentation as well as a link to its official documentation |
Commit 2042, by Mathias Bavay | |
3 years 1 month | More checks (for a change in the number of stations) as well as support for large gaps in the data (if the data files generation stopped for a while) have been implemented. |
Commit 2041, by Mathias Bavay | |
Dec 12, 2017 | |
3 years 1 month | minor change, to get more information when DEBUG=TRUE |
Commit 2040, by Mathias Bavay | |
Dec 11, 2017 | |
3 years 1 month | When a station has very little data, there was a way to segfault when cutting a window for the filters. More checks have been implemented. |
Commit 2039, by Mathias Bavay | |
Dec 7, 2017 | |
3 years 1 month | reverting whitespaces mishandling... |
Commit 2038, by Mathias Bavay | |
3 years 1 month | the handling of hidden files now works properly on osX / BSD |
Commit 2037, by Mathias Bavay | |
3 years 1 month | When listing the content of a directory, dead links are now detected. Hidden files are excluded (this needs to be checked on Windows and osX). |
Commit 2036, by Mathias Bavay | |
Dec 6, 2017 | |
3 years 1 month | It was not possible to compile with LTO and static linking with gcc. This now works. |
Commit 2035, by Mathias Bavay | |
3 years 1 month | Tagging release 2.7.0 |
Commit 2034, by Mathias Bavay | |
3 years 1 month | Proper manifest and lsm file for the release |
Commit 2033, by Mathias Bavay | |
Dec 4, 2017 | |
3 years 1 month | minor documentation improvement |
Commit 2032, by Mathias Bavay | |
3 years 1 month | Improved the documentation of the Grib plugin ( as well as minor cleanup) |
Commit 2031, by Mathias Bavay | |
Nov 30, 2017 | |
3 years 1 month | Some progress toward extracting all grid points as virtual stations. In NetCDFIO, when reading very small radiation values, the values are reset to zero. In libncpp, some debug/experimental code (commented out) so we keep track of it as well as pro… |
Commit 2030, by Mathias Bavay | |
Nov 28, 2017 | |
3 years 1 month | Added the air pressure to the SMET specification |
Commit 2029, by Mathias Bavay | |
Nov 16, 2017 | |
3 years 2 months | More details about the date formats |
Commit 2028, by Mathias Bavay | |
Nov 15, 2017 | |
3 years 2 months | fixed an error message in oshdio |
Commit 2027, by Mathias Bavay | |
Nov 8, 2017 | |
3 years 2 months | When using virtual stations, the DEM is now kept within Meteo2DInterpolator. This leads to another factor 2 speed up. The DEM slope, azimuth, etc are now computed in a more efficient way (the pixel values are retrieved differently if they are in the |
Commit 2026, by Mathias Bavay | |
Nov 4, 2017 | |
3 years 2 months | Minor optimization in Config.h and white spaces |
Commit 2025, by Mathias Bavay | |
Nov 3, 2017 | |
3 years 2 months | In some cases (for example hourly data with hourly sampling rate requested), the i_date_down and i_date_up used to determine which spatial interpolations have to be requested for virtual stations would end up being the same, so the same interpolation |
Commit 2024, by Mathias Bavay | |
3 years 2 months | The handling of buffered DEMs was quite bad since it was requesting the recomputation of all DEM properties (slope, azimuth, etc) when requesting a DEM |
Commit 2023, by Mathias Bavay |