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 | |
Mar 15, 2014 | |
6 years 10 months | Implementing Konzelmann, 1994 atmospheric emisssivity and ILWR. |
Commit 1307, by Mathias Bavay | |
Mar 14, 2014 | |
6 years 10 months | Improved introduction to MeteoIO in the documentation |
Commit 1306, by Mathias Bavay | |
Mar 13, 2014 | |
6 years 10 months | Added a Dilley clear sky generator. The Unsworth does not provide clear sky as a fallback anymore, this has to be configured by the user (so the user can choose which fallback to enable). |
Commit 1305, by Mathias Bavay | |
6 years 10 months | NetCDF: CMake find netcdf module. |
Commit 1304, by Thomas Egger | |
6 years 10 months | NetCDFIO: A plugin to read grids and meteo data from NetCDF files. Scaffolding only. |
Commit 1303, by Thomas Egger | |
6 years 10 months | small fix to support slightly different naming schemes between IMIS and MeteoCH (with an optional switch to enable it) |
Commit 1302, by Mathias Bavay | |
Mar 11, 2014 | |
6 years 10 months | Fixed a segfault when using PNGIO (allocating the wrong number of elements). Small cleanup in Graphics. |
Commit 1301, by Mathias Bavay | |
6 years 10 months | A new drawing has been integrated into the documentation. |
Commit 1300, by Mathias Bavay | |
6 years 10 months | PSQLIO: Fixed a bug, issue with upper case names for parameters |
Commit 1299, by Thomas Egger | |
Mar 9, 2014 | |
6 years 10 months | PSQLIO: Adding explicit copy constructor and assignment operator to get rid of warnings regarding the psql pointer. |
Commit 1298, by Thomas Egger | |
6 years 10 months | PSQLIO: It is possible to exclude certain parameters of a station by adding an exclude file: [INPUT] METEO = PSQL EXCLUDE = exclude.txt The exclude file has the structure: stationID, RH, TA, ... The parameters will be shadowed and set to IOUtils::n |
Commit 1297, by Thomas Egger | |
Mar 7, 2014 | |
6 years 10 months | Code cleanup, better documentation and error messages, some small optimizations |
Commit 1296, by Mathias Bavay | |
Mar 6, 2014 | |
6 years 10 months | Code cleanup and adjusting to the MeteoSwiss naming scheme as well as VW_MAX vs VW trick (VW is Kalman-corrected and therefore can get higher than VW_MAX). |
Commit 1295, by Mathias Bavay | |
Mar 4, 2014 | |
6 years 10 months | PSQLIO: update for writeMeteo |
Commit 1294, by Thomas Egger | |
Mar 3, 2014 | |
6 years 10 months | The COSMOXMLIO documentation has been updated and the plugin can now read all files in a given directory (but they must follow a loose naming scheme). Otherwise, small fixes (documentation typo, constification). |
Commit 1293, by Mathias Bavay | |
Feb 28, 2014 | |
6 years 10 months | First version of the new COSMO (in fact, FieldExtract) plugin. It currently only reads data from one single file that is provided as argument, but this file can contain all the stations and all the time steps. This plugin only relies on libxml2. |
Commit 1292, by Mathias Bavay | |
Feb 25, 2014 | |
6 years 10 months | Finally a good documentation on ordinary kriging... This should be a reasonnably standard (since everybody seems to enjoy using his own notation for the various matrices) and more importantly, really show what the whole thing is about, how the matric |
Commit 1291, by Mathias Bavay | |
6 years 10 months | Removing cerr printouts in libsmet |
Commit 1290, by Thomas Egger | |
6 years 10 months | Removing some try/catch, adding some documentation and adding the missing error message as reported by issue 357 |
Commit 1289, by Mathias Bavay | |
Feb 21, 2014 | |
6 years 10 months | Printing curl error messages (quite useful to understand what happened!) |
Commit 1288, by Mathias Bavay |