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 | |
Apr 1, 2016 | |
5 years 18 days | Fixed a serious bug introduced a few commits ago in PNGIO. Introduced the basic structure that will be required to build a new plugin to read Matlab files prepared by the OSHD project/service. This is not usable yet but should come quite soon. |
Commit 1698, by Mathias Bavay | |
Mar 31, 2016 | |
5 years 19 days | When opening the xml files with a forced encoding, the files were not being properly closed, leading to a possible "Too many open files" error message |
Commit 1697, by Mathias Bavay | |
Mar 24, 2016 | |
5 years 26 days | code cleanup |
Commit 1696, by Mathias Bavay | |
Mar 22, 2016 | |
5 years 28 days | The SUPPR filter can now take as argument a file containing a list of station IDs and timesteps where the parameter should be deleted |
Commit 1695, by Mathias Bavay | |
5 years 28 days | Fixed the case of the "Legend" class name to make it more consistent |
Commit 1694, by Mathias Bavay | |
Mar 21, 2016 | |
5 years 29 days | Added a specific gradient for PSUM_PH |
Commit 1693, by Mathias Bavay | |
Mar 18, 2016 | |
5 years 1 month | A resampling method has been added to the Grid2DObject so it is possible to change the cellsize. The support for the '*' wildcard has been added to the KEEP and EXCLUDE keys. |
Commit 1692, by Mathias Bavay | |
Mar 15, 2016 | |
5 years 1 month | Slightly more compact output for the R2 of regressions |
Commit 1691, by Mathias Bavay | |
Mar 9, 2016 | |
5 years 1 month | Improvements to the documentation, finally documenting the virtual stations... |
Commit 1690, by Mathias Bavay | |
5 years 1 month | The MOD operator has been added to Date (it takes a number of seconds in argument). This is used by the new VSTATIONS_REFRESH_RATE key to avoid calling the spatial interpolations too often in the virtual stations. More checks have been implemented in |
Commit 1689, by Mathias Bavay | |
5 years 1 month | Now CLang can compile PNGIO out of the box on osX! |
Commit 1688, by Mathias Bavay | |
Mar 8, 2016 | |
5 years 1 month | A bug has been found in NetCDFIO: it should look for the GRID2D key, not the METEO key! In Coords, the lat/lon are checked for validity in setLatLon() in order to catch grossly out of range coordinates (as was found on the Snowpack operational system |
Commit 1687, by Mathias Bavay | |
5 years 1 month | Fixed a bug in libinterpol2D, improved the documentation of the ALS_SCALING interpolation method, fixed a few bugs in BormaIO and added a constant in Meteoconst.h |
Commit 1686, by Mathias Bavay | |
Mar 7, 2016 | |
5 years 1 month | Fixed a bug when reading 3D fileds, improved the documentation and renamed a method to a more proper name |
Commit 1685, by Mathias Bavay | |
Mar 4, 2016 | |
5 years 1 month | The layers handling is not so clear... it seems that the first layer is most often a purely numeric layer and therefore must be skiped. Some fields may not have such a layer, this will have to be clarified. |
Commit 1684, by Mathias Bavay | |
5 years 1 month | Trying to fix two CLang warnings |
Commit 1683, by Mathias Bavay | |
5 years 1 month | More work for the support of 3D grids, including a missing file that prevented compilation... |
Commit 1682, by Mathias Bavay | |
Mar 3, 2016 | |
5 years 1 month | Introducing a new "GRID3D" key... |
Commit 1681, by Mathias Bavay | |
5 years 1 month | In order to add 3D grid reading/writing methods to the plugins, the whole architecture of IOInterface has been changed: this is not a purely virtual class anymore, it now always implements the "nothing implemented here" exception. This makes the plug |
Commit 1680, by Mathias Bavay | |
Mar 2, 2016 | |
5 years 1 month | A bug has been fixed: there was a confusion between the mean adiabatic lapse rate and the dry one. Small code cleanup in DEMObject (with a better toString() method), ARPSIO and ProcShade. |
Commit 1679, by Mathias Bavay |