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 30, 2019 | |
1 year 11 months | Cleaner implementation of the support for non-standard variables in NetCDF timeseries (not sure the plugin could read them back, though) |
Commit 2302, by Mathias Bavay | |
1 year 11 months | Very hacky way of supporting non-standard parameters in NetCDF (ie parameters that are not in MeteoGrids::Parameters). A Fowler/Noll/Vo hash function has been implemented to generated a parameter index for unknown parameters. This is not a long term… |
Commit 2301, by Mathias Bavay | |
Jan 29, 2019 | |
1 year 11 months | In a CSV file, when providing a specification string to extract metadata from either the header or the file name, it is now possible to append multiple values for the ID or NAME metadata (simply by providing multiple time these fields) |
Commit 2300, by Mathias Bavay | |
1 year 11 months | Now handling stations with different time base should work properly when writing them all into a common, single file |
Commit 2299, by Mathias Bavay | |
1 year 11 months | in NetCDFIO, there is a bug when writing multiple stations into a single file if they don't share a common time base: either some stations start earlier than others, or some have a different sampling rate. The latter does not happen if the vecMeteo … |
Commit 2298, by Mathias Bavay | |
1 year 11 months | Small documentation layout bug |
Commit 2297, by Mathias Bavay | |
Jan 24, 2019 | |
1 year 11 months | removed commented out debug code |
Commit 2296, by Mathias Bavay | |
1 year 11 months | There was a bug when writing data in the CROCUS Netcdf schema without requesting all stations in one single file (then each file would contain a blend of metadata from all the stations but only the data for one station) |
Commit 2295, by Mathias Bavay | |
1 year 11 months | Removing an unused time zone parameter (DBO is always GMT) |
Commit 2294, by Mathias Bavay | |
Jan 23, 2019 | |
1 year 11 months | Small fixes for consistency |
Commit 2293, by Mathias Bavay | |
Jan 22, 2019 | |
1 year 11 months | Fixed a NetCDF bug: nodata values must be preserved, even when performing units corrections! |
Commit 2292, by Mathias Bavay | |
Jan 17, 2019 | |
2 years 2 days | Tagging release 2.8.0 |
Commit 2291, by Mathias Bavay | |
2 years 2 days | Updating the elements that have been used by the release |
Commit 2290, by Mathias Bavay | |
Jan 16, 2019 | |
2 years 3 days | Fixed a small bug in the documentation (wrong escape sequence) |
Commit 2289, by Mathias Bavay | |
Jan 15, 2019 | |
2 years 4 days | Fixed some Clang warnings on osX |
Commit 2288, by Mathias Bavay | |
2 years 4 days | This should fix issue 744 (the trick to quickly get strings out of ints) |
Commit 2287, by Mathias Bavay | |
Jan 14, 2019 | |
2 years 5 days | Following Adrien's commit, the NetCDF call write2DGrid() has been slightly modified to rely on the "varname@Date" syntax |
Commit 2286, by Mathias Bavay | |
2 years 5 days | For a smoother handling of virtual stations, it is now possible to request Meteo2DInterpolator to be "quiet", ie to print error messages if necessary but to not throw an exception when no suitable interpolation algorithm could be found. Otherwise, t… |
Commit 2285, by Mathias Bavay | |
Jan 11, 2019 | |
2 years 8 days | Allow to print custom variable in netCDF, the call is Write2DGrid(const Grid2DObject& grid_in, const std::string& arguments) where arguments = Date (Date must be readable by mio::IOUtils::convertString) |
Commit 2284, by Adrien Michel | |
Jan 9, 2019 | |
2 years 11 days | The csv plugin can now silently jump over repeated headers in a file (such as resulting from a cheap concatenation of multiple csv files containing identical fields and metadata) |
Commit 2283, by Mathias Bavay |