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 | |
Dec 17, 2018 | |
2 years 4 months | Wrong call in 2D-Interpol example, and some more typos. |
Commit 2278, by Michael Reisecker | |
Dec 14, 2018 | |
2 years 4 months | Trying to address issue 740: the time handling should now work properly as well as the grid writing (the libncdf call was leading to arithmetic exceptions, it seems this was when providing 2D data, not with 1D data). Writing special grids (ie not fo… |
Commit 2277, by Mathias Bavay | |
Dec 12, 2018 | |
2 years 4 months | Updated picojson to its latest version (commit 8ba7113 on Jun 24, 2018) |
Commit 2276, by Mathias Bavay | |
Dec 11, 2018 | |
2 years 4 months | When reading a CSV file, it is now possible to skip some fields as well as to use SPACE or TAB as delimiters (in this case, multiple delimiters following each other will be treated as just 1 column break). An example is provided for IDAWEB files. |
Commit 2275, by Mathias Bavay | |
Nov 29, 2018 | |
2 years 4 months | Small improvement to date class doc (changed mini-example since dt + Date(1.) is something different than dt += 1.). Adjusted nodata value in example grid. |
Commit 2274, by Michael Reisecker | |
2 years 4 months | Nothing of substance, only some typos before a possible release. |
Commit 2273, by Michael Reisecker | |
Nov 28, 2018 | |
2 years 4 months | improving an error message (more specific information about what is missing) |
Commit 2272, by Mathias Bavay | |
Nov 27, 2018 | |
2 years 4 months | Trying to improve the filter development documentation. The FilterBlock class has been removed, there are now only ProcessingBloc or WindowedFilter. Hoping to make the colleagues happy! :-) |
Commit 2271, by Mathias Bavay | |
Nov 23, 2018 | |
2 years 5 months | The despiking filter was quite verbose... |
Commit 2270, by Mathias Bavay | |
Nov 22, 2018 | |
2 years 5 months | Silencing / fixing some warnings with Clang |
Commit 2269, by Mathias Bavay | |
2 years 5 months | Fixing some warnings on Clang, improving some documentation, fixing a problem in IOManager::getVirtualStationsData() |
Commit 2268, by Mathias Bavay | |
Nov 19, 2018 | |
2 years 5 months | Improvements for the sky view factors |
Commit 2267, by felix von Rütte | |
Nov 16, 2018 | |
2 years 5 months | Updated the documentation of the NetCDF plugin |
Commit 2266, by Mathias Bavay | |
2 years 5 months | A new NetCDF schema has been defined for MeteoCH (hoping that they don't use multiple schemas depending on the products...). A bug in the handling of cartesian grids in NetCDF has been fixed (swapped X/Y coordinates, wrong cellsize). |
Commit 2265, by Mathias Bavay | |
Nov 9, 2018 | |
2 years 5 months | When using ANETZ precip, it was possible to replace 0. values by nodata (from ANETZ). This has been fixed. |
Commit 2264, by Mathias Bavay | |
2 years 5 months | Fixing one point of issue 725: now the real data end is used to build the virutal stations' "raw" data, so when the data stops at a given time, the spatial interpolations are not attempted anymore. The problem that remains is when a parameter (such … |
Commit 2263, by Mathias Bavay | |
Nov 8, 2018 | |
2 years 5 months | Documentation restructuring to make raw data editing and spatial resampling more visible as well as removing a dead link |
Commit 2262, by Mathias Bavay | |
2 years 5 months | Trying to reduce the cluter with many "interpolate" calls in order to handle all the possible options... Now, for some the info_string is a returned parameter so it can easily be ignored instead of always providing two calls (with and without). |
Commit 2261, by Mathias Bavay | |
2 years 5 months | RNG comments to doxygen. Also, some conversion warnings that turned up on a smaller wordsize machine were fixed. |
Commit 2260, by Michael Reisecker | |
Nov 6, 2018 | |
2 years 5 months | Quite a few improvements to the Quantile Mapping filter: it is now possible to choose either to add or multiply by the correction as well as provide the period over which the quantiles should be computed (either yearly, monthly or daily). |
Commit 2259, by Mathias Bavay |