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 | |
Aug 11, 2015 | |
5 years 8 months | Fixed a mistake in my last commit and added file name checks when creating files. |
Commit 1558, by Mathias Bavay | |
5 years 8 months | Oups, the class prefix was missing... |
Commit 1557, by Mathias Bavay | |
Aug 10, 2015 | |
5 years 8 months | More fixes from FlawFinder: tighter checks on valid file names and a few extra checks otherwise. |
Commit 1556, by Mathias Bavay | |
Aug 7, 2015 | |
5 years 8 months | Trying to close some potential security flaws (using FlawFinder). All files opened for reading are now checked and special files (devices, etc) are refused. |
Commit 1555, by Mathias Bavay | |
Aug 3, 2015 | |
5 years 8 months | fixed a bug in time handling when writing a file |
Commit 1554, by Mathias Bavay | |
5 years 8 months | Data packing has been implemented (packing from "double" to "int"). The loss of precision is fully negligible with practical data (1/10 of a mm on an Europe-wide DEM for example) while leading to 50% smaller file sizes. |
Commit 1553, by Mathias Bavay | |
Jul 30, 2015 | |
5 years 8 months | The new parameters/tables definitions have been taken into account in order to solve the problem of radiations not being properly read any more. This should now work... |
Commit 1552, by Mathias Bavay | |
Jul 28, 2015 | |
5 years 8 months | Grids can not properly be written out. The data packing is not supported yet and the units handling is still not finished (accumulated values are tricky to handle from within MeteoIO). |
Commit 1551, by Mathias Bavay | |
Jul 27, 2015 | |
5 years 8 months | The reading support is now more generic: the time units are read and parsed from the file. The units are always corrected when necessary. If no date is provided and the file only contains the grid at one time step, it will be read by default. The DEM |
Commit 1550, by Mathias Bavay | |
Jul 23, 2015 | |
5 years 8 months | Removed some commented out code, improved some documentation and recomputed a test that had been invalidated by changing the implementation of the HNW_Snow spatial interpolation method. |
Commit 1549, by Mathias Bavay | |
Jul 21, 2015 | |
5 years 9 months | Some doxygen comments have been improved, A few physical constants have been added. The DEM extraction from pressure fields in NETCDFIO has been improved (the previous calculation was mostly wrong). |
Commit 1548, by Mathias Bavay | |
Jul 20, 2015 | |
5 years 9 months | Now the ISO year can be returned alongside the ISO week number. The ISO_WEEK print format properly uses it, making its output standard compliant. The issue 466 can now be closed! |
Commit 1547, by Mathias Bavay | |
5 years 9 months | A bug in handling the seconds had been found a while ago by Aurélien. His fix is now committed. After a long fight, the ISO week number now works, addressing issue 466 (although it might be expanded in order to also provide the matching year since la |
Commit 1546, by Mathias Bavay | |
Jul 17, 2015 | |
5 years 9 months | All the PNGs that we written were corrupt: the first line of data was missing. This has been fixed. for NetCDF, the ability to calculate the altitude from the pressure (and sea level pressure) has been added with a controlling key. This is not very p |
Commit 1545, by Mathias Bavay | |
Jul 16, 2015 | |
5 years 9 months | A new date format has been added: RFC868. Two MeteoGrids have been renamed: ISW_DIR as ISWR_DIR and ISW_DIFF as ISWR_DIFF while a new grid has been declared (P_SEA). A few new constants have been declared. Some new links into the GRIB documentation a |
Commit 1544, by Mathias Bavay | |
Jul 13, 2015 | |
5 years 9 months | Several warnings have been fixed. The (slightly) wrong geolocalization calculation such as found in fixed in NetCDF has also been fixed in GRIB. A bug that was preventing GRIB DEM from being read has been fixed. |
Commit 1543, by Mathias Bavay | |
Jul 9, 2015 | |
5 years 9 months | The CNRM plugin can now be enabled and properly works. Its documentation has been updated and improved. The NetCDF plugin can now read DEMs using various schema/conventions and its documentation now matches the code. A few more MeteoGrids have been d |
Commit 1542, by Mathias Bavay | |
Jul 8, 2015 | |
5 years 9 months | In order to make it easier to support ECMWF and CF1 NetCDF grids, there are now two NetCDF plugins: one for the CNRM schema (focusing on the meteo time series) and one for grids (NetCDFIO). The later is still a copy of CNRMIO for the moment, but this |
Commit 1541, by Mathias Bavay | |
Jul 7, 2015 | |
5 years 9 months | Documentation on how to install libpng on Mac |
Commit 1540, by Mathias Bavay | |
Jul 2, 2015 | |
5 years 9 months | In the precipSnow spatial algorithm, one of the original steps was missing: setting the mean back to its original level. |
Commit 1539, by Mathias Bavay |