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 | |
Sep 8, 2010 | |
10 years 7 months | Bad commit of BufferedIOHandler.cc reverted |
Commit 420, by Thomas Egger | |
10 years 7 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 7 months | Tagging release 1.1.2 |
Commit 418, by Mathias Bavay | |
10 years 7 months | Push version numbers to 1.1.2 |
Commit 417, by Mathias Bavay | |
10 years 7 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 7 months | Completed the resampling algorithm Accumulate. |
Commit 415, by Thomas Egger | |
Sep 7, 2010 | |
10 years 7 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 7 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 7 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 7 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 7 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 7 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 7 months | Bug fixes and code cleanup in the horizon calculations |
Commit 408, by Mathias Bavay | |
Aug 26, 2010 | |
10 years 7 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 7 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 7 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 | |
Aug 20, 2010 | |
10 years 7 months | Temporary fix for the << operator and POPC: a par class can not have a "friend" method... (so IOHandler can not redefine "<<" the way we used to do). Therefore, it has been disabled for popc |
Commit 404, by Mathias Bavay | |
10 years 7 months | In order to solve compilation problems with VC++, we need to rename all publicly accessible variables whose name start with a "_". This is the begining of this effort... |
Commit 403, by Mathias Bavay | |
Aug 19, 2010 | |
10 years 8 months | More debugging help: the "<<" operator has been redefined for MeteoFilter, MeteoProcessor and BufferedIOHandler. Since the Config object is copied all over the place, it is not always printed. |
Commit 402, by Mathias Bavay | |
10 years 8 months | Several 1D statistical methods has been implemented while the existing ones have been made nodata safe. Added a redefinition of the << operator for IOPlugin and IOHandler. This should be convenient for debugging! Some small optimizations have been |
Commit 401, by Mathias Bavay |