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 142 143 144 145 146 147 Next | |
Jun 20, 2011 | |
9 years 6 months | The treatment of NODATA points in Arrays is now controled by a simple boolean, set using "setKeepNodata". This should be easier than the previous commits that require a special type for how to process NODATA. The arrays are also now properly marshale |
Commit 632, by Mathias Bavay | |
Jun 18, 2011 | |
9 years 6 months | A new generic method "getArraySliceParams" has been added to IOUtils. This method computes the indices for splitting an array in several, balanced sub-arrays. This is what is needed to distribute a computation on an array among several computers. Thi |
Commit 631, by Mathias Bavay | |
Jun 16, 2011 | |
9 years 6 months | Some POPC adjustments |
Commit 630, by Mathias Bavay | |
9 years 6 months | Fixed some warnings that appeared with the previous commit. A missing method has now been implemented in Array3D. The example io.ini is now up to date with the code structure (ie: looking for the plugins in the proper subdirectory) |
Commit 629, by Mathias Bavay | |
9 years 7 months | The nodata handling strategy was not thoroughly implemented: aritmetic operators were not compliant. In order to fix it, a property now records how to handle nodata for each object. A setter method is available. All operations now properly handle it. |
Commit 628, by Mathias Bavay | |
Jun 10, 2011 | |
9 years 7 months | This update now correctly resamples PSUM. Previously, it was taken as a sum, now it takes an average. The latter is consistent with the units [mm/h]. |
Commit 627, by Nander Wever | |
9 years 7 months | The POPC parallel object version of MeteoIO has been removed: now the library can be compiled with popc so that all marshalling code is present, but it does NOT create a parallel object of its own. This means that the caller is 100% responsible for d |
Commit 626, by Mathias Bavay | |
9 years 7 months | This update corrects the calculation of PSUM. From now on, it follows SMET specification, with PSUM being mm/hour. (In the previous version, it was mm per time step.) |
Commit 625, by Nander Wever | |
Jun 8, 2011 | |
9 years 7 months | This script now sets time zone to UTC, to prevent problems with DST. |
Commit 624, by Nander Wever | |
9 years 7 months | Instead of using GMT time stamps, the script now uses the epoch time from the downloaded files. Using the GMT time stamp, the time zone is determined. Output in SMET is now default in UTC+<time zone> and neglecting DST. |
Commit 623, by Nander Wever | |
May 30, 2011 | |
9 years 7 months | Fixed a stupid typo... |
Commit 622, by Mathias Bavay | |
9 years 7 months | Updated/improved some documentation for SNIO and the min/max/minmax filters. Using relative paths in CMakelists, since this should make VC++ put the files at the correct location. |
Commit 621, by Mathias Bavay | |
May 27, 2011 | |
9 years 7 months | This commit makes the script work on files where there is no element PSUM. |
Commit 620, by Nander Wever | |
May 26, 2011 | |
9 years 7 months | This script might be practicle for others as well. It can resample SMET files to lower resolutions, from 2 minutes to 1 day. |
Commit 619, by Nander Wever | |
9 years 7 months | Problem with file headers solved. |
Commit 618, by Nander Wever | |
May 25, 2011 | |
9 years 7 months | Not the correct file in the first commit. |
Commit 617, by Nander Wever | |
9 years 7 months | This script can be used to convert sensorscope data, downloaded from www.climaps.com to SMET files, for using with SNOWPACK. It is also able to merge new data with already downloaded and converted data. |
Commit 616, by Nander Wever | |
May 24, 2011 | |
9 years 7 months | Updated SNIO documentation |
Commit 615, by Mathias Bavay | |
May 19, 2011 | |
9 years 7 months | fixing warnings/errors found when compiling on Hera... (types mismatch) |
Commit 614, by Mathias Bavay | |
9 years 7 months | Documentation fixes |
Commit 613, by Mathias Bavay |