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 | |
Jul 22, 2016 | |
4 years 6 months | Usability fixes for Clang |
Commit 1742, by Mathias Bavay | |
4 years 6 months | Trying to make the CMakeLists clearer and more modular: the compiler options are now set through a macro that will be shared with the other projects. New targets appeared: Intel and Cray, but this is still a work in progress. |
Commit 1741, by Mathias Bavay | |
Jul 21, 2016 | |
4 years 6 months | Small cleanup to please the Intel compiler on Cray |
Commit 1740, by Mathias Bavay | |
4 years 6 months | Handling some warnings for new version of clang in MathOptim.h (turning them off for the bit manipulations). Laying the foundations for the append mode in SMET files (not usable yet). |
Commit 1739, by Mathias Bavay | |
Jul 12, 2016 | |
4 years 6 months | Fixed two warnings on osX and turned off the global-constructor / exit-time-destructor warnings for Clang (since there is pretty much no viable alternative to what these warnings are about). Fixed a formatting typo in smet_extract.sh |
Commit 1738, by Mathias Bavay | |
Jun 27, 2016 | |
4 years 6 months | The possibility of monthly aggregation (AVG, MIN, MAX) has been added as well as support for julian timestamps |
Commit 1737, by Mathias Bavay | |
4 years 6 months | Now even files with JULIAN timestamps can be restricted to certain time ranges (provided as ISO formatted time string) |
Commit 1736, by Mathias Bavay | |
Jun 23, 2016 | |
4 years 7 months | First fixes for NetCDF so it could be used by Alpine3D: a bug when handling precipitation grids has been fixed (nodata now remain nodata) and the data packing has been removed (since when appending new grids it can simply not work). A future alternat |
Commit 1735, by Mathias Bavay | |
Jun 21, 2016 | |
4 years 7 months | Improved MeteoIO detection |
Commit 1734, by Mathias Bavay | |
Jun 17, 2016 | |
4 years 7 months | Documentation improvements, fixed a bug when generating kml files (wrong altitude appended to the name), improved the layout when using smet_range and trying to convert average values to sums in GRIBIO for easier further processing. |
Commit 1733, by Mathias Bavay | |
Jun 10, 2016 | |
4 years 7 months | The sampling rate estimate was quite wrong for small files, this has been improved |
Commit 1732, by Mathias Bavay | |
Jun 9, 2016 | |
4 years 7 months | An unpleasant bug has been fixed in data_converter when handling large number of stations and time ranges. Minor code cleanup in some plugins. |
Commit 1731, by Mathias Bavay | |
Jun 7, 2016 | |
4 years 7 months | Now data_converter takes the sampling rate (in hours) as third argument on the command line |
Commit 1730, by Mathias Bavay | |
4 years 7 months | The getSynop script should belong to MeteoIO instead of Alpine3D, therefore it has been moved |
Commit 1729, by Mathias Bavay | |
Jun 3, 2016 | |
4 years 7 months | Cleaning up the docuemntation: the PREVAH landuse code are only of interest for Alpine3D so this has been moved into its documentation |
Commit 1728, by Mathias Bavay | |
4 years 7 months | A new tool has been contributed by Aurélien Gallice: a Python class to read SMET files. The smet2kml script now adds the altitude to the station name, making it more convenient when plotting names on a map. |
Commit 1727, by Mathias Bavay | |
Jun 2, 2016 | |
4 years 7 months | Some docuemntation has been written in the PSUDistribute code to help with debuging *for next time*. The Accumulate resampling now fills the first nodata with 0 (since we know that we don't have enough information to re-accumulate at the first point) |
Commit 1726, by Mathias Bavay | |
4 years 7 months | A new script has been created to help select SMET files based on the parameters they contain. A bug has been found in PSUMDistribute when a distribution interval would be followed by a large data gap (it was filling the remaining of the buffer with 0 |
Commit 1725, by Mathias Bavay | |
May 27, 2016 | |
4 years 7 months | A small bug has been fixed in the SMET specs. The experimental "UnShade" filter has been removed while the SNOS filter has been renamed as "DETECT_GRASS" and MAX_CHANGE as "Time_Consistency" in order to better reflect the cited paper. The NOISE proce |
Commit 1724, by Mathias Bavay | |
May 25, 2016 | |
4 years 7 months | Documentation fixes and slightly improved kml files that now contain the station elevation in the point description |
Commit 1723, by Mathias Bavay |