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 148 149 Next | |
Feb 5, 2010 | |
11 years 1 month | In the MapProj class, a new conversion has been added: UTM to/from WGS84. Simply give "UTM" as the coordinate system and specify in the optional arguments the zone number (for example, 31T). A (tricky) error has been fixed in the VincentyDistance. T |
Commit 182, by Mathias Bavay | |
Feb 3, 2010 | |
11 years 1 month | The Special_PTS and CSpecialPointsArray structures have been renamed in "POINT" and "POINTSArray" (there was no reason to call them "special points"). A few new methods have been added to DEMObject: getPointsBetween that returns a vector containing |
Commit 181, by Mathias Bavay | |
Jan 29, 2010 | |
11 years 1 month | A bug was preventing RH interpolations from working (the TA grid was initialized to size 0, and therefore the safety checks were later on stopping the interpolation of RH because the TA grid was of the wrong size). A "sanitize" method has been adde |
Commit 180, by Mathias Bavay | |
Jan 28, 2010 | |
11 years 1 month | The parallelization was lagging behind, so this has been fixed: One internal variable was not serialized in DEMObject, there was no serialization at all in Meteo2DInterpolator and some marshalling methods had to be written (in marshall_meteoio). The |
Commit 179, by Mathias Bavay | |
11 years 1 month | A new method "setDefaultAlgorithm" has been added to the DEMObject so that the caller can specify which slope computation algorithm to use. The default algorithm argument has also been added to the constructors (as optional argument). This means that |
Commit 178, by Mathias Bavay | |
Jan 27, 2010 | |
11 years 1 month | The DEMObject has been modified so that it can now correctly handle grids with nodata values when computing slope/azimuth/curvature (this is in effect the fix for issue 15). This is "best effort" approach: several strategies are applied if some point |
Commit 177, by Mathias Bavay | |
Jan 24, 2010 | |
11 years 1 month | Added the MeanAvgFilter and updated the MedianAvgFilter. Now the position of the filter window can be defined. The keyword soft has the meaning that the configuration of the window position is not strict (it will adapt if there is not enough data ava |
Commit 176, by Thomas Egger | |
Jan 20, 2010 | |
11 years 1 month | Oups... My previous commit was wrong, this is the commit that fixes the compilation bugs in libinterpol2D. |
Commit 175, by Mathias Bavay | |
Jan 19, 2010 | |
11 years 1 month | A mistake has been found in BoschungIO: the key for precipitation was wrong (we were reading the precipitation type as a precipitation amount, which was quite bad for the simulation!). A few missing cases of nodata have been identified (thanks Cyril |
Commit 174, by Mathias Bavay | |
11 years 1 month | * Adds of singleton class DEMLOader in charge of loading and storing DEMObjects in a dynamic use of meteoio (ie. dynamically loaded from an application -- for exemple from Java application with the JNI mechanism). This leads to save the dem file lo |
Commit 173, by cyril Perot | |
Jan 18, 2010 | |
11 years 1 month | A new interface for the Meteo2DInterpolator: void interpolate(const MeteoData::Parameters& meteoparam, Grid2DObject& result); The new Meteo2DInterpolator class parses the ConfigReader object passed to it and stores all possible algorithms for each M |
Commit 172, by Thomas Egger | |
Jan 14, 2010 | |
11 years 1 month | [commit by Perot] Add JNI and JNA compatible interfaces to dynamically call meteoio from JAVA. At the moment only two simple functions are exposed with some restrictions (only one interpolation by call, not all IO plugin supported [ARCIO, Geotop, Gra |
Commit 171, by Mathias Bavay | |
11 years 1 month | Preparing for Java connectivity integration... |
Commit 170, by Mathias Bavay | |
Jan 13, 2010 | |
11 years 1 month | The successfull call of MeteoIO from Java has been implemented by Cyril Perot but needed a few adjustments in MeteoIO. This commit makes the said adjustments: a few more "#ifdef _POPC_", a missing ConfgReader.addKey(key, section, value) and some prev |
Commit 169, by Mathias Bavay | |
11 years 1 month | In an effort to make ConfigReader more flexible, its interface has been expanded: it is now possible to read several files into one ConfigReader, or to manually add key/value pairs and it is planned that a string containing command line arguments cou |
Commit 168, by Mathias Bavay | |
Jan 12, 2010 | |
11 years 1 month | Updated documentation for plugin registration and improved documentation for class IOPlugin. |
Commit 167, by Thomas Egger | |
11 years 1 month | The dynamic libraries on OSX have the "dylib" file extension (and not "dynlib"). |
Commit 166, by Thomas Egger | |
11 years 1 month | added comments to IOPlugin - the helper class for registering plugins in class IOHandler |
Commit 165, by Thomas Egger | |
Jan 8, 2010 | |
11 years 1 month | This is the begining of a plugins developer's guide... (within the doxygen documentation). A few things would need to be filled by Thomas! |
Commit 164, by Mathias Bavay | |
Jan 7, 2010 | |
11 years 2 months | Added the documentation for the available coordinate conversions types. |
Commit 163, by Mathias Bavay |