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 | |
Sep 19, 2011 | |
9 years 4 months | Fixed prototype mismatch |
Commit 684, by Mathias Bavay | |
Sep 13, 2011 | |
9 years 4 months | GSNIO: Added support for RAIN_METER (HNW), SURFACE_TEMP (TSS) and SOLAR_RAD (ISWR) - possibly other values will need to be added. ISSUE: GSN has up to two measurements per minute. We need to find a way to deal with this elegantly in the SMET output |
Commit 683, by Thomas Egger | |
9 years 4 months | SMETIO: Further development of the writeMeteoData procedure. Now all meteo parameters present in the MeteoData objects can be written (so not only the standard ones like MeteoData::TA, MeteoData::RH, etc). This lead to a slight reorganization of the |
Commit 682, by Thomas Egger | |
9 years 4 months | The GSN plugin is now capable of dealing with OLWR correctly, i.e. it is used to calculate TSS if TSS is IOUtils::nodata. |
Commit 681, by Thomas Egger | |
9 years 4 months | Final adjustments for GSNIO on Windows: Compilation now is verified with VisualC++ and MinGW. GSNIO.cc: changed the way we convert a double value to time_t. |
Commit 680, by Thomas Egger | |
Sep 12, 2011 | |
9 years 4 months | For GSNIO: Forgot to add stdsoap2.h |
Commit 679, by Thomas Egger | |
9 years 4 months | Files that were relevant for the old A3DWebService (replaced by GSNWebservice) are irrelevant now and thus deleted. |
Commit 678, by Thomas Egger | |
9 years 4 months | GSNIO plugin: no more need to include the gsoap++ library, this makes the compilation on Windows a lot easier. Instead of the library the file stdsoap2.cpp, with an implementation of all the library functions is directly included in the gsn folder. I |
Commit 677, by Thomas Egger | |
Sep 2, 2011 | |
9 years 4 months | Some type issues for the new Illusion server as well as better error message for plugin loading. |
Commit 676, by Mathias Bavay | |
Aug 31, 2011 | |
9 years 4 months | First try to get MeteoIO autodetection work on Mac... |
Commit 675, by Mathias Bavay | |
9 years 4 months | The installation for Windows as well as the autodetection have been improved (ie: they now work out of the box automatically). The calls to Date::set(0,0) have been removed since we now have Date::undefined. |
Commit 674, by Mathias Bavay | |
Aug 30, 2011 | |
9 years 4 months | The new GSN plugin, this version is developed for LINUX only, WINDOWS and MACOS adjustments will follow. The default data server is planetdata.epfl.ch, but can be changed by setting the ENDPOINT manually in the [Input] section of your io.ini. With th |
Commit 673, by Thomas Egger | |
Aug 29, 2011 | |
9 years 4 months | Oups, fixed a typo |
Commit 672, by Mathias Bavay | |
9 years 4 months | The icons have been reworked, in order to more or less match the Microsoft specs (but since my version of XP does not properly handle the full specs, I kept it as simple as possible). The bmp files are therefore not necessary anymore. The FindMeteoI |
Commit 671, by Mathias Bavay | |
Aug 24, 2011 | |
9 years 5 months | Removed some unecessary variables in exceptions catching (this should remove VC++ (rightful) warnings). |
Commit 670, by Mathias Bavay | |
9 years 5 months | Some Visual C++ warnings have been turned off (namely, that it can not generate a copy constructor) in MeteoIO.h, so each application using MeteoIO would benefit from it (and avoid being polluted by unecessary warnings). Exception catching is now d |
Commit 669, by Mathias Bavay | |
9 years 5 months | Added a method to retrieve the user name |
Commit 668, by Mathias Bavay | |
Aug 23, 2011 | |
9 years 5 months | The CMakeLists were not making Visual C++ happy. This has been fixed. Several types issues have been fixed. The /Wp64 option of Visual C++ has been turned off, since it reports wrongly some things as errors (dixit Microsoft and my own experience). |
Commit 667, by Mathias Bavay | |
9 years 5 months | The OLWR hack for Norway has been implemented in SMETIO (a cleaner, long term solution will still have to be developed). Various types issues have been identified by Visual C++ and should have been fixed. |
Commit 666, by Mathias Bavay | |
Aug 22, 2011 | |
9 years 5 months | Added a procedure that can calculate TSS if only OLWR is present and TSS is not measured. |
Commit 665, by Thomas Egger |