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 | |
Oct 1, 2010 | |
10 years 3 months | Small fixes: the MAGNUSS interpolation has been renammed in HNW_SNOW (since we will add avalanche snow redistribution in the future and potentially other things) and the documentation has been reworked. |
Commit 424, by Mathias Bavay | |
Sep 30, 2010 | |
10 years 3 months | A severe bug has been found in the spatial interpolations: the algorithm arguments were always the ones from the last evaluated algorithm (therefore not necessarily matching the chosen algorithm). The MAGNUSS spatial interpolation algorithm now take |
Commit 423, by Mathias Bavay | |
10 years 3 months | This is the first implementation of the precipitation distribution algorithm discribed in (Magnusson, 2010). This basically initializes the precipitation with an IDW_LAPSE, then removes some or all precipitation according to the local slope, applies |
Commit 422, by Mathias Bavay | |
Sep 22, 2010 | |
10 years 4 months | Fixed compilation warnings (like always, "int" instead of "unsigned int") |
Commit 421, by Mathias Bavay | |
Sep 8, 2010 | |
10 years 4 months | Bad commit of BufferedIOHandler.cc reverted |
Commit 420, by Thomas Egger | |
10 years 4 months | Small adjustments to accumulate resampling filter: return IOUtils::nodata in all cases where accumulation is not possible |
Commit 419, by Thomas Egger | |
10 years 4 months | Tagging release 1.1.2 |
Commit 418, by Mathias Bavay | |
10 years 4 months | Push version numbers to 1.1.2 |
Commit 417, by Mathias Bavay | |
10 years 4 months | Fixed a compiler warning in Matrix ("warning: type qualifiers ignored on function return type" , cf http://stackoverflow.com/questions/1607188/why-is-type-qualifier-on-r eturn-type-is-meaningless for full explanations). Small hack/bug fix in SMETIO 8r |
Commit 416, by Mathias Bavay | |
10 years 4 months | Completed the resampling algorithm Accumulate. |
Commit 415, by Thomas Egger | |
Sep 7, 2010 | |
10 years 4 months | Small bug fixes: missing double quotes in CMakeLists, wrong naming of the identity matrix |
Commit 414, by Mathias Bavay | |
Sep 6, 2010 | |
10 years 4 months | The matrix class has been slightly reworked and is now documented. An example has been added. |
Commit 413, by Mathias Bavay | |
Sep 3, 2010 | |
10 years 4 months | The matrix class now uses the standard matrix notation: A(i,j) represents the element j of line i, with index starting at 1 and going to nrows/ncols. The documentation is not yet available... |
Commit 412, by Mathias Bavay | |
10 years 4 months | The matrix class is now independent of Array2D (this makes more sense since arrays and matrices are quite different) |
Commit 411, by Mathias Bavay | |
10 years 4 months | More improvements into the matrix class: the +,-,*,/ operators for doubles have been defined. The +,-,*,==,!= operators also exist for matrix as well as a isIdentity() for checking if a matrix is an identity matrix. |
Commit 410, by Mathias Bavay | |
10 years 4 months | The embryo of a matrix class has been implemented. It is still based on Array2D and therefore the indexing is still 0 to n-1 instead of being 1 to n and the coordinates are swapped compared to normal matrices. New regression models have been added, |
Commit 409, by Mathias Bavay | |
Aug 27, 2010 | |
10 years 4 months | Bug fixes and code cleanup in the horizon calculations |
Commit 408, by Mathias Bavay | |
Aug 26, 2010 | |
10 years 4 months | This is the initial commit of the horizon functionnality for DEMs as coded by Fabienne Lanini. Some cleanup will still be required though... |
Commit 407, by Mathias Bavay | |
Aug 24, 2010 | |
10 years 5 months | The comparison operator of Coords has been reviewed and improved. The << operator that is not available for a parclass (for popc) can be replaced with IOHandler.toString() for POPC |
Commit 406, by Mathias Bavay | |
Aug 23, 2010 | |
10 years 5 months | The DEM object now calculates slope and azimuth in degrees. This is more consistent with the usage of bearings in degrees and of trigonometric angles in radiants. A missing file has been added to the autotools compilation. A better comparison is per |
Commit 405, by Mathias Bavay |