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 | |
Aug 10, 2010 | |
10 years 5 months | Small bug fix and first steps toward generating packages for Windows and Mac |
Commit 392, by Mathias Bavay | |
10 years 5 months | Tagging release 1.1.1 |
Commit 391, by Mathias Bavay | |
10 years 5 months | Version numbers pushed to 1.1.1 |
Commit 390, by Mathias Bavay | |
10 years 5 months | The bufferAlways method of BufferedIOHandler has been renamed as setBufferProperties. The A3DIO, IMISIO, SMETIO and SNIO plugins now correctly support time zones. The plugin howto documentation now warns the developer to take care of time zones issue |
Commit 389, by Mathias Bavay | |
Aug 6, 2010 | |
10 years 5 months | The DEMObject was not properly buffered (the update flag was not honored), this has been fixed. The A3DIO plugin now implements readStationData. A few speed improvements have been brought to A3DIO and SMETIO by using the "reserve" method of the vecto |
Commit 388, by Mathias Bavay | |
Aug 4, 2010 | |
10 years 5 months | The proper marshaling for MeteoData has been implemented, but not yet tested... |
Commit 387, by Mathias Bavay | |
Aug 3, 2010 | |
10 years 5 months | The DEMObject subset constructor was broken, it has been fixed. It involved creating a subset method in the arrays classes. The Coord class now supports using the given UTM zone when converting from lat/long to UTM. If the computed zone does not mat |
Commit 386, by Mathias Bavay | |
10 years 5 months | Added an implementation of the method subset to Array2D<T> |
Commit 385, by Thomas Egger | |
10 years 5 months | Added a deleteKey function to Config object: both deleteKey("testkey", "mysection") or just deleteKey("testkey2") are valid (defaulting to the GENERAL section). |
Commit 384, by Thomas Egger | |
Aug 2, 2010 | |
10 years 5 months | Bugfix: The buffer was filled with all data before the date requested, it should only fill the buffer with data between dateStart and dateEnd |
Commit 383, by Thomas Egger | |
10 years 5 months | Introduced new template function get(key, section) and get(key) to the Config class, it should make reading of values easier: Config cfg("io.ini"); vector<int> = cfg.get("DEPTHS", "INPUT", Config::nothrow); string mystr = cfg.get("PATH", "OUTPUT"); |
Commit 382, by Thomas Egger | |
10 years 5 months | The WIND_CURV spatial interpolations algorithm now intelligently checks if the curvatures are available or not and gives a warning if not (and also take a 0 grade so that it would not be used). The SMET plugin now uses the user provided coordinate s |
Commit 381, by Mathias Bavay | |
10 years 5 months | Possibility to install without the documentation (much more pleasant) |
Commit 380, by Mathias Bavay | |
Aug 1, 2010 | |
10 years 5 months | Last commit was faulty, recommitted |
Commit 379, by Thomas Egger | |
10 years 5 months | Small bugfixes in the plugins ARPSIO, SMETIO, PGMIO |
Commit 378, by Thomas Egger | |
Jul 28, 2010 | |
10 years 5 months | The keys and sections within a Config object are now case insensitive, the values remain case sensitive. |
Commit 377, by Thomas Egger | |
Jul 26, 2010 | |
10 years 5 months | Changed the name of ConfigReader to Config |
Commit 376, by Thomas Egger | |
10 years 5 months | The equality operator of MeteoData needed to be extended to all possible meteo parameters |
Commit 375, by Thomas Egger | |
10 years 5 months | Update for the assignment operator of MeteoData necessary due to new capabilities of MeteoData |
Commit 374, by Thomas Egger | |
10 years 5 months | MeteoData is now able to hold any meteo parameters, however the ones in MeteoData::Parameters are the only ones that go through the filtering and resampling for now. To add a new parameter to a MeteoData object do the following: md.addParameter("VVT |
Commit 373, by Thomas Egger |