AgeSort asc/desc | Change |
---|---|
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 | |
May 26, 2009 | |
11 years 7 months | Initialization |
Commit 1, by Mathias Bavay | |
11 years 7 months | Committing the code coming from Alpine3D version 651. It should be exactly the identical. |
Commit 2, by Mathias Bavay | |
11 years 7 months | The whole library has been given its new name and several classes have been renamed in order to better match their purpose. The Makefile has been modified accordingly. |
Commit 3, by Moustafa Mbengue | |
11 years 7 months | The new class for IMIS connectivity (Oracle database) has been added and the Makefile altered in order to allow compiling it. This is disabled by default because it still does not work within MeteoIO. The goal of this commit is simply that others can |
Commit 4, by Moustafa Mbengue | |
11 years 7 months | The documentation can now be built from the Makefile (that also contains a help section). By default, the BOSCUNG and IMIS plugins are disabled. The necessary skeleton has been added to Meteo2DInterpolator and libinterpol2D so that the wind interpol |
Commit 5, by Mathias Bavay | |
May 27, 2009 | |
11 years 7 months | The Makefile has been adjusted in order to allow compiling libImisIO, as well as some cleanup. Namespaces are now used (namespace IOUtils) so that only 1 nodata is defined and used. A few new fields have been added to Meteodata (namely, hs and rswr) |
Commit 6, by Moustafa Mbengue | |
11 years 7 months | Added Laws.c that was missing. Some temporary fixes in order to make Laws.c and Laws.h be self-sufficients have been made... A LONG TERM SOLUTIONS IS NEEDED!! Some more dirty hacks in MeteoIO.h The spatial interpolations have been added to meteoio_ |
Commit 7, by Mathias Bavay | |
11 years 7 months | The Makefile has been rewritten in order to compile ImisIO with a decently recent Oracle OCCI lib (ie: at least version 11 that is linked with libstdc++.6). It now compiles correctly and links correctly (without the hacks needed to link with older ve |
Commit 8, by Moustafa Mbengue | |
May 28, 2009 | |
11 years 7 months | Nothing special, just some re-indentation in order to make the code lines clear and easy to run and understand. |
Commit 9, by Moustafa Mbengue | |
11 years 7 months | The Makefile has been reorganized in order to match more closely the one Alpine3D. It now also offers a default target with sensible settings (ie: safe enough). The config file for doxygen was missing, it has been added. A missing indent in Boschung |
Commit 10, by Mathias Bavay | |
11 years 7 months | The flags BOSCHUNGIO and IMISIO were missing, so they have been added back. Oracle is now much better managed, using ORACLE_HOME environnment variable to know where to find what it is looking for (but what a pitty, the full version and the instant_cl |
Commit 11, by Mathias Bavay | |
May 29, 2009 | |
11 years 7 months | Very small tweaks: code annotation in IOHandler, missing argument for the compile line of the demo code and a convenience flag added when compiling the ImisIO plugin (so that the Oracle path is the default path in the .so, making the use of a proper |
Commit 12, by Mathias Bavay | |
Jun 3, 2009 | |
11 years 7 months | Adapt the new meteoio lib. It compiles with POPC now |
Commit 13, by Laurent Winkler | |
11 years 7 months | Cleanup in marshalling functions |
Commit 14, by Laurent Winkler | |
Jun 9, 2009 | |
11 years 7 months | In ImisIO : resampling is now called as for A3DIO or Boschung. The Meteobuffer is now correctly used (with rebuffering when necessary). Only the requested date is now returned by readMeteo. Remaining bug: stations whose name contain non-alphanumeric |
Commit 15, by Moustafa Mbengue | |
11 years 7 months | A fully specialized template for convertString has been added for dealing with reading strings (that can be empty and this should be considered valid). The proper template is therefore now called by ImisIO to parse the string returned by Oracle (that |
Commit 16, by Mathias Bavay | |
11 years 7 months | The libraries' names are now all lower case (in order to be consistent with common usage). the Date_IO methods don't repeat "_IO" in their names in order to keep methods naming consistent. The code in messages have been capitalized (like "[E]" for an |
Commit 17, by Mathias Bavay | |
Jun 10, 2009 | |
11 years 7 months | Adding/Modifying new columns in MeteoData (dw, tss and ts0=tsg). Readjustment of the code in ImisIO, Boschung, A3DIO, Meteo1DResampler and FilterValue. |
Commit 18, by Moustafa Mbengue | |
Jun 11, 2009 | |
11 years 7 months | The same Laws.c as in Snowpack has been brought into MeteoIO and the necessary changes have been made. |
Commit 19, by Mathias Bavay | |
Jun 12, 2009 | |
11 years 7 months | Bugs with the handling of latitude/longitudes for stations in ImisIO have been corrected. A new directory appears, in order to contain useful tools designed to use MeteoIO for making the data preparer's life easier... A first tool has been implemen |
Commit 20, by Moustafa Mbengue |