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 | |
May 25, 2018 | |
2 years 7 months | Lots of metadata improvements to the generated NetCDF, the CF-1 schema has been renamed as CF-1.7 and a few bug fixes (when writing out a grid with the "file:parameter" argument and checking that the requested schema really exists). |
Commit 2122, by Mathias Bavay | |
May 24, 2018 | |
2 years 8 months | Added pretty much all the ACDD attributes that MeteoIO has access to, without user input. In case of multiple stations per file, a bounding box is now defined, |
Commit 2121, by Mathias Bavay | |
2 years 8 months | Fixed a stupid bug when computing the average time resolution... |
Commit 2120, by Mathias Bavay | |
2 years 8 months | Some improvements to the ACDD metadata, more modular code. |
Commit 2119, by Mathias Bavay | |
2 years 8 months | Adding some ACDD discovery metadata to the produced NetCDF files (so far, only to the timeseries) |
Commit 2118, by Mathias Bavay | |
May 23, 2018 | |
2 years 8 months | Much expanded schema definition for CF-1, removed the "station" dimension when only one station per file is written, now relying on the time units as defined in the schema to encode the time, now scanning the vecMeteo to only output data for the par… |
Commit 2117, by Mathias Bavay | |
2 years 8 months | Replaced obsolete references to the old slfsmm domain... |
Commit 2116, by Mathias Bavay | |
2 years 8 months | Now the user can configure whether to have all stations into a single file or not when writing timeseries into a netcdf file. Appending data to timeseries has been prohibited since this would require more work to be robust. The documentation has bee… |
Commit 2115, by Mathias Bavay | |
2 years 8 months | The support for one output file per station seems to work but is not (yet) exposed to the user. The Amundsen schema has been partially implemented and the CNRM schema renamed as Crocus. |
Commit 2114, by Mathias Bavay | |
May 22, 2018 | |
2 years 8 months | Improved support for data type as part of the schema |
Commit 2113, by Mathias Bavay | |
May 16, 2018 | |
2 years 8 months | Moving toward supporting different data types as part of the schema definition |
Commit 2112, by Mathias Bavay | |
May 15, 2018 | |
2 years 8 months | More cleanup in NetCDFIO... |
Commit 2111, by Mathias Bavay | |
May 14, 2018 | |
2 years 8 months | More code cleanup (ie moving more methods to libncpp) |
Commit 2110, by Mathias Bavay | |
May 10, 2018 | |
2 years 8 months | Starting the work of more consistent DEM handling (for special cases, such as gridded data resampling). |
Commit 2109, by Mathias Bavay | |
2 years 8 months | The dem computation out of p, p_sea has been put back, but in GridsManager. There still needs some work to have a consistent DEM handling, though... |
Commit 2108, by Mathias Bavay | |
May 3, 2018 | |
2 years 8 months | The DEM handling has to be improved. First, the whole "DEM_FROM_PRESSURE" is not active anymore in NetCDF and should be moved to the GridsManager |
Commit 2107, by Mathias Bavay | |
2 years 8 months | Oops, a debug cout should have been removed... |
Commit 2106, by Mathias Bavay | |
2 years 8 months | More code has been moved from NetCDFIO to libncpp |
Commit 2105, by Mathias Bavay | |
Apr 30, 2018 | |
2 years 8 months | oops, the header file was wrong... |
Commit 2104, by Mathias Bavay | |
2 years 8 months | Preparing to deprecate CNRMIO and its associated libncpp: the "old" libncpp has been renamed as libncpp_old while the parts that are still required by NetCDFIO are now in the "new" libncpp (which is much smaller). |
Commit 2103, by Mathias Bavay |